summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2002-12-23 02:37:39 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2002-12-23 02:37:39 +0000
commit45c22a4d038361f472ee093364c5c36ff0f518ae (patch)
tree6cb76a5b4d251e5f1353ae4893b553544fdab1e8 /sys
parent4e6f004e284acd3524be0f233478e13f68f225e5 (diff)
dev/ata/ata.c should depends on wdc_base since it uses some calls
from dev/ic/wdc.c; from NetBSD. ok miod@ deraadt@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ata/files.ata4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/files.ata b/sys/dev/ata/files.ata
index 18658a646fa..cf010e3131d 100644
--- a/sys/dev/ata/files.ata
+++ b/sys/dev/ata/files.ata
@@ -1,4 +1,4 @@
-# $OpenBSD: files.ata,v 1.1 1999/07/18 21:25:17 csapuntz Exp $
+# $OpenBSD: files.ata,v 1.2 2002/12/23 02:37:38 grange Exp $
# $NetBSD: files.ata,v 1.3 1998/10/12 16:09:16 bouyer Exp $
#
# Config file and device description for machine-independent devices
@@ -12,4 +12,4 @@ 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
+file dev/ata/ata.c (ata | atapi) & wdc_base