files.ata revision 1.4
1#	$NetBSD: files.ata,v 1.4 2000/04/10 06:43:38 bouyer Exp $
2#
3# Config file and device description for machine-independent devices
4# which attach to ATA busses.  Included by ports that need it.  Ports
5# that use it must provide their own "major" declarations for the
6# appropriate devices.
7
8# ATA disks
9device	wd: disk
10attach	wd at ata
11file	dev/ata/wd.c				wd needs-flag
12file	dev/ata/ata_wdc.c			wd & wdc_base
13
14file	dev/ata/ata.c				(ata | atapi) & wdc_base
15