diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 11:19:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 11:19:33 -0400 |
commit | df3d80f5a5c74168be42788364d13cf6c83c7b9c (patch) | |
tree | 892a964c2fd28d028f2fb7471e8543d3f4006a58 /include/linux/pci_ids.h | |
parent | 3d06f7a5f74a813cee817c4b30b5e6f0398da0be (diff) | |
parent | c8e91b0a8fc8493e3bf3efcb3c8f866e9453cf1c (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (207 commits)
[SCSI] gdth: fix CONFIG_ISA build failure
[SCSI] esp_scsi: remove __dev{init,exit}
[SCSI] gdth: !use_sg cleanup and use of scsi accessors
[SCSI] gdth: Move members from SCp to gdth_cmndinfo, stage 2
[SCSI] gdth: Setup proper per-command private data
[SCSI] gdth: Remove gdth_ctr_tab[]
[SCSI] gdth: switch to modern scsi host registration
[SCSI] gdth: gdth_interrupt() gdth_get_status() & gdth_wait() fixes
[SCSI] gdth: clean up host private data
[SCSI] gdth: Remove virt hosts
[SCSI] gdth: Reorder scsi_host_template intitializers
[SCSI] gdth: kill gdth_{read,write}[bwl] wrappers
[SCSI] gdth: Remove 2.4.x support, in-kernel changelog
[SCSI] gdth: split out pci probing
[SCSI] gdth: split out eisa probing
[SCSI] gdth: split out isa probing
gdth: Make one abuse of scsi_cmnd less obvious
[SCSI] NCR5380: Use scsi_eh API for REQUEST_SENSE invocation
[SCSI] usb storage: use scsi_eh API in REQUEST_SENSE execution
[SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUEST_SENSE
...
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 87439ad94685..2aaf1c16ce98 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1467,6 +1467,8 @@ | |||
1467 | #define PCI_DEVICE_ID_TOSHIBA_TC86C001_MISC 0x0108 | 1467 | #define PCI_DEVICE_ID_TOSHIBA_TC86C001_MISC 0x0108 |
1468 | #define PCI_DEVICE_ID_TOSHIBA_SPIDER_NET 0x01b3 | 1468 | #define PCI_DEVICE_ID_TOSHIBA_SPIDER_NET 0x01b3 |
1469 | 1469 | ||
1470 | #define PCI_VENDOR_ID_ATTO 0x117c | ||
1471 | |||
1470 | #define PCI_VENDOR_ID_RICOH 0x1180 | 1472 | #define PCI_VENDOR_ID_RICOH 0x1180 |
1471 | #define PCI_DEVICE_ID_RICOH_RL5C465 0x0465 | 1473 | #define PCI_DEVICE_ID_RICOH_RL5C465 0x0465 |
1472 | #define PCI_DEVICE_ID_RICOH_RL5C466 0x0466 | 1474 | #define PCI_DEVICE_ID_RICOH_RL5C466 0x0466 |
@@ -2075,6 +2077,9 @@ | |||
2075 | #define PCI_DEVICE_ID_ARECA_1130 0x1130 | 2077 | #define PCI_DEVICE_ID_ARECA_1130 0x1130 |
2076 | #define PCI_DEVICE_ID_ARECA_1160 0x1160 | 2078 | #define PCI_DEVICE_ID_ARECA_1160 0x1160 |
2077 | #define PCI_DEVICE_ID_ARECA_1170 0x1170 | 2079 | #define PCI_DEVICE_ID_ARECA_1170 0x1170 |
2080 | #define PCI_DEVICE_ID_ARECA_1200 0x1200 | ||
2081 | #define PCI_DEVICE_ID_ARECA_1201 0x1201 | ||
2082 | #define PCI_DEVICE_ID_ARECA_1202 0x1202 | ||
2078 | #define PCI_DEVICE_ID_ARECA_1210 0x1210 | 2083 | #define PCI_DEVICE_ID_ARECA_1210 0x1210 |
2079 | #define PCI_DEVICE_ID_ARECA_1220 0x1220 | 2084 | #define PCI_DEVICE_ID_ARECA_1220 0x1220 |
2080 | #define PCI_DEVICE_ID_ARECA_1230 0x1230 | 2085 | #define PCI_DEVICE_ID_ARECA_1230 0x1230 |