Remove some duplicated devices.

This commit is contained in:
Doug Rabson 1998-08-30 10:50:30 +00:00
parent 3cf9b7ae04
commit 506a7a2ed4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38640
2 changed files with 4 additions and 26 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.3 1998/08/10 07:53:58 dfr Exp $
# $Id: GENERIC,v 1.4 1998/08/20 08:27:10 dfr Exp $
machine "alpha"
cpu "EV4"
@ -49,18 +49,6 @@ controller cia0
controller apecs0
controller lca0
# TurboChannel
controller tcasic0
controller tc0
controller ioasic0
# TurboChannel devices
controller tcds0
controller esp0
# TC IO Asic devices
device le0
# Standard busses
controller pci0
controller isa0
@ -69,6 +57,7 @@ controller isa0
controller tcasic0
controller tc0
controller tcds0
controller ioasic0
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.

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.3 1998/08/10 07:53:58 dfr Exp $
# $Id: GENERIC,v 1.4 1998/08/20 08:27:10 dfr Exp $
machine "alpha"
cpu "EV4"
@ -49,18 +49,6 @@ controller cia0
controller apecs0
controller lca0
# TurboChannel
controller tcasic0
controller tc0
controller ioasic0
# TurboChannel devices
controller tcds0
controller esp0
# TC IO Asic devices
device le0
# Standard busses
controller pci0
controller isa0
@ -69,6 +57,7 @@ controller isa0
controller tcasic0
controller tc0
controller tcds0
controller ioasic0
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is
# sufficient for any number of installed devices.