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.
details: https://anonhg.NetBSD.org/src/rev/b742b08f087a
branches: trunk
changeset: 536640:b742b08f087a
user: nathanw <nathanw%NetBSD.org@localhost>
date: Thu Sep 19 18:53:00 2002 +0000
description:
Regen.
diffstat:
sys/dev/pci/pcidevs.h | 6 ++++--
sys/dev/pci/pcidevs_data.h | 16 ++++++++++++++--
2 files changed, 18 insertions(+), 4 deletions(-)
diffs (60 lines):
diff -r 4fdc90c45831 -r b742b08f087a sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Thu Sep 19 18:50:45 2002 +0000
+++ b/sys/dev/pci/pcidevs.h Thu Sep 19 18:53:00 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.472 2002/09/11 20:43:42 bouyer Exp $ */
+/* $NetBSD: pcidevs.h,v 1.473 2002/09/19 18:53:00 nathanw Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.468 2002/09/11 20:43:07 bouyer Exp
+ * NetBSD: pcidevs,v 1.469 2002/09/19 18:50:45 nathanw Exp
*/
/*
@@ -793,6 +793,8 @@
#define PCI_PRODUCT_AMD_PBC756_USB 0x740c /* AMD756 USB Host Controller */
#define PCI_PRODUCT_AMD_SC762_NB 0x700c /* AMD762 NorthBridge */
#define PCI_PRODUCT_AMD_SC762_PPB 0x700d /* AMD762 AGP Bridge */
+#define PCI_PRODUCT_AMD_SC761_SC 0x700e /* AMD761 System Controller */
+#define PCI_PRODUCT_AMD_SC761_PPB 0x700f /* AMD761 PCI-to-PCI Bridge */
#define PCI_PRODUCT_AMD_PBC766_ISA 0x7410 /* AMD766 SouthBridge */
#define PCI_PRODUCT_AMD_PBC766_IDE 0x7411 /* AMD766 IDE controller */
#define PCI_PRODUCT_AMD_PBC766_PMC 0x7413 /* AMD766 Power Management Controller */
diff -r 4fdc90c45831 -r b742b08f087a sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Thu Sep 19 18:50:45 2002 +0000
+++ b/sys/dev/pci/pcidevs_data.h Thu Sep 19 18:53:00 2002 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.470 2002/09/11 20:43:43 bouyer Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.471 2002/09/19 18:53:01 nathanw Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.468 2002/09/11 20:43:07 bouyer Exp
+ * NetBSD: pcidevs,v 1.469 2002/09/19 18:50:45 nathanw Exp
*/
/*
@@ -976,6 +976,18 @@
"AMD762 AGP Bridge",
},
{
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_SC761_SC,
+ 0,
+ "Advanced Micro Devices",
+ "AMD761 System Controller",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_SC761_PPB,
+ 0,
+ "Advanced Micro Devices",
+ "AMD761 PCI-to-PCI Bridge",
+ },
+ {
PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC766_ISA,
0,
"Advanced Micro Devices",
Home |
Main Index |
Thread Index |
Old Index