files.ata revision 1.6
11.6Sthorpej#	$NetBSD: files.ata,v 1.6 2003/01/27 18:21:29 thorpej 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.1Scgdattach	wd at ata
111.5Slukemfile	dev/ata/wd.c			wd			needs-flag
121.5Slukemfile	dev/ata/ata_wdc.c		wd & wdc_base
131.3Sbouyer
141.5Slukemfile	dev/ata/ata.c			(ata | atapi) & wdc_base
151.6Sthorpej
161.6Sthorpej# ATA RAID configuration support
171.6Sthorpejdefpseudo ataraid {[vendtype = -1], [unit = -1]}
181.6Sthorpejfile	dev/ata/ata_raid.c		ataraid			needs-flag
191.6Sthorpejfile	dev/ata/ata_raid_promise.c	ataraid
201.6Sthorpej
211.6Sthorpejattach	ld at ataraid with ld_ataraid
221.6Sthorpejfile	dev/ata/ld_ataraid.c		ld_ataraid
23