diff options
| author | thorpej <thorpej@NetBSD.org> | 1996-05-20 00:45:02 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1996-05-20 00:45:02 +0000 |
| commit | 37b3b8a758f4a502e118e994ab8fd35cd21566e5 (patch) | |
| tree | ba86318df6ec46bf050970c936afa21110832329 /sys/dev | |
| parent | f777a672d5d6fc41c2bb4b83b94140a94ce60049 (diff) | |
Add the DEFTA FDDI controller.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/tc/files.tc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/tc/files.tc b/sys/dev/tc/files.tc index 00d50a0626d..dc75b634acd 100644 --- a/sys/dev/tc/files.tc +++ b/sys/dev/tc/files.tc @@ -1,4 +1,4 @@ -# $NetBSD: files.tc,v 1.4 1996/05/07 02:25:00 thorpej Exp $ +# $NetBSD: files.tc,v 1.5 1996/05/20 00:45:02 thorpej Exp $ # # Config.new file and device description for machine-independent # TurboChannel code. Included by ports that need it. @@ -13,3 +13,8 @@ file dev/tc/tc.c tc needs-flag # file dev/tc/if_le_dec.c (le_ioasic | le_tc) # file dev/tc/if_le_ioasic.c le_ioasic needs-flag # for le_iomem # file dev/tc/if_le_tc.c le_tc + +# DEC DEFTA TC FDDI Controller +device fta: pdq, fddi, ifnet +attach fta at tc +file dev/tc/if_fta.c fta |
