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

Collapse All | Expand All

(-)linux-2.6.5-gentoo-r1/drivers/ide/pci/siimage.c (-2 lines)
Lines 1192-1199 static int __devinit siimage_init_one(st Link Here
1192
1192
1193
static struct pci_device_id siimage_pci_tbl[] = {
1193
static struct pci_device_id siimage_pci_tbl[] = {
1194
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_680,  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1194
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_680,  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1195
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_3112, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1},
1196
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_1210SA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2},
1197
	{ 0, },
1195
	{ 0, },
1198
};
1196
};
1199
MODULE_DEVICE_TABLE(pci, siimage_pci_tbl);
1197
MODULE_DEVICE_TABLE(pci, siimage_pci_tbl);

Return to bug 51464