Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf Add comment suggesting s/com[0-9]/com*/ a...
details: https://anonhg.NetBSD.org/src/rev/23039fd9e12d
branches: trunk
changeset: 485755:23039fd9e12d
user: jhawk <jhawk%NetBSD.org@localhost>
date: Thu May 04 19:41:44 2000 +0000
description:
Add comment suggesting s/com[0-9]/com*/ and s/lpt0/lpt*/
if you enable com*/lpt* at pnpbios0, to avoid attaching
com0 as com3.
Don't actually change the "com0 at isa" line, since doing so
would cause some com* (e.g. pcmcia) to be renumbered from com3
to something lower, at least on some systems.
diffstat:
sys/arch/i386/conf/GENERIC | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r aaf0bd97eca3 -r 23039fd9e12d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Thu May 04 19:09:55 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Thu May 04 19:41:44 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.332 2000/05/02 11:00:56 augustss Exp $
+# $NetBSD: GENERIC,v 1.333 2000/05/04 19:41:44 jhawk Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.332 $"
+#ident "GENERIC-$Revision: 1.333 $"
maxusers 32 # estimated number of users
@@ -671,9 +671,15 @@
#ym* at pnpbios0 index ? # OPL3-SA3
# com port
+# If enabled, consider changing "com0", "com1", and "com2" under "ISA Serial
+# Interfaces" to "com*", otherwise com2 will attach at pnpbios0 and there
+# will be no com0. A side effect is pcmcia (and other) com? previously
+# starting at com3 may attach as com1 or com2.
#com* at pnpbios0 index ?
# parallel port
+# The above "com*" comments apply, cf. "lpt0" under "ISA parallel
+# "printer interfaces".
#lpt* at pnpbios0 index ?
# IDE controller on Toshiba Portege 3000 series (crippled PCI device)
Home |
Main Index |
Thread Index |
Old Index