Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pci Pull up regenerated files (requested by bou...
details: https://anonhg.NetBSD.org/src/rev/2f030aba394d
branches: netbsd-1-5
changeset: 491742:2f030aba394d
user: he <he%NetBSD.org@localhost>
date: Tue May 15 20:51:30 2001 +0000
description:
Pull up regenerated files (requested by bouyer):
Add support for newer VIA pciide controllers.
Add support for the AMD 766 pciide controller.
Properly distinguish between HPT366 and HPT370 controllers.
diffstat:
sys/dev/pci/pcidevs.h | 8 ++++++--
sys/dev/pci/pcidevs_data.h | 28 ++++++++++++++++++++++++++--
2 files changed, 32 insertions(+), 4 deletions(-)
diffs (74 lines):
diff -r 72e107ea21fd -r 2f030aba394d sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h Tue May 15 20:51:04 2001 +0000
+++ b/sys/dev/pci/pcidevs.h Tue May 15 20:51:30 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs.h,v 1.242.2.17 2001/05/06 15:09:57 he Exp $ */
+/* $NetBSD: pcidevs.h,v 1.242.2.18 2001/05/15 20:51:30 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.236.2.16 2001/05/03 21:00:46 he Exp
+ * NetBSD: pcidevs,v 1.236.2.17 2001/05/06 15:09:33 he Exp
*/
/*
@@ -703,6 +703,10 @@
#define PCI_PRODUCT_AMD_PBC756_IDE 0x7409 /* AMD756 IDE controller */
#define PCI_PRODUCT_AMD_PBC756_PMC 0x740B /* AMD756 Power Management Controller */
#define PCI_PRODUCT_AMD_PBC756_USB 0x740C /* AMD756 USB Host Controller */
+#define PCI_PRODUCT_AMD_PBC766_ISA 0x7410 /* AMD766 PCI-to-ISA Bridge */
+#define PCI_PRODUCT_AMD_PBC766_IDE 0x7411 /* AMD766 IDE controller */
+#define PCI_PRODUCT_AMD_PBC766_PMC 0x7413 /* AMD766 Power Management Controller */
+#define PCI_PRODUCT_AMD_PBC766_USB 0x7414 /* AMD766 USB Host Controller */
/* Apple products */
#define PCI_PRODUCT_APPLE_BANDIT 0x0001 /* Bandit Host-PCI Bridge */
diff -r 72e107ea21fd -r 2f030aba394d sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h Tue May 15 20:51:04 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h Tue May 15 20:51:30 2001 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: pcidevs_data.h,v 1.240.2.17 2001/05/06 15:09:58 he Exp $ */
+/* $NetBSD: pcidevs_data.h,v 1.240.2.18 2001/05/15 20:51:31 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * NetBSD: pcidevs,v 1.236.2.16 2001/05/03 21:00:46 he Exp
+ * NetBSD: pcidevs,v 1.236.2.17 2001/05/06 15:09:33 he Exp
*/
/*
@@ -694,6 +694,30 @@
"AMD756 USB Host Controller",
},
{
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC766_ISA,
+ 0,
+ "Advanced Micro Devices",
+ "AMD766 PCI-to-ISA Bridge",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC766_IDE,
+ 0,
+ "Advanced Micro Devices",
+ "AMD766 IDE controller",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC766_PMC,
+ 0,
+ "Advanced Micro Devices",
+ "AMD766 Power Management Controller",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC766_USB,
+ 0,
+ "Advanced Micro Devices",
+ "AMD766 USB Host Controller",
+ },
+ {
PCI_VENDOR_APPLE, PCI_PRODUCT_APPLE_BANDIT,
0,
"Apple Computer",
Home |
Main Index |
Thread Index |
Old Index