diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2004-02-06 14:37:52 +1100 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2004-02-06 14:37:52 +1100 |
| commit | f3f367c3d2bd3932bbff41d98c7a616a1eb2294e (patch) | |
| tree | 69cc021d22dab13c5dbc92ef18fd83ccc94d37f7 /include | |
| parent | 2767017a466a8c511a3f05994acbe1faeecc74ad (diff) | |
ppc32: Add some PowerMac specific PCI IDs
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pci_ids.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index ad515074fc85..8637b5f81670 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -805,9 +805,12 @@ #define PCI_DEVICE_ID_APPLE_UNI_N_AGP15 0x002d #define PCI_DEVICE_ID_APPLE_UNI_N_FW2 0x0030 #define PCI_DEVICE_ID_APPLE_UNI_N_GMAC2 0x0032 +#define PCI_DEVIEC_ID_APPLE_UNI_N_ATA 0x0033 #define PCI_DEVICE_ID_APPLE_UNI_N_AGP2 0x0034 -#define PCI_DEVICE_ID_APPLE_KAUAI_ATA 0x003b +#define PCI_DEVICE_ID_APPLE_IPID_ATA100 0x003b #define PCI_DEVICE_ID_APPLE_KEYLARGO_I 0x003e +#define PCI_DEVICE_ID_APPLE_K2_ATA100 0x0043 +#define PCI_DEVICE_ID_APPLE_K2_GMAC 0x004c #define PCI_DEVICE_ID_APPLE_TIGON3 0x1645 #define PCI_VENDOR_ID_YAMAHA 0x1073 |
