files.ata revision 1.15
11.15Sgarbled#	$NetBSD: files.ata,v 1.15 2007/03/27 00:10:20 garbled Exp $
21.1Scgd#
31.1Scgd# Config file and device description for machine-independent devices
41.1Scgd# which attach to ATA busses.  Included by ports that need it.  Ports
51.1Scgd# that use it must provide their own "major" declarations for the
61.1Scgd# appropriate devices.
71.1Scgd
81.1Scgd# ATA disks
91.2Sthorpejdevice	wd: disk
101.8Sbouyerattach	wd at ata_hl
111.5Slukemfile	dev/ata/wd.c			wd			needs-flag
121.10Sthorpejfile	dev/ata/ata_wdc.c		wd & atabus & wdc_common
131.3Sbouyer
141.11Sdrochnerdefflag	WD_SOFTBADSECT
151.11Sdrochner
161.8Sbouyerfile	dev/ata/ata.c			(ata_hl | atapi) & atabus
171.6Sthorpej
181.6Sthorpej# ATA RAID configuration support
191.6Sthorpejdefpseudo ataraid {[vendtype = -1], [unit = -1]}
201.6Sthorpejfile	dev/ata/ata_raid.c		ataraid			needs-flag
211.6Sthorpejfile	dev/ata/ata_raid_promise.c	ataraid
221.12Sbriggsfile	dev/ata/ata_raid_adaptec.c	ataraid
231.15Sgarbledfile	dev/ata/ata_raid_via.c		ataraid
241.6Sthorpej
251.6Sthorpejattach	ld at ataraid with ld_ataraid
261.6Sthorpejfile	dev/ata/ld_ataraid.c		ld_ataraid
271.9Sthorpej
281.9Sthorpej# Common SATA subroutines
291.14Sbouyerfile	dev/ata/sata_subr.c		sata			needs-flag
30