treat all "chipset drivers" similarly: include their file specs
up with the definitions of their attributes. Previously, this was done for most but not all, and there was no good reason to be inconsistent.
This commit is contained in:
parent
ce626bee48
commit
ba9149a53e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files,v 1.90 1996/07/04 03:14:21 chuck Exp $
|
||||
# $NetBSD: files,v 1.91 1996/07/14 20:03:44 cgd Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
@ -21,11 +21,6 @@ define atm
|
|||
define ether
|
||||
define fddi
|
||||
|
||||
# "Chipset" attributes. These are the machine-independent portions
|
||||
# of device drivers.
|
||||
define ncr5380sbc # NCR 5380 SCSI Bus Controller
|
||||
define pdq # DEC FDDI chipset
|
||||
|
||||
# "Chipset" drivers. These are the bus-independent routines which
|
||||
# contain the cfdrivers. Attachments are provided by files.<bus>
|
||||
|
||||
|
@ -41,6 +36,15 @@ file dev/ic/elink3.c ep
|
|||
device le: ether, ifnet
|
||||
file dev/ic/am7990.c le
|
||||
|
||||
# NCR 5380 SCSI Bus Controller
|
||||
define ncr5380sbc
|
||||
file dev/ic/ncr5380sbc.c ncr5380sbc
|
||||
|
||||
# DEC FDDI Chipset
|
||||
define pdq
|
||||
file dev/ic/pdq.c pdq
|
||||
file dev/ic/pdq_ifsubr.c pdq
|
||||
|
||||
# Attributes which machine-independent bus support can be attached to.
|
||||
# These should be defined here, because some of these busses can have
|
||||
# devices which provide these attributes, and we'd like to avoid hairy
|
||||
|
@ -89,9 +93,6 @@ file ddb/db_watch.c ddb
|
|||
file ddb/db_write_cmd.c ddb
|
||||
file dev/audio.c audio needs-flag
|
||||
file dev/ccd.c ccd needs-flag
|
||||
file dev/ic/ncr5380sbc.c ncr5380sbc
|
||||
file dev/ic/pdq.c pdq
|
||||
file dev/ic/pdq_ifsubr.c pdq
|
||||
file dev/mulaw.c mulaw
|
||||
file dev/vnd.c vnd needs-flag
|
||||
file isofs/cd9660/cd9660_bmap.c cd9660
|
||||
|
|
Loading…
Reference in New Issue