aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2003-07-29 19:35:50 +0000
committerBruce Evans <bde@FreeBSD.org>2003-07-29 19:35:50 +0000
commitf732d57b47c3fa5de4b3319fe0954ab5e2c296a8 (patch)
treef706488cc369fff7ba582784c474470e855f9e8e
parentf417cb4888076185cc181f5b9a08e049c4723f43 (diff)
Notes
-rw-r--r--sys/i386/conf/LINT7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 0d854f6955539..d323aa1b3db7b 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1176,8 +1176,11 @@ disk fd1 at fdc0 drive 1
# mse: Logitech and ATI InPort bus mouse ports
# sio: serial ports (see sio(4))
-device olpt0 at isa? port? tty irq 7
-device olpt1 at isa? port "IO_LPT3" tty irq 5
+# olpt is more than deprecated. It never actually worked in any version
+# of RELENG_3. Don't even attempt to lint it.
+#device olpt0 at isa? port? tty irq 7
+#device olpt1 at isa? port "IO_LPT3" tty irq 5
+
device mse0 at isa? port 0x23c tty irq 5
device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4