diff options
author | 2007-02-19 13:51:30 +0000 | |
---|---|---|
committer | 2007-02-19 13:51:30 +0000 | |
commit | a270a3a4daf59a689923d8a06dd7a3957348c7f1 (patch) | |
tree | dfdc92ffed528e5dd0158e0a262b12a37b6a4c81 /sys | |
parent | precomp -> features as per ATA spec (diff) | |
download | wireguard-openbsd-a270a3a4daf59a689923d8a06dd7a3957348c7f1.tar.xz wireguard-openbsd-a270a3a4daf59a689923d8a06dd7a3957348c7f1.zip |
ahci will depend on atascsi and scsi
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/files.pci | 4 |
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 |