diff options
author | Conke Hu <conke.hu@gmail.com> | 2007-04-11 18:23:14 +0800 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 14:16:02 -0400 |
commit | c65ec1c25dc23123040efdc4ada46071431723e3 (patch) | |
tree | 7c5a6e3f1f8bf3a0a9f74520eb5c1806fba4c5c7 /include | |
parent | a51d644af6eb0a93bc383e5f005faa445c87f335 (diff) | |
download | linux-3.10-c65ec1c25dc23123040efdc4ada46071431723e3.tar.gz linux-3.10-c65ec1c25dc23123040efdc4ada46071431723e3.tar.bz2 linux-3.10-c65ec1c25dc23123040efdc4ada46071431723e3.zip |
ahci.c: remove non-existing SB600 raid id (re-send)
SB600 RAID and SB600 SATA is the same controller and share the
same PCI ID 0x4380. There is no such PCI ID 0x4381.
Signed-off-by: Conke Hu <conke.hu@gmail.com>
---------
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 600308fdf9c..5f21b0f68b4 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -368,7 +368,6 @@ #define PCI_DEVICE_ID_ATI_IXP400_SATA 0x4379 #define PCI_DEVICE_ID_ATI_IXP400_SATA2 0x437a #define PCI_DEVICE_ID_ATI_IXP600_SATA 0x4380 -#define PCI_DEVICE_ID_ATI_IXP600_SRAID 0x4381 #define PCI_DEVICE_ID_ATI_IXP600_SMBUS 0x4385 #define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c |