1# $OpenBSD: files.tc,v 1.8 2005/03/08 20:00:25 tdeval Exp $ 2# $NetBSD: files.tc,v 1.26 2001/11/28 10:21:24 lukem Exp $ 3# 4# Config file and device description for machine-independent 5# TURBOchannel code. Included by ports that need it. 6 7device tc {[slot = -1], [offset = -1]} 8#attach tc at tcbus 9file dev/tc/tc.c tc needs-flag 10 11# IOCTL ASIC 12device ioasic {[offset = -1]} 13attach ioasic at tc 14file dev/tc/ioasic_subr.c ioasic 15 16# LANCE attachments. 17# lance device defined in sys/conf/files 18# le_dec_subr attribute defined in sys/dev/dec/files.dec 19 20attach le at ioasic with le_ioasic: le_dec_subr 21file dev/tc/if_le_ioasic.c le_ioasic 22 23attach le at tc with le_tc: le_dec_subr 24file dev/tc/if_le_tc.c le_tc 25 26# DEFTA FDDI controller 27device fta: pdq, fddi, ifnet 28attach fta at tc 29file dev/tc/if_fta.c fta 30 31# TCDS dual channel SCSI 32device tcds {[chip = -1]} 33attach tcds at tc 34file dev/tc/tcds.c tcds 35 36# 53C[F]90 PMAZ single channel SCSI 37device asc: ncr53c9x, scsi 38file dev/tc/asc.c asc 39attach asc at tc with asc_tc 40file dev/tc/asc_tc.c asc_tc 41attach asc at tcds with asc_tcds 42file dev/tc/asc_tcds.c asc_tcds 43