diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2003-08-24 19:09:01 +0200 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2003-08-24 19:09:01 +0200 |
| commit | 45411f6833f4e6d597dc2cfc9e46f24e19da8aab (patch) | |
| tree | 36e16ad32cec6f2efc30abdb5531f000b4432817 /include/linux | |
| parent | 27f8aeb2f57bc078111bf14a36872ce4de5b5620 (diff) | |
Update PowerMac IDE driver. Adapt to new driver model, add proper
support for Kauai ATA/100 and add activity led code.
NOTE: The activity LED code has been left out of Kconfig until the
proper support for it in the blk & ide layers have been merged
(pending patch from Jens Axboe)
Diffstat (limited to 'include/linux')
| -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 6dc3a4d10bcc..9cc8e9112dc1 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -798,6 +798,7 @@ #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_KAUAI_ATA 0x003b #define PCI_DEVICE_ID_APPLE_KEYLARGO_I 0x003e #define PCI_DEVICE_ID_APPLE_TIGON3 0x1645 |
