diff options
author | Zlatko Calusic <zlatko.calusic@iskon.hr> | 2009-02-18 01:33:34 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-20 14:36:55 -0800 |
commit | 466909ba06d0bfd5423cd5ca9bea22e43384377e (patch) | |
tree | b0241acbfe0d5477a55f06970e2cf9f653919242 /include/linux | |
parent | 462fe2b74124670a344752861c2bccf3f15c95df (diff) |
Add support for VT6415 PCIE PATA IDE Host Controller
commit 5955c7a2cfb6a35429adea5dc480002b15ca8cfc upstream.
Signed-off-by: Zlatko Calusic <zlatko.calusic@iskon.hr>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 794e54694269..e7e7c7da9218 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1301,6 +1301,7 @@ #define PCI_DEVICE_ID_VIA_VT3351 0x0351 #define PCI_DEVICE_ID_VIA_VT3364 0x0364 #define PCI_DEVICE_ID_VIA_8371_0 0x0391 +#define PCI_DEVICE_ID_VIA_6415 0x0415 #define PCI_DEVICE_ID_VIA_8501_0 0x0501 #define PCI_DEVICE_ID_VIA_82C561 0x0561 #define PCI_DEVICE_ID_VIA_82C586_1 0x0571 |