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.4.25-gentoo-r2/drivers/ide/pci/siimage.c (+2 lines)
Lines 1191-1198 static int __devinit siimage_init_one(st Link Here
1191
1191
1192
static struct pci_device_id siimage_pci_tbl[] __devinitdata = {
1192
static struct pci_device_id siimage_pci_tbl[] __devinitdata = {
1193
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_680,  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1193
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_680,  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
1194
#ifndef CONFIG_GENTOO_LIVECD
1194
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_3112, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1},
1195
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_3112, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1},
1195
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_1210SA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2},
1196
	{ PCI_VENDOR_ID_CMD, PCI_DEVICE_ID_SII_1210SA, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 2},
1197
#endif
1196
	{ 0, },
1198
	{ 0, },
1197
};
1199
};
1198
1200

Return to bug 51464