Use ppbus instead of the lpt driver. Throw in a (commented-out) vpo entry
for good measure.
This commit is contained in:
parent
c8fe5d2a22
commit
de7462ba59
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43824
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user