blob: 7ba666a586b9cc720128bb01f58dfc6b284a304f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: files.ata,v 1.2 1998/02/16 22:12:50 thorpej 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
|