# $NetBSD: files.tc,v 1.27 2002/04/22 09:41:23 augustss Exp $ # # Config file and device description for machine-independent # TURBOchannel code. Included by ports that need it. defflag TCVERBOSE device tc {[slot = -1], [offset = -1]} #attach tc at tcbus file dev/tc/tc.c tc needs-flag # IOCTL ASIC device ioasic { offset = -1 } attach ioasic at tc file dev/tc/ioasic_subr.c ioasic # 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: le24, le_dec_subr file dev/tc/if_le_ioasic.c le_ioasic attach le at tc with le_tc: le24, le_dec_subr file dev/tc/if_le_tc.c le_tc # baseboard audio device bba: audiobus,am7930 attach bba at ioasic file dev/tc/bba.c bba # DEFTA FDDI controller device fta: pdq, fddi, ifnet, arp attach fta at tc file dev/tc/if_fta.c fta # CX PMAG-B #device cfb: wsemuldisplaydev, rasops8 #attach cfb at tc #file dev/tc/cfb.c cfb needs-flag # MX PMAG-A #device mfb: wsemuldisplaydev, rasops8 #attach mfb at tc #file dev/tc/mfb.c mfb needs-flag # TX PMAG-J #device tfb: wsemuldisplaydev, rasops8 #attach tfb at tc #file dev/tc/tfb.c tfb needs-flag # HX PMAGB-B #device sfb: wsemuldisplaydev, rasops8 #attach sfb at tc #file dev/tc/sfb.c sfb needs-flag # DV MAXINE builtin #device xcfb: wsemuldisplaydev, rasops8 #attach xcfb at tc #file dev/tc/xcfb.c xcfb needs-flag # STIC (stamp interface chip) for PX and PXG #define stic #file dev/tc/stic.c stic needs-flag # PX PMAG-C #device px: wsemuldisplaydev, stic #attach px at tc #file dev/tc/px.c px needs-flag # PXG PMAG-D, PMAG-E, PMAG-F #device pxg: wsemuldisplaydev, stic #attach pxg at tc #file dev/tc/pxg.c pxg needs-flag # TCDS dual channel SCSI device tcds { chip = -1 } attach tcds at tc file dev/tc/tcds.c tcds # 53C[F]90 PMAZ single channel SCSI device asc: ncr53c9x, scsi attach asc at tc with asc_tc file dev/tc/asc_tc.c asc_tc attach asc at tcds with asc_tcds file dev/tc/asc_tcds.c asc_tcds # HX+ PMAGD #device sfbp: wsemuldisplaydev, rasops32, rasops8 #attach sfbp at tc #file dev/tc/sfbplus.c sfbp needs-flag