https://github.com/torvalds/linux
Revision 7c03b87048f2467087ae7e51392e5fb57ea8f58b authored by Mike Miller on 01 December 2010, 17:16:07 UTC, committed by James Bottomley on 09 December 2010, 21:06:50 UTC
PCI_DEVICE_ID_CISSF is defined as 323b in pci_ids.h but redefined as 3fff in
hpsa.c. The ID of 3fff will _never_ ship as a standalone controller. It is
intended only as part a complete storage solution. As such, this patch
removes the redefinition and the StorageWorks P1210m from the product table.

It also removes a duplicate line for the "unknown" controller support.

Signed-off-by: James Bottomley <James.Bottomley@suse.de>
1 parent 13d38d9
History
Tip revision: 7c03b87048f2467087ae7e51392e5fb57ea8f58b authored by Mike Miller on 01 December 2010, 17:16:07 UTC
[SCSI] hpsa: fix redefinition of PCI_DEVICE_ID_CISSF
Tip revision: 7c03b87
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 178.4 KB
Makefile -rw-r--r-- 50.9 KB
README -rw-r--r-- 17.1 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top