15 lines
458 B
Plaintext
15 lines
458 B
Plaintext
# $NetBSD: files.ata,v 1.4 2000/04/10 06:43:38 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
|
|
file dev/ata/wd.c wd needs-flag
|
|
file dev/ata/ata_wdc.c wd & wdc_base
|
|
|
|
file dev/ata/ata.c (ata | atapi) & wdc_base
|