summaryrefslogtreecommitdiff
path: root/sys/dev/ata/files.ata
blob: 376783e8fbc77b305920f322884437166c45a077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$NetBSD: files.ata,v 1.8 2003/10/08 20:58:00 bouyer Exp $
#
# Config file and device description for machine-independent devices
# which attach to ATA busses.  Included by ports that need it.  Ports
# that use it must provide their own "major" declarations for the
# appropriate devices.

# ATA disks
device	wd: disk
attach	wd at ata_hl
file	dev/ata/wd.c			wd			needs-flag
file	dev/ata/ata_wdc.c		wd & atabus

file	dev/ata/ata.c			(ata_hl | atapi) & atabus

# ATA RAID configuration support
defpseudo ataraid {[vendtype = -1], [unit = -1]}
file	dev/ata/ata_raid.c		ataraid			needs-flag
file	dev/ata/ata_raid_promise.c	ataraid

attach	ld at ataraid with ld_ataraid
file	dev/ata/ld_ataraid.c		ld_ataraid