aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/atiixp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/atiixp.c')
-rw-r--r--drivers/ide/pci/atiixp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/pci/atiixp.c b/drivers/ide/pci/atiixp.c
index bfdf086f4525..078adbe250d2 100644
--- a/drivers/ide/pci/atiixp.c
+++ b/drivers/ide/pci/atiixp.c
@@ -291,17 +291,16 @@ static ide_pci_device_t atiixp_pci_info[] __devinitdata = {
291 { /* 0 */ 291 { /* 0 */
292 .name = "ATIIXP", 292 .name = "ATIIXP",
293 .init_hwif = init_hwif_atiixp, 293 .init_hwif = init_hwif_atiixp,
294 .channels = 2,
295 .autodma = AUTODMA, 294 .autodma = AUTODMA,
296 .enablebits = {{0x48,0x01,0x00}, {0x48,0x08,0x00}}, 295 .enablebits = {{0x48,0x01,0x00}, {0x48,0x08,0x00}},
297 .bootable = ON_BOARD, 296 .bootable = ON_BOARD,
298 },{ /* 1 */ 297 },{ /* 1 */
299 .name = "SB600_PATA", 298 .name = "SB600_PATA",
300 .init_hwif = init_hwif_atiixp, 299 .init_hwif = init_hwif_atiixp,
301 .channels = 1,
302 .autodma = AUTODMA, 300 .autodma = AUTODMA,
303 .enablebits = {{0x48,0x01,0x00}, {0x00,0x00,0x00}}, 301 .enablebits = {{0x48,0x01,0x00}, {0x00,0x00,0x00}},
304 .bootable = ON_BOARD, 302 .bootable = ON_BOARD,
303 .host_flags = IDE_HFLAG_SINGLE,
305 }, 304 },
306}; 305};
307 306