summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-02-10 02:26:04 +0000
committerdes <des@FreeBSD.org>1999-02-10 02:26:04 +0000
commit9e7ce1fd58202e643b902c5b4540685f6e7c621d (patch)
tree103de34888e2c9e400b0e1447efe8e0431ca230a /release
parent3fa30397c092ca16d80a48fccdddf212d2704c7a (diff)
downloadFreeBSD-src-9e7ce1fd58202e643b902c5b4540685f6e7c621d.zip
FreeBSD-src-9e7ce1fd58202e643b902c5b4540685f6e7c621d.tar.gz
Use ppbus instead of the lpt driver.
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/isp/conf/PICOBSD8
-rw-r--r--release/picobsd/net/conf/PICOBSD8
-rw-r--r--release/picobsd/router/conf/PICOBSD8
3 files changed, 18 insertions, 6 deletions
diff --git a/release/picobsd/isp/conf/PICOBSD b/release/picobsd/isp/conf/PICOBSD
index 9f9c5dc..66c0249 100644
--- a/release/picobsd/isp/conf/PICOBSD
+++ b/release/picobsd/isp/conf/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.7 1999/01/14 23:20:09 abial Exp $
+# $Id: PICOBSD,v 1.8 1999/01/18 10:17:31 abial Exp $
#
machine "i386"
@@ -104,7 +104,11 @@ device rp1 at isa? port 0x180 tty
device cy0 at isa? tty irq 10 iomem 0xd4000 iosiz 0x2000
device cy1 at isa? tty irq 11 iomem 0xd6000 iosiz 0x2000
-device lpt0 at isa? port? tty irq 7
+device ppc0 at isa? port? net irq 7
+controller ppbus0
+device nlpt0 at ppbus?
+device plip0 at ppbus?
+device ppi0 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/release/picobsd/net/conf/PICOBSD b/release/picobsd/net/conf/PICOBSD
index 89cf63b..1bf94db 100644
--- a/release/picobsd/net/conf/PICOBSD
+++ b/release/picobsd/net/conf/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.7 1999/01/18 10:17:33 abial Exp $
+# $Id: PICOBSD,v 1.8 1999/01/19 23:12:27 abial Exp $
#
machine "i386"
@@ -68,7 +68,11 @@ 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
+device ppc0 at isa? port? net irq 7
+controller ppbus0
+device nlpt0 at ppbus?
+device plip0 at ppbus?
+device ppi0 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/release/picobsd/router/conf/PICOBSD b/release/picobsd/router/conf/PICOBSD
index 4a277e8..7348c86 100644
--- a/release/picobsd/router/conf/PICOBSD
+++ b/release/picobsd/router/conf/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.10 1999/01/14 23:22:51 abial Exp $
+# $Id: PICOBSD,v 1.11 1999/01/18 10:17:35 abial Exp $
#
machine "i386"
@@ -70,7 +70,11 @@ device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
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
+#device ppc0 at isa? port? net irq 7
+#controller ppbus0
+#device nlpt0 at ppbus?
+#device plip0 at ppbus?
+#device ppi0 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