Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Regen: add Intel 82801FBM Serial ATA Controller.



details:   https://anonhg.NetBSD.org/src/rev/6cd6a59dde91
branches:  trunk
changeset: 582066:6cd6a59dde91
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Jun 15 17:59:14 2005 +0000

description:
Regen: add Intel 82801FBM Serial ATA Controller.

diffstat:

 sys/dev/pci/pcidevs.h      |   5 +++--
 sys/dev/pci/pcidevs_data.h |  10 +++++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (57 lines):

diff -r da5ac9b08fb6 -r 6cd6a59dde91 sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Wed Jun 15 17:58:02 2005 +0000
+++ b/sys/dev/pci/pcidevs.h     Wed Jun 15 17:59:14 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.719 2005/06/14 14:45:15 bouyer Exp $     */
+/*     $NetBSD: pcidevs.h,v 1.720 2005/06/15 17:59:14 bouyer Exp $     */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.718 2005/06/14 14:44:26 bouyer Exp
+ *     NetBSD: pcidevs,v 1.719 2005/06/15 17:58:02 bouyer Exp
  */
 
 /*
@@ -1855,6 +1855,7 @@
 #define        PCI_PRODUCT_INTEL_82801FB_LPC   0x2640          /* 82801FB LPC Interface Bridge */
 #define        PCI_PRODUCT_INTEL_82801FB_SATA  0x2651          /* 82801FB Serial ATA Controller */
 #define        PCI_PRODUCT_INTEL_82801FR_SATA  0x2652          /* 82801FR Serial ATA Controller */
+#define        PCI_PRODUCT_INTEL_82801FBM_SATA 0x2653          /* 82801FBM Serial ATA Controller */
 #define        PCI_PRODUCT_INTEL_82801FB_USB_0 0x2658          /* 82801FB/FR USB UHCI Controller */
 #define        PCI_PRODUCT_INTEL_82801FB_USB_1 0x2659          /* 82801FB/FR USB UHCI Controller */
 #define        PCI_PRODUCT_INTEL_82801FB_USB_2 0x265a          /* 82801FB/FR USB UHCI Controller */
diff -r da5ac9b08fb6 -r 6cd6a59dde91 sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Wed Jun 15 17:58:02 2005 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Wed Jun 15 17:59:14 2005 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.717 2005/06/14 14:45:16 bouyer Exp $        */
+/*     $NetBSD: pcidevs_data.h,v 1.718 2005/06/15 17:59:14 bouyer Exp $        */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.718 2005/06/14 14:44:26 bouyer Exp
+ *     NetBSD: pcidevs,v 1.719 2005/06/15 17:58:02 bouyer Exp
  */
 
 /*
@@ -6316,6 +6316,10 @@
            "82801FR Serial ATA Controller",
        },
        {
+           PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FBM_SATA,
+           "82801FBM Serial ATA Controller",
+       },
+       {
            PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801FB_USB_0,
            "82801FB/FR USB UHCI Controller",
        },
@@ -10328,4 +10332,4 @@
            "Video Controller",
        },
 };
-const int pci_nproducts = 2002;
+const int pci_nproducts = 2003;



Home | Main Index | Thread Index | Old Index