Disable the ppc chipset-specific probes by default.

This commit is contained in:
Mike Smith 1999-05-04 00:15:15 +00:00
parent 3d177f465a
commit 3574d12d70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46382
2 changed files with 4 additions and 4 deletions

View file

@ -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?

View file

@ -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?