diff options
| author | Paul Mackerras <paulus@samba.org> | 2003-04-01 04:53:46 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-01 04:53:46 -0800 |
| commit | 51b239162c64d6f285ee61dc7fef2cf3401fccba (patch) | |
| tree | 53a36c57133f0d04f7ca351b58cf773548b6e2a8 /include/linux/pci_ids.h | |
| parent | 5493f1f4edf6fbafdebff576eeb1b7106d3d0a6e (diff) | |
[PATCH] add some more Apple PCI ids
This adds the PCI ids for some of the newer Apple chips.
Diffstat (limited to 'include/linux/pci_ids.h')
| -rw-r--r-- | include/linux/pci_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 3e1f5a319034..7af1d1d055a6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -758,6 +758,10 @@ #define PCI_DEVICE_ID_APPLE_UNI_N_AGP_P 0x0027 #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_DEVICE_ID_APPLE_UNI_N_AGP2 0x0034 +#define PCI_DEVICE_ID_APPLE_KEYLARGO_I 0x003e +#define PCI_DEVICE_ID_APPLE_TIGON3 0x1645 #define PCI_VENDOR_ID_YAMAHA 0x1073 #define PCI_DEVICE_ID_YAMAHA_724 0x0004 |
