aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-08-11 17:18:42 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-08-11 17:18:42 +0000
commit7fe369dc9c94edf814ad45cd90beafd884757170 (patch)
treecd7bc6b894a889f4c96881054ce9ed06bf8f9013 /sys
parent82b7305d308e6ab941c106da5af971436b7ec5ae (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES10
-rw-r--r--sys/i386/conf/LINT10
-rw-r--r--sys/i386/conf/NOTES10
3 files changed, 24 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ca0d9a872114..3ad84451341a 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.190 1995/08/01 07:05:16 jkh Exp $
+# $Id: LINT,v 1.191 1995/08/09 12:58:50 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -522,11 +522,17 @@ options FDSEEKWAIT="16"
# Other standard PC hardware: `lpt', `mse', `psm', `sio', etc.
#
# lpt: printer port
+# lpt specials:
+# port can be specified as ?, this will cause the driver to scan
+# the BIOS port list;
+# the irq and vector clauses may be omitted, this
+# will force the port into polling mode.
# mse: Logitech and ATI InPort bus mouse ports
# psm: PS/2 mouse port [note: conflicts with sc0/vt0, thus "conflicts" keywd]
# sio: serial ports (see sio(4))
-device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
+device lpt0 at isa? port? tty irq 7 vector lptintr
+device lpt1 at isa? port "IO_LPT3" tty irq 5 vector lptintr
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
# Options for psm:
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index ca0d9a872114..3ad84451341a 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.190 1995/08/01 07:05:16 jkh Exp $
+# $Id: LINT,v 1.191 1995/08/09 12:58:50 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -522,11 +522,17 @@ options FDSEEKWAIT="16"
# Other standard PC hardware: `lpt', `mse', `psm', `sio', etc.
#
# lpt: printer port
+# lpt specials:
+# port can be specified as ?, this will cause the driver to scan
+# the BIOS port list;
+# the irq and vector clauses may be omitted, this
+# will force the port into polling mode.
# mse: Logitech and ATI InPort bus mouse ports
# psm: PS/2 mouse port [note: conflicts with sc0/vt0, thus "conflicts" keywd]
# sio: serial ports (see sio(4))
-device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
+device lpt0 at isa? port? tty irq 7 vector lptintr
+device lpt1 at isa? port "IO_LPT3" tty irq 5 vector lptintr
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
# Options for psm:
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index ca0d9a872114..3ad84451341a 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.190 1995/08/01 07:05:16 jkh Exp $
+# $Id: LINT,v 1.191 1995/08/09 12:58:50 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -522,11 +522,17 @@ options FDSEEKWAIT="16"
# Other standard PC hardware: `lpt', `mse', `psm', `sio', etc.
#
# lpt: printer port
+# lpt specials:
+# port can be specified as ?, this will cause the driver to scan
+# the BIOS port list;
+# the irq and vector clauses may be omitted, this
+# will force the port into polling mode.
# mse: Logitech and ATI InPort bus mouse ports
# psm: PS/2 mouse port [note: conflicts with sc0/vt0, thus "conflicts" keywd]
# sio: serial ports (see sio(4))
-device lpt0 at isa? port "IO_LPT3" tty irq 7 vector lptintr
+device lpt0 at isa? port? tty irq 7 vector lptintr
+device lpt1 at isa? port "IO_LPT3" tty irq 5 vector lptintr
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
# Options for psm: