diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-12-29 14:27:33 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-12-29 14:27:33 -0500 |
commit | 7f1ac8c4b9dadc55ec656b368f5f470f2cbe3083 (patch) | |
tree | 75878c029a629bd938b3744dc2505b1ac78516ea /include/linux | |
parent | f58c1ab8deebc2360cef998f169a6727c288210f (diff) |
rz1000: apply chipset quirks early (v2)
* Use pci_name(dev) instead of hwif->name in init_hwif_rz1000().
* init_hwif_rz1000() -> rz1000_init_chipset(). Update rz1000_init_one()
to use rz1000_init_chipset() and add now required rz1000_remove().
* Remove superfluous ide_rz1000 chipset type.
v2:
* unsigned int rz1000_init_chipset() -> int rz1000_disable_readahead()
per Sergei's suggestion.
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 1d28006aec68..fc1a966c7b7d 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -170,8 +170,7 @@ typedef int (ide_ack_intr_t)(struct hwif_s *); | |||
170 | enum { ide_unknown, ide_generic, ide_pci, | 170 | enum { ide_unknown, ide_generic, ide_pci, |
171 | ide_cmd640, ide_dtc2278, ide_ali14xx, | 171 | ide_cmd640, ide_dtc2278, ide_ali14xx, |
172 | ide_qd65xx, ide_umc8672, ide_ht6560b, | 172 | ide_qd65xx, ide_umc8672, ide_ht6560b, |
173 | ide_rz1000, ide_trm290, | 173 | ide_trm290, ide_cy82c693, ide_4drives, |
174 | ide_cy82c693, ide_4drives, | ||
175 | ide_pmac, ide_acorn, | 174 | ide_pmac, ide_acorn, |
176 | ide_au1xxx, ide_palm3710 | 175 | ide_au1xxx, ide_palm3710 |
177 | }; | 176 | }; |