Some changes from Matt Thomas, to help support FDDI:
add 'fddi' attribute, and files descriptions for it. XXX add 'pdq' attribute, and add files descriptions for it. This is to XXX support the various front-ends that use his driver (which will eventually XXX live on PCI, EISA, and TC busses at least). This is probably not the best XXX way to arrange this, but i can't think of a better way without whacking XXX a lot of things.
This commit is contained in:
parent
8a23aa1655
commit
1bac9e2b7c
@ -1,18 +1,26 @@
|
||||
# $NetBSD: files,v 1.66 1995/08/19 00:46:15 cgd Exp $
|
||||
# $NetBSD: files,v 1.67 1995/08/19 00:49:15 cgd Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
|
||||
# generic attributes
|
||||
define disk
|
||||
define tape
|
||||
define ifnet
|
||||
define tty
|
||||
define audio
|
||||
|
||||
|
||||
# audio device attributes
|
||||
define mulaw
|
||||
|
||||
# net device attributes - we have generic code for ether and arc.
|
||||
define ether
|
||||
# net device attributes - we have generic code for arc(net), ether(net),
|
||||
# and fddi. "pdq" is a DEC FDDI chipset, which is interfaced to several
|
||||
# busses and needs to be defined here (EISA, PCI, TC).
|
||||
define arc
|
||||
define ether
|
||||
define fddi
|
||||
define pdq
|
||||
|
||||
# legitimate pseudo-devices
|
||||
pseudo-device vnd: disk
|
||||
@ -52,6 +60,8 @@ 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/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
|
||||
@ -164,7 +174,8 @@ file net/bpf.c bpfilter needs-count
|
||||
file net/bpf_filter.c bpfilter
|
||||
file net/if.c
|
||||
file net/if_arcsubr.c arc needs-flag
|
||||
file net/if_ethersubr.c ether needs-flag
|
||||
file net/if_ethersubr.c ether fddi needs-flag
|
||||
file net/if_fddisubr.c fddi
|
||||
file net/if_loop.c loop needs-count
|
||||
file net/if_sl.c sl needs-count
|
||||
file net/if_ppp.c ppp needs-count
|
||||
|
Loading…
Reference in New Issue
Block a user