summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorkiyohara <kiyohara@NetBSD.org>2009-07-27 15:09:58 +0000
committerkiyohara <kiyohara@NetBSD.org>2009-07-27 15:09:58 +0000
commitd9973100d48dd90c2dd79cff78f4cd0354b2e2c1 (patch)
treec95ee20138c1e3188c272fd863aa041d52d12346 /sys/dev
parent1d9fe50b80f565c45a079020a15931b2f84d57cf (diff)
Support Marvell Hercules-I/II SATA Controllers.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/files.pci6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 2f2996ace79..6fc57389de7 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.316 2009/06/21 20:15:26 mrg Exp $
+# $NetBSD: files.pci,v 1.317 2009/07/27 15:09:58 kiyohara Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -973,3 +973,7 @@ include "dev/pci/n8/files.n8"
#
attach bwi at pci with bwi_pci
file dev/pci/if_bwi_pci.c bwi_pci
+
+# Marvell Serial-ATA Host Controller
+attach mvsata at pci with mvsata_pci
+file dev/pci/mvsata_pci.c mvsata_pci