Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 62508 | Differences between
and this patch

Collapse All | Expand All

(-)linux-2.6.12-gentoo/drivers/scsi/megaraid/Kconfig.megaraid (-2 / +1 lines)
Lines 64-70 config MEGARAID_MAILBOX Link Here
64
	To compile this driver as a module, choose M here: the
64
	To compile this driver as a module, choose M here: the
65
	module will be called megaraid_mbox
65
	module will be called megaraid_mbox
66
66
67
if MEGARAID_NEWGEN=n
68
config MEGARAID_LEGACY
67
config MEGARAID_LEGACY
69
	tristate "LSI Logic Legacy MegaRAID Driver"
68
	tristate "LSI Logic Legacy MegaRAID Driver"
70
	depends on PCI && SCSI
69
	depends on PCI && SCSI
Lines 75-78 config MEGARAID_LEGACY Link Here
75
74
76
	To compile this driver as a module, choose M here: the
75
	To compile this driver as a module, choose M here: the
77
	module will be called megaraid
76
	module will be called megaraid
78
endif
77
(-)linux-2.6.12-gentoo/drivers/scsi/megaraid.c (+2 lines)
Lines 5043-5050 static struct pci_device_id megaraid_pci Link Here
5043
		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
5043
		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
5044
	{PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID2,
5044
	{PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID2,
5045
		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
5045
		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
5046
#ifndef CONFIG_MEGARAID_NEWGEN
5046
	{PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID3,
5047
	{PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID3,
5047
		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
5048
		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
5049
#endif
5048
	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_AMI_MEGARAID3,
5050
	{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_AMI_MEGARAID3,
5049
		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
5051
		PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
5050
	{PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_AMI_MEGARAID3,
5052
	{PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_AMI_MEGARAID3,

Return to bug 62508