Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add support for Intel 3400 SATA



details:   https://anonhg.NetBSD.org/src/rev/53cfedc59a10
branches:  trunk
changeset: 749456:53cfedc59a10
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Mon Nov 30 09:33:48 2009 +0000

description:
Add support for Intel 3400 SATA

diffstat:

 sys/dev/pci/piixide.c |  46 ++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 44 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r c926299b44aa -r 53cfedc59a10 sys/dev/pci/piixide.c
--- a/sys/dev/pci/piixide.c     Mon Nov 30 09:33:36 2009 +0000
+++ b/sys/dev/pci/piixide.c     Mon Nov 30 09:33:48 2009 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index