diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2001-01-23 22:50:30 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2001-01-23 22:50:30 +0000 |
commit | 9892b9d7966dbf1ce58619e4b57fed4290ca3b25 (patch) | |
tree | c6836a881cd537f128be414b61ef9a45bfa83afc /sys/dev/pci/pcidevs.h | |
parent | 551737ee5a7ab7c9359c878553d4d31c95fb2b55 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 |
1 files changed, 8 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 */ |