Disable the ppc chipset-specific probes by default.
This commit is contained in:
parent
3d177f465a
commit
3574d12d70
@ -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.166 1999/04/24 21:45:44 peter Exp $
|
||||
# $Id: GENERIC,v 1.167 1999/05/02 21:54:02 n_hibma Exp $
|
||||
|
||||
machine i386
|
||||
cpu I386_CPU
|
||||
@ -144,7 +144,7 @@ device sio2 at isa? disable port IO_COM3 irq 5
|
||||
device sio3 at isa? disable port IO_COM4 irq 9
|
||||
|
||||
# Parallel port
|
||||
device ppc0 at isa? port? irq 7
|
||||
device ppc0 at isa? port? flags 0x40 irq 7
|
||||
controller ppbus0
|
||||
device lpt0 at ppbus?
|
||||
device plip0 at ppbus?
|
||||
|
@ -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.166 1999/04/24 21:45:44 peter Exp $
|
||||
# $Id: GENERIC,v 1.167 1999/05/02 21:54:02 n_hibma Exp $
|
||||
|
||||
machine i386
|
||||
cpu I386_CPU
|
||||
@ -144,7 +144,7 @@ device sio2 at isa? disable port IO_COM3 irq 5
|
||||
device sio3 at isa? disable port IO_COM4 irq 9
|
||||
|
||||
# Parallel port
|
||||
device ppc0 at isa? port? irq 7
|
||||
device ppc0 at isa? port? flags 0x40 irq 7
|
||||
controller ppbus0
|
||||
device lpt0 at ppbus?
|
||||
device plip0 at ppbus?
|
||||
|
Loading…
Reference in New Issue
Block a user