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

Collapse All | Expand All

(-)linux-2.4.27-pre1/drivers/ide/pci/generic.c (+2 lines)
Lines 141-146 static struct pci_device_id generic_pci_ Link Here
141
	{ PCI_VENDOR_ID_VIA,    PCI_DEVICE_ID_VIA_82C561,          PCI_ANY_ID, PCI_ANY_ID, 0, 0, 7},
141
	{ PCI_VENDOR_ID_VIA,    PCI_DEVICE_ID_VIA_82C561,          PCI_ANY_ID, PCI_ANY_ID, 0, 0, 7},
142
	{ PCI_VENDOR_ID_OPTI,   PCI_DEVICE_ID_OPTI_82C558,         PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8},
142
	{ PCI_VENDOR_ID_OPTI,   PCI_DEVICE_ID_OPTI_82C558,         PCI_ANY_ID, PCI_ANY_ID, 0, 0, 8},
143
	{ PCI_VENDOR_ID_TOSHIBA, PCI_DEVICE_ID_TOSHIBA_PICCOLO,	   PCI_ANY_ID, PCI_ANY_ID, 0, 0, 9},
143
	{ PCI_VENDOR_ID_TOSHIBA, PCI_DEVICE_ID_TOSHIBA_PICCOLO,	   PCI_ANY_ID, PCI_ANY_ID, 0, 0, 9},
144
	{ PCI_VENDOR_ID_TOSHIBA, PCI_DEVICE_ID_TOSHIBA_PICCOLO_1,  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 10},
145
	{ PCI_VENDOR_ID_TOSHIBA, PCI_DEVICE_ID_TOSHIBA_PICCOLO_2,  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 11},
144
	{ 0, },
146
	{ 0, },
145
};
147
};
146
148
(-)linux-2.4.27-pre1/drivers/ide/pci/generic.h (-1 / +27 lines)
Lines 130-136 static ide_pci_device_t generic_chipsets Link Here
130
	},{	/* 9 */
130
	},{	/* 9 */
131
		.vendor		= PCI_VENDOR_ID_TOSHIBA,
131
		.vendor		= PCI_VENDOR_ID_TOSHIBA,
132
		.device		= PCI_DEVICE_ID_TOSHIBA_PICCOLO,
132
		.device		= PCI_DEVICE_ID_TOSHIBA_PICCOLO,
133
		.name		= "Piccolo",
133
		.name		= "Piccolo0102",
134
		.init_chipset	= init_chipset_generic,
135
		.init_iops	= NULL,
136
		.init_hwif	= init_hwif_generic,
137
		.init_dma	= init_dma_generic,
138
		.channels	= 2,
139
		.autodma	= NOAUTODMA,
140
		.enablebits	= {{0x00,0x00,0x00}, {0x00,0x00,0x00}},
141
		.bootable	= ON_BOARD,
142
		.extra		= 0,
143
	},{	/* 10 */
144
		.vendor		= PCI_VENDOR_ID_TOSHIBA,
145
		.device		= PCI_DEVICE_ID_TOSHIBA_PICCOLO_1,
146
		.name		= "Piccolo0103",
147
		.init_chipset	= init_chipset_generic,
148
		.init_iops	= NULL,
149
		.init_hwif	= init_hwif_generic,
150
		.init_dma	= init_dma_generic,
151
		.channels	= 2,
152
		.autodma	= NOAUTODMA,
153
		.enablebits	= {{0x00,0x00,0x00}, {0x00,0x00,0x00}},
154
		.bootable	= ON_BOARD,
155
		.extra		= 0,
156
	},{	/* 11 */
157
		.vendor		= PCI_VENDOR_ID_TOSHIBA,
158
		.device		= PCI_DEVICE_ID_TOSHIBA_PICCOLO_2,
159
		.name		= "Piccolo0105",
134
		.init_chipset	= init_chipset_generic,
160
		.init_chipset	= init_chipset_generic,
135
		.init_iops	= NULL,
161
		.init_iops	= NULL,
136
		.init_hwif	= init_hwif_generic,
162
		.init_hwif	= init_hwif_generic,
(-)linux-2.4.27-pre1/include/linux/pci_ids.h (+2 lines)
Lines 1269-1274 Link Here
1269
1269
1270
#define PCI_VENDOR_ID_TOSHIBA		0x1179
1270
#define PCI_VENDOR_ID_TOSHIBA		0x1179
1271
#define PCI_DEVICE_ID_TOSHIBA_PICCOLO	0x0102
1271
#define PCI_DEVICE_ID_TOSHIBA_PICCOLO	0x0102
1272
#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_1	0x0103
1273
#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_2	0x0105
1272
#define PCI_DEVICE_ID_TOSHIBA_601	0x0601
1274
#define PCI_DEVICE_ID_TOSHIBA_601	0x0601
1273
#define PCI_DEVICE_ID_TOSHIBA_TOPIC95	0x060a
1275
#define PCI_DEVICE_ID_TOSHIBA_TOPIC95	0x060a
1274
#define PCI_DEVICE_ID_TOSHIBA_TOPIC97	0x060f
1276
#define PCI_DEVICE_ID_TOSHIBA_TOPIC97	0x060f

Return to bug 48729