Use ppbus instead of the lpt driver.
This commit is contained in:
parent
de7462ba59
commit
8a8c13bd0d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43825
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user