xref: /netbsd/sys/dev/ata/files.ata (revision bf9ec67e)
1#	$NetBSD: files.ata,v 1.5 2001/02/24 01:59:47 lukem 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