2007-03-27 04:10:20 +04:00
|
|
|
# $NetBSD: files.ata,v 1.15 2007/03/27 00:10:20 garbled Exp $
|
1998-01-15 02:36:30 +03:00
|
|
|
#
|
|
|
|
# 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
|
1998-02-17 01:12:45 +03:00
|
|
|
device wd: disk
|
2003-10-09 00:57:59 +04:00
|
|
|
attach wd at ata_hl
|
2001-02-24 04:59:46 +03:00
|
|
|
file dev/ata/wd.c wd needs-flag
|
2004-08-12 08:23:02 +04:00
|
|
|
file dev/ata/ata_wdc.c wd & atabus & wdc_common
|
1998-10-12 20:09:10 +04:00
|
|
|
|
2004-08-30 13:34:41 +04:00
|
|
|
defflag WD_SOFTBADSECT
|
|
|
|
|
2003-10-09 00:57:59 +04:00
|
|
|
file dev/ata/ata.c (ata_hl | atapi) & atabus
|
2003-01-27 21:21:23 +03:00
|
|
|
|
|
|
|
# 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
|
2005-06-20 06:11:57 +04:00
|
|
|
file dev/ata/ata_raid_adaptec.c ataraid
|
2007-03-27 04:10:20 +04:00
|
|
|
file dev/ata/ata_raid_via.c ataraid
|
2003-01-27 21:21:23 +03:00
|
|
|
|
|
|
|
attach ld at ataraid with ld_ataraid
|
|
|
|
file dev/ata/ld_ataraid.c ld_ataraid
|
2004-05-29 03:26:27 +04:00
|
|
|
|
|
|
|
# Common SATA subroutines
|
2006-10-26 00:14:00 +04:00
|
|
|
file dev/ata/sata_subr.c sata needs-flag
|