summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-02-10 02:18:31 +0000
committerdes <des@FreeBSD.org>1999-02-10 02:18:31 +0000
commit3fa30397c092ca16d80a48fccdddf212d2704c7a (patch)
tree71f18323f4186c8695da6c6fb7baf91acfba5110 /sys
parent9436d32fb2d3b0b348caaab94d8c18e24f24e0c3 (diff)
downloadFreeBSD-src-3fa30397c092ca16d80a48fccdddf212d2704c7a.zip
FreeBSD-src-3fa30397c092ca16d80a48fccdddf212d2704c7a.tar.gz
Use ppbus instead of the lpt driver. Throw in a (commented-out) vpo entry
for good measure.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC10
-rw-r--r--sys/i386/conf/GENERIC10
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 6e87f6f..b0510a0 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/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.145 1999/02/04 18:08:55 adam Exp $
+# $Id: GENERIC,v 1.146 1999/02/04 22:34:23 adam Exp $
machine "i386"
cpu "I386_CPU"
@@ -145,7 +145,13 @@ device sio1 at isa? port "IO_COM2" tty irq 3
device sio2 at isa? disable port "IO_COM3" tty irq 5
device sio3 at isa? disable port "IO_COM4" tty irq 9
-device lpt0 at isa? port? tty irq 7
+# Parallell port
+device ppc0 at isa? port? net irq 7
+constroller ppbus0
+device nlpt0 at ppbus?
+device plip0 at ppbus?
+device ppi0 at ppbus?
+#controller vpo0 at ppbus?
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6e87f6f..b0510a0 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.145 1999/02/04 18:08:55 adam Exp $
+# $Id: GENERIC,v 1.146 1999/02/04 22:34:23 adam Exp $
machine "i386"
cpu "I386_CPU"
@@ -145,7 +145,13 @@ device sio1 at isa? port "IO_COM2" tty irq 3
device sio2 at isa? disable port "IO_COM3" tty irq 5
device sio3 at isa? disable port "IO_COM4" tty irq 9
-device lpt0 at isa? port? tty irq 7
+# Parallell port
+device ppc0 at isa? port? net irq 7
+constroller ppbus0
+device nlpt0 at ppbus?
+device plip0 at ppbus?
+device ppi0 at ppbus?
+#controller vpo0 at ppbus?
# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
OpenPOWER on IntegriCloud