summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1996-12-09 05:13:19 +0000
committermsmith <msmith@FreeBSD.org>1996-12-09 05:13:19 +0000
commit74990d366dbe0839d7499dfbd9fd48630e07aa5c (patch)
tree4274767637ed4af09c7b5b1a8311ee5f8929695b /sys/i386
parent5d69ea6b6b50aef883227e44bd67c8129e7646b4 (diff)
downloadFreeBSD-src-74990d366dbe0839d7499dfbd9fd48630e07aa5c.zip
FreeBSD-src-74990d366dbe0839d7499dfbd9fd48630e07aa5c.tar.gz
Improve the explicitness of the "you cannot do anything with PCI
devices" message. Closes conf/2130.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/userconfig.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/i386/i386/userconfig.c b/sys/i386/i386/userconfig.c
index 3518e50..8b875e7 100644
--- a/sys/i386/i386/userconfig.c
+++ b/sys/i386/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.69 1996/11/14 13:57:23 jkh Exp $
+ ** $Id: userconfig.c,v 1.70 1996/11/27 22:53:10 phk Exp $
**/
/**
@@ -1413,7 +1413,8 @@ showparams(DEV_LIST *dev)
putxy(1,18,buf);
} else {
if (dev->iobase == -2) /* a PCI device */
- putmsg(" PCI devices are automatically configured.");
+ putmsg(" PCI devices are displayed for informational purposes only, and\n"
+ " cannot be disabled or configured here.");
}
if (dev->irq > 0)
@@ -2219,7 +2220,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.69 1996/11/14 13:57:23 jkh Exp $
+ * $Id: userconfig.c,v 1.70 1996/11/27 22:53:10 phk Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud