diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2008-01-19 16:07:58 +0000 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-01-23 05:24:17 -0500 |
commit | 5e8f757cb2e0f67bf43f71d5180a8bf0ab3484eb (patch) | |
tree | e4dc17cffedc3211eb1c6e373b0781379658dd04 /include/linux/pci_ids.h | |
parent | 3e9b90265e9ab191c8f7e072fd0abf05824d2f1b (diff) | |
download | op-kernel-dev-5e8f757cb2e0f67bf43f71d5180a8bf0ab3484eb.zip op-kernel-dev-5e8f757cb2e0f67bf43f71d5180a8bf0ab3484eb.tar.gz |
ata_generic: Cenatek support
Not much to do here. It's an ata memory as disk.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 7f22151..1fbd025 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2066,6 +2066,9 @@ #define PCI_VENDOR_ID_NETCELL 0x169c #define PCI_DEVICE_ID_REVOLUTION 0x0044 +#define PCI_VENDOR_ID_CENATEK 0x16CA +#define PCI_DEVICE_ID_CENATEK_IDE 0x0001 + #define PCI_VENDOR_ID_VITESSE 0x1725 #define PCI_DEVICE_ID_VITESSE_VSC7174 0x7174 |