diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-06-07 17:09:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-06-07 17:09:03 -0700 |
commit | 4d3d769c605ebdf9fbb5a9d63827598b48351861 (patch) | |
tree | b71d8faa40a026b2ed68a24ab25ccfd514cf45f3 /include | |
parent | cfca31ce789963c0dd6ca2e9cc13b90cc2802fbd (diff) | |
parent | 0ee719527229fa86ace8e3abccae3c2a8bbfd6db (diff) | |
download | linux-stable-4d3d769c605ebdf9fbb5a9d63827598b48351861.tar.gz linux-stable-4d3d769c605ebdf9fbb5a9d63827598b48351861.tar.bz2 linux-stable-4d3d769c605ebdf9fbb5a9d63827598b48351861.zip |
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
* 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev:
ahci: redo stopping DMA engines on empty ports
sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24
ahci: add pci quirk for JMB362
sata_via: explain the magic fix
Diffstat (limited to 'include')
-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 f149dd10908b..4eb467910a45 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2321,6 +2321,7 @@ #define PCI_VENDOR_ID_JMICRON 0x197B #define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 #define PCI_DEVICE_ID_JMICRON_JMB361 0x2361 +#define PCI_DEVICE_ID_JMICRON_JMB362 0x2362 #define PCI_DEVICE_ID_JMICRON_JMB363 0x2363 #define PCI_DEVICE_ID_JMICRON_JMB365 0x2365 #define PCI_DEVICE_ID_JMICRON_JMB366 0x2366 |