Module Name: src
Committed By: sborrill
Date: Mon Nov 30 09:33:48 UTC 2009
Modified Files:
src/sys/dev/pci: piixide.c
Log Message:
Add support for Intel 3400 SATA
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/piixide.c
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/piixide.c
diff -u src/sys/dev/pci/piixide.c:1.51 src/sys/dev/pci/piixide.c:1.52
--- src/sys/dev/pci/piixide.c:1.51 Mon Oct 19 18:41:16 2009
+++ src/sys/dev/pci/piixide.c Mon Nov 30 09:33:48 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: piixide.c,v 1.51 2009/10/19 18:41:16 bouyer Exp $ */
+/* $NetBSD: piixide.c,v 1.52 2009/11/30 09:33:48 sborrill Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.51 2009/10/19 18:41:16 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: piixide.c,v 1.52 2009/11/30 09:33:48 sborrill Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -287,6 +287,48 @@
"Intel 82965PM IDE controller",
piixsata_chip_map,
},
+ {
+ PCI_PRODUCT_INTEL_3400_SATA_1,
+ 0,
+ "Intel 3400 Serial ATA Controller",
+ piixsata_chip_map,
+ },
+ {
+ PCI_PRODUCT_INTEL_3400_SATA_1,
+ 0,
+ "Intel 3400 Serial ATA Controller",
+ piixsata_chip_map,
+ },
+ {
+ PCI_PRODUCT_INTEL_3400_SATA_2,
+ 0,
+ "Intel 3400 Serial ATA Controller",
+ piixsata_chip_map,
+ },
+ {
+ PCI_PRODUCT_INTEL_3400_SATA_3,
+ 0,
+ "Intel 3400 Serial ATA Controller",
+ piixsata_chip_map,
+ },
+ {
+ PCI_PRODUCT_INTEL_3400_SATA_4,
+ 0,
+ "Intel 3400 Serial ATA Controller",
+ piixsata_chip_map,
+ },
+ {
+ PCI_PRODUCT_INTEL_3400_SATA_5,
+ 0,
+ "Intel 3400 Serial ATA Controller",
+ piixsata_chip_map,
+ },
+ {
+ PCI_PRODUCT_INTEL_3400_SATA_6,
+ 0,
+ "Intel 3400 Serial ATA Controller",
+ piixsata_chip_map,
+ },
{ 0,
0,
NULL,