* PATCH: Use the new fixup interfaces in ide-cs
@ 2004-11-05 16:30 Alan Cox
0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2004-11-05 16:30 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz, linux-ide
diff --exclude-from /usr/src/exclude -u --new-file --recursive linux.vanilla-2.6.10rc1/drivers/ide/legacy/ide-cs.c linux-2.6.10rc1/drivers/ide/legacy/ide-cs.c
--- linux.vanilla-2.6.10rc1/drivers/ide/legacy/ide-cs.c 2004-11-05 15:34:46.000000000 +0000
+++ linux-2.6.10rc1/drivers/ide/legacy/ide-cs.c 2004-11-05 16:07:46.000000000 +0000
@@ -206,7 +206,7 @@
ide_init_hwif_ports(&hw, io, ctl, NULL);
hw.irq = irq;
hw.chipset = ide_pci;
- return ide_register_hw(&hw, NULL);
+ return ide_register_hw_with_fixup(&hw, NULL, ide_undecoded_slave);
}
/*======================================================================
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-05 17:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-05 16:30 PATCH: Use the new fixup interfaces in ide-cs Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox