xref: /openbsd/sys/dev/ata/files.ata (revision d415bd75)
1#	$OpenBSD: files.ata,v 1.3 2007/02/19 11:44:24 dlg Exp $
2#	$NetBSD: files.ata,v 1.3 1998/10/12 16:09:16 bouyer Exp $
3#
4# Config file and device description for machine-independent devices
5# which attach to ATA busses.  Included by ports that need it.  Ports
6# that use it must provide their own "major" declarations for the
7# appropriate devices.
8
9# ATA disks
10device	wd: disk
11attach	wd at ata
12file	dev/ata/wd.c				wd needs-flag
13file	dev/ata/ata_wdc.c			wd & wdc_base
14
15file	dev/ata/ata.c				(ata | atapi) & wdc_base
16
17file	dev/ata/atascsi.c			atascsi
18