summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2007-02-19 13:51:31 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2007-02-19 13:51:31 +0000
commitfeec46505bfcc42a060e7c473b67ef62b202d936 (patch)
tree470e3bd0b13e3290959232c559b9578b077167c8
parent8d166df277d10203904bd0d6bc72b58f08c5b3dd (diff)
ahci will depend on atascsi and scsi
-rw-r--r--sys/dev/pci/files.pci4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index f95bb3a9a7c..3ce3957eca8 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.224 2007/02/10 07:31:28 jsg Exp $
+# $OpenBSD: files.pci,v 1.225 2007/02/19 13:51:30 dlg Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config file and device description for machine-independent PCI code.
@@ -80,7 +80,7 @@ attach arc at pci
file dev/pci/arc.c arc
# Advanced Host Controller Interface for Serial ATA
-device ahci
+device ahci: scsi, atascsi
attach ahci at pci
file dev/pci/ahci.c ahci