blob: 22b56bc9eec810b19f97dfabb120dd623a75b67e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $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
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
|