From 8a8c13bd0d63e1b271b156c6996e84927cd1bf93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 10 Feb 1999 02:26:04 +0000 Subject: [PATCH] Use ppbus instead of the lpt driver. --- release/picobsd/isp/conf/PICOBSD | 8 ++++++-- release/picobsd/net/conf/PICOBSD | 8 ++++++-- release/picobsd/router/conf/PICOBSD | 8 ++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/release/picobsd/isp/conf/PICOBSD b/release/picobsd/isp/conf/PICOBSD index 9f9c5dc12adc..66c02497a7e9 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 89cf63b10632..1bf94dbed3e1 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 4a277e8ec2fc..7348c86a345c 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.