From: Geert U. <ge...@li...> - 2000-11-20 12:38:35
|
On Sun, 19 Nov 2000, Paul Mackerras wrote: > pa...@hq...:/home/bk/linuxppc_2_3 remote push from pa...@di...:/home/paulus/kernel/linuxppc_2_3 > > ChangeSet@1.348, 2000-11-20 15:42:05+11:00, pa...@di... > This patch makes ide_check/request/release_region simple macros > in asm-ppc/ide.h which just call check/request/release_region. > If this causes problems for anyone, let me (pa...@li...) > know. This is done at the suggestion of Andre Hedrick, the IDE > maintainer. This must not be done on APUS, where IDE I/O is memory mapped I/O. Since drivers/ide/gayle.c already does request_mem_region(), you can keep on using dummy functions if CONFIG_APUS. Yes, it's messy: the ide_* macros may operate on either I/O or memory space, depending on the box they're running on. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |