NetBSD/sys/dev/tc/files.tc
jonathan 064c4e515c Create sys/dev/dec and cleanup sys/dev/tc:
* Move clockvar.h (header file for generic clock code) to sys/dev/dec.
* Move if_le_dec.c with DEC padded LANCE-dma (pmax/pmax, ioasic, vax 3400)
  to sys/dev/dec.  Remove from sys/dev/tc.
* Declare attribute le_dec_subr in /sys/dev/dec/files.dec,
  use if_le_dec.c when it's defined.
* Move  IOCTL asic declaration from pmax and Alpha MD machine
  files to sys/dev/tc/files.tc.
* move TurboChannel and ioasic if_le attachments from pmax and Alpha machine
  config files to /sys/dev/tc/files.tc.  Add le_dec_subr attribute.
* Add if_le_dec attribute to if_le_ibus (pmax ds3100 pmax) LANCE attachment.
1997-07-22 04:32:13 +00:00

29 lines
770 B
Plaintext

# $NetBSD: files.tc,v 1.8 1997/07/22 04:32:26 jonathan Exp $
#
# Config file and device description for machine-independent
# TurboChannel code. Included by ports that need it.
device tc {[slot = -1], [offset = -1]}
#attach tc at tcbus
file dev/tc/tc.c tc needs-flag
# The TurboChannel IOCTL ASIC
device ioasic { offset = -1 }
attach ioasic at tc
# LANCE attachments.
# lance device defined in sys/conf/files
# le_dec_subr attribute defined in sys/dev/dec/files.dec
attach le at ioasic with le_ioasic: le_dec_subr
attach le at tc with le_tc: le_dec_subr
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, arp
attach fta at tc
file dev/tc/if_fta.c fta