NetBSD/sys/dev/ata/files.ata

15 lines
456 B
Plaintext
Raw Normal View History

2001-02-24 04:59:46 +03:00
# $NetBSD: files.ata,v 1.5 2001/02/24 01:59:47 lukem 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
2001-02-24 04:59:46 +03:00
file dev/ata/wd.c wd needs-flag
file dev/ata/ata_wdc.c wd & wdc_base
1998-10-12 20:09:10 +04:00
2001-02-24 04:59:46 +03:00
file dev/ata/ata.c (ata | atapi) & wdc_base