summaryrefslogtreecommitdiffstats
path: root/release/picobsd/isp
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/picobsd/isp
parent3fa30397c092ca16d80a48fccdddf212d2704c7a (diff)
downloadFreeBSD-src-9e7ce1fd58202e643b902c5b4540685f6e7c621d.zip
FreeBSD-src-9e7ce1fd58202e643b902c5b4540685f6e7c621d.tar.gz
Use ppbus instead of the lpt driver.
Diffstat (limited to 'release/picobsd/isp')
-rw-r--r--release/picobsd/isp/conf/PICOBSD8
1 files changed, 6 insertions, 2 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.
OpenPOWER on IntegriCloud