summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-02-10 02:41:24 +0000
committerdes <des@FreeBSD.org>1999-02-10 02:41:24 +0000
commit7dd9b0cd6255e68f4e371d6d9400791dfdb5efb7 (patch)
treef73442f75a98c9340272ba7801325b5933733d82 /sys/i386/conf
parentd57c230beb0024deb217d38bcd43e84a12e64bca (diff)
downloadFreeBSD-src-7dd9b0cd6255e68f4e371d6d9400791dfdb5efb7.zip
FreeBSD-src-7dd9b0cd6255e68f4e371d6d9400791dfdb5efb7.tar.gz
Remove the lpt driver, as discussed on -hackers.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT14
-rw-r--r--sys/i386/conf/NOTES14
-rw-r--r--sys/i386/conf/files.i3863
3 files changed, 7 insertions, 24 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index ec06de5..fd466759 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.550 1999/02/07 20:33:05 joerg Exp $
+# $Id: LINT,v 1.551 1999/02/09 01:03:17 mjacob 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
@@ -1113,19 +1113,11 @@ disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
#
-# Other standard PC hardware: `lpt', `mse', `sio', etc.
+# Other standard PC hardware: `mse', `sio', etc.
#
-# lpt: printer port
-# lpt specials:
-# The port may be specified as ?. This will cause the
-# driver to scan the BIOS port list.
-# The irq clause may be omitted. This will force the port
-# into polling mode.
# mse: Logitech and ATI InPort bus mouse ports
# sio: serial ports (see sio(4))
-device lpt0 at isa? port? tty irq 7
-device lpt1 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
@@ -1837,7 +1829,7 @@ pseudo-device "i4bisppp" 4
# vpo Iomega Zip Drive
# Requires SCSI disk support ('scbus' and 'da'), best
# performance is achieved with ports in EPP 1.9 mode.
-# nlpt Parallel Printer, use _instead_ of lpt0
+# nlpt Parallel Printer
# plip Parallel network interface
# ppi General-purpose I/O ("Geek Port")
# pps Pulse per second Timing Interface
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index ec06de5..fd466759 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.550 1999/02/07 20:33:05 joerg Exp $
+# $Id: LINT,v 1.551 1999/02/09 01:03:17 mjacob 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
@@ -1113,19 +1113,11 @@ disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
#
-# Other standard PC hardware: `lpt', `mse', `sio', etc.
+# Other standard PC hardware: `mse', `sio', etc.
#
-# lpt: printer port
-# lpt specials:
-# The port may be specified as ?. This will cause the
-# driver to scan the BIOS port list.
-# The irq clause may be omitted. This will force the port
-# into polling mode.
# mse: Logitech and ATI InPort bus mouse ports
# sio: serial ports (see sio(4))
-device lpt0 at isa? port? tty irq 7
-device lpt1 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
@@ -1837,7 +1829,7 @@ pseudo-device "i4bisppp" 4
# vpo Iomega Zip Drive
# Requires SCSI disk support ('scbus' and 'da'), best
# performance is achieved with ports in EPP 1.9 mode.
-# nlpt Parallel Printer, use _instead_ of lpt0
+# nlpt Parallel Printer
# plip Parallel network interface
# ppi General-purpose I/O ("Geek Port")
# pps Pulse per second Timing Interface
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 6993be0..ffb26d3 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.219 1999/01/19 11:31:22 yokota Exp $
+# $Id: files.i386,v 1.220 1999/01/20 03:29:52 msmith Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -146,7 +146,6 @@ i386/isa/isa.c optional isa device-driver
i386/isa/istallion.c optional stli device-driver
i386/isa/joy.c optional joy device-driver
i386/isa/loran.c optional loran device-driver
-i386/isa/lpt.c optional lpt device-driver
i386/isa/labpc.c optional labpc device-driver
i386/isa/mcd.c optional mcd device-driver
i386/isa/mse.c optional mse device-driver
OpenPOWER on IntegriCloud