summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorChris Cappuccio <chris@cvs.openbsd.org>2001-01-23 22:50:30 +0000
committerChris Cappuccio <chris@cvs.openbsd.org>2001-01-23 22:50:30 +0000
commit9892b9d7966dbf1ce58619e4b57fed4290ca3b25 (patch)
treec6836a881cd537f128be414b61ef9a45bfa83afc /sys
parent551737ee5a7ab7c9359c878553d4d31c95fb2b55 (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h48
2 files changed, 56 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 43735e51367..c18e78f4b96 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -732,11 +732,19 @@
/* http://www.amd.com/products/cpg/athlon/techdocs/pdf/21910.pdf */
#define PCI_PRODUCT_AMD_SC751_SC 0x7006 /* 751 System Controller */
#define PCI_PRODUCT_AMD_SC751_PPB 0x7007 /* 751 PCI-PCI */
+#define PCI_PRODUCT_AMD_755_ISA 0x7400 /* 755 PCI-ISA */
+#define PCI_PRODUCT_AMD_755_IDE 0x7401 /* 755 IDE */
+#define PCI_PRODUCT_AMD_755_PMC 0x7403 /* 755 Power Management */
+#define PCI_PRODUCT_AMD_755_USB 0x7404 /* 755 USB */
/* http://www.amd.com/products/cpg/athlon/techdocs/pdf/22548.pdf */
#define PCI_PRODUCT_AMD_PBC756_ISA 0x7408 /* 756 PCI-ISA */
#define PCI_PRODUCT_AMD_PBC756_IDE 0x7409 /* 756 IDE */
#define PCI_PRODUCT_AMD_PBC756_PMC 0x740B /* 756 Power Management */
#define PCI_PRODUCT_AMD_PBC756_USB 0x740C /* 756 USB Host */
+#define PCI_PRODUCT_AMD_766_ISA 0x7410 /* 766 PCI-ISA */
+#define PCI_PRODUCT_AMD_766_IDE 0x7411 /* 766 IDE */
+#define PCI_PRODUCT_AMD_766_USB 0x7412 /* 766 USB */
+#define PCI_PRODUCT_AMD_766_PMC 0x7413 /* 766 Power Management */
/* AMI */
#define PCI_PRODUCT_AMI_MEGARAID 0x1960 /* MegaRAID */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index e6b91d01441..d62f2618ce8 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -855,6 +855,30 @@ struct pci_knowndev pci_knowndevs[] = {
"751 PCI-PCI",
},
{
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_755_ISA,
+ 0,
+ "AMD",
+ "755 PCI-ISA",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_755_IDE,
+ 0,
+ "AMD",
+ "755 IDE",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_755_PMC,
+ 0,
+ "AMD",
+ "755 Power Management",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_755_USB,
+ 0,
+ "AMD",
+ "755 USB",
+ },
+ {
PCI_VENDOR_AMD, PCI_PRODUCT_AMD_PBC756_ISA,
0,
"AMD",
@@ -879,6 +903,30 @@ struct pci_knowndev pci_knowndevs[] = {
"756 USB Host",
},
{
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_766_ISA,
+ 0,
+ "AMD",
+ "766 PCI-ISA",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_766_IDE,
+ 0,
+ "AMD",
+ "766 IDE",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_766_USB,
+ 0,
+ "AMD",
+ "766 USB",
+ },
+ {
+ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_766_PMC,
+ 0,
+ "AMD",
+ "766 Power Management",
+ },
+ {
PCI_VENDOR_AMI, PCI_PRODUCT_AMI_MEGARAID,
0,
"AMI",