Module Name: src
Committed By: kiyohara
Date: Mon Jul 27 15:09:58 UTC 2009
Modified Files:
src/sys/dev/pci: files.pci
Log Message:
Support Marvell Hercules-I/II SATA Controllers.
To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 src/sys/dev/pci/files.pci
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.316 src/sys/dev/pci/files.pci:1.317
--- src/sys/dev/pci/files.pci:1.316 Sun Jun 21 20:15:26 2009
+++ src/sys/dev/pci/files.pci Mon Jul 27 15:09:58 2009
@@ -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 @@
#
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