diff options
author | Matt Gillette <matt.gillette@netcell.com> | 2005-08-18 16:27:07 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl> | 2005-08-18 16:27:07 -0400 |
commit | 2f09a7f4af131bf23c013ead89373deba1c7593c (patch) | |
tree | b6175bf457e6903aaa6b007c3d8e2facbf20e4b7 /include | |
parent | b07e5eccaf512ae3209beae5cd2e3a27c92c300b (diff) |
[PATCH] ide: add support for Netcell Revolution to pci-ide generic driver
Adds support for Netcell Revolution to pci-ide generic driver by including
it in the list of devices matched. Includes the Revolution in the list of
simplex devices forced into DMA mode.
Signed-off-by: Matt Gillette <matt.gillette@netcell.com>
Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>
Diffstat (limited to 'include')
-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 953b4dc819ae..163036867ac7 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2184,6 +2184,9 @@ | |||
2184 | #define PCI_VENDOR_ID_SIBYTE 0x166d | 2184 | #define PCI_VENDOR_ID_SIBYTE 0x166d |
2185 | #define PCI_DEVICE_ID_BCM1250_HT 0x0002 | 2185 | #define PCI_DEVICE_ID_BCM1250_HT 0x0002 |
2186 | 2186 | ||
2187 | #define PCI_VENDOR_ID_NETCELL 0x169c | ||
2188 | #define PCI_DEVICE_ID_REVOLUTION 0x0044 | ||
2189 | |||
2187 | #define PCI_VENDOR_ID_LINKSYS 0x1737 | 2190 | #define PCI_VENDOR_ID_LINKSYS 0x1737 |
2188 | #define PCI_DEVICE_ID_LINKSYS_EG1032 0x1032 | 2191 | #define PCI_DEVICE_ID_LINKSYS_EG1032 0x1032 |
2189 | #define PCI_DEVICE_ID_LINKSYS_EG1064 0x1064 | 2192 | #define PCI_DEVICE_ID_LINKSYS_EG1064 0x1064 |