summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authornsouch <nsouch@FreeBSD.org>1999-02-14 12:00:00 +0000
committernsouch <nsouch@FreeBSD.org>1999-02-14 12:00:00 +0000
commit13c212a1180252f7cd682509310a8699cf77b583 (patch)
treed56014e3c8a8fe755b89d4a4701cb579d08c233e /sys/i386
parentc9385fa2e56ab925d4479161ae983da6de7a556f (diff)
downloadFreeBSD-src-13c212a1180252f7cd682509310a8699cf77b583.zip
FreeBSD-src-13c212a1180252f7cd682509310a8699cf77b583.tar.gz
Rename nlpt to lpt.
Remove from ppi.c the old depreciated module stuff. Print info when if_plip can't use interrupts.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC4
-rw-r--r--sys/i386/conf/LINT12
-rw-r--r--sys/i386/conf/NOTES12
3 files changed, 14 insertions, 14 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index d975bae..6c9e171 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.147 1999/02/10 02:18:31 des Exp $
+# $Id: GENERIC,v 1.148 1999/02/11 06:07:27 jkoshy Exp $
machine "i386"
cpu "I386_CPU"
@@ -146,7 +146,7 @@ device sio2 at isa? disable port "IO_COM3" tty irq 5
device sio3 at isa? disable port "IO_COM4" tty irq 9
# Parallel port
-device ppc0 at isa? port? net irq 7
+device ppc0 at isa? port? tty irq 7
controller ppbus0
device nlpt0 at ppbus?
device plip0 at ppbus?
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 50c40f6..35b07c3 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.553 1999/02/12 12:15:02 brian Exp $
+# $Id: LINT,v 1.554 1999/02/13 17:54:32 nsouch 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
@@ -1831,9 +1831,9 @@ 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
+# lpt Parallel Printer
# plip Parallel network interface
-# ppi General-purpose I/O ("Geek Port")
+# ppi General-purpose I/O ("Geek Port") + IEEE1284 I/O
# pps Pulse per second Timing Interface
# lpbb Philips official parallel port I2C bit-banging interface
#
@@ -1846,19 +1846,19 @@ options "PERIPH_1284" # Makes your computer act as a IEEE1284
# compliant peripheral
options "DONTPROBE_1284"# Avoid boot detection of PnP parallel devices
options "VP0_DEBUG" # ZIP/ZIP+ debug
-options "NLPT_DEBUG" # Printer driver debug
+options "LPT_DEBUG" # Printer driver debug
options "PPC_DEBUG" # Parallel chipset level debug
options "PLIP_DEBUG" # Parallel network IP interface debug
controller ppbus0
controller vpo0 at ppbus?
-device nlpt0 at ppbus?
+device lpt0 at ppbus?
device plip0 at ppbus?
device ppi0 at ppbus?
device pps0 at ppbus?
device lpbb0 at ppbus?
-controller ppc0 at isa? disable port ? tty irq 7
+controller ppc0 at isa? port? tty irq 7
# Kernel BOOTP support
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 50c40f6..35b07c3 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.553 1999/02/12 12:15:02 brian Exp $
+# $Id: LINT,v 1.554 1999/02/13 17:54:32 nsouch 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
@@ -1831,9 +1831,9 @@ 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
+# lpt Parallel Printer
# plip Parallel network interface
-# ppi General-purpose I/O ("Geek Port")
+# ppi General-purpose I/O ("Geek Port") + IEEE1284 I/O
# pps Pulse per second Timing Interface
# lpbb Philips official parallel port I2C bit-banging interface
#
@@ -1846,19 +1846,19 @@ options "PERIPH_1284" # Makes your computer act as a IEEE1284
# compliant peripheral
options "DONTPROBE_1284"# Avoid boot detection of PnP parallel devices
options "VP0_DEBUG" # ZIP/ZIP+ debug
-options "NLPT_DEBUG" # Printer driver debug
+options "LPT_DEBUG" # Printer driver debug
options "PPC_DEBUG" # Parallel chipset level debug
options "PLIP_DEBUG" # Parallel network IP interface debug
controller ppbus0
controller vpo0 at ppbus?
-device nlpt0 at ppbus?
+device lpt0 at ppbus?
device plip0 at ppbus?
device ppi0 at ppbus?
device pps0 at ppbus?
device lpbb0 at ppbus?
-controller ppc0 at isa? disable port ? tty irq 7
+controller ppc0 at isa? port? tty irq 7
# Kernel BOOTP support
OpenPOWER on IntegriCloud