diff options
author | David S. Miller <davem@davemloft.net> | 2005-09-17 03:59:20 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-09-17 03:59:20 +0400 |
commit | 1cbf07478bbf3e350a2025bc5ea23fedaa95855a (patch) | |
tree | 1da3df4563187bae7eec7834d1fada04f8a9271b /include | |
parent | 67e6b629212fa9ffb7420e8a88a41806af637e28 (diff) | |
download | linux-1cbf07478bbf3e350a2025bc5ea23fedaa95855a.tar.xz |
[TG3]: Add AMD K8 to list of write-reorder chipsets.
Thanks to Andy Stewart for the report and testing
debug patches from Michael Chan.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 72fe3385743c..3dc161894c7b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -491,6 +491,7 @@ #define PCI_DEVICE_ID_AMI_MEGARAID2 0x9060 #define PCI_VENDOR_ID_AMD 0x1022 +#define PCI_DEVICE_ID_AMD_K8_NB 0x1100 #define PCI_DEVICE_ID_AMD_LANCE 0x2000 #define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001 #define PCI_DEVICE_ID_AMD_SCSI 0x2020 |