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 M5243 PCI-AGP Bridge



details:   https://anonhg.NetBSD.org/src/rev/64ab968b20ce
branches:  trunk
changeset: 503161:64ab968b20ce
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Fri Feb 02 03:56:20 2001 +0000

description:
Regen: Add M5243 PCI-AGP Bridge
Fixes PR 11466 by Jared D. McNeill <jmcneill%invisible.yi.org@localhost>

diffstat:

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

diffs (53 lines):

diff -r 18f970e07cff -r 64ab968b20ce sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Fri Feb 02 03:51:52 2001 +0000
+++ b/sys/dev/pci/pcidevs.h     Fri Feb 02 03:56:20 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.302 2001/01/31 07:24:58 thorpej Exp $    */
+/*     $NetBSD: pcidevs.h,v 1.303 2001/02/02 03:56:20 hubertf Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.296 2001/01/31 07:24:32 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.297 2001/02/02 03:51:52 hubertf Exp 
  */
 
 /*
@@ -654,6 +654,7 @@
 #define        PCI_PRODUCT_ALI_M4803   0x5215          /* M4803 */
 #define        PCI_PRODUCT_ALI_M5229   0x5229          /* M5229 UDMA IDE Controller */
 #define        PCI_PRODUCT_ALI_M5237   0x5237          /* M5237 USB Host Controller */
+#define        PCI_PRODUCT_ALI_M5243   0x5243          /* M5243 PCI-AGP Bridge */
 #define        PCI_PRODUCT_ALI_M7101   0x7101          /* M7101 Power Management Controller */
 
 /* Adaptec products */
diff -r 18f970e07cff -r 64ab968b20ce sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Fri Feb 02 03:51:52 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Fri Feb 02 03:56:20 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.300 2001/01/31 07:24:59 thorpej Exp $       */
+/*     $NetBSD: pcidevs_data.h,v 1.301 2001/02/02 03:56:21 hubertf Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.296 2001/01/31 07:24:32 thorpej Exp 
+ *     NetBSD: pcidevs,v 1.297 2001/02/02 03:51:52 hubertf Exp 
  */
 
 /*
@@ -430,6 +430,12 @@
            "M5237 USB Host Controller",
        },
        {
+           PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M5243,
+           0,
+           "Acer Labs",
+           "M5243 PCI-AGP Bridge",
+       },
+       {
            PCI_VENDOR_ALI, PCI_PRODUCT_ALI_M7101,
            0,
            "Acer Labs",



Home | Main Index | Thread Index | Old Index