From: NIIBE Y. <gn...@ch...> - 2000-11-11 06:12:09
|
SEMI (the MIME interface of Emacs)... has been split up my message. :-( Here's original message without patche. -------------------------- It's better to have I/O functions API as same as 386 versions for better use of drivers. I tried to clean up I/O functions API. Here's the patch. Since we've already abused the meaning of the PORT and some port (SolutionEngine and HP6xx) requires more spaces than 16-bit, I leave port-type as "unsigned long". Except this, we have almost same API. 2000-11-11 NIIBE Yutaka <gn...@m1...> * arch/sh/kernel/io.c, arch/sh/kernel/io_generic.c, arch/sh/kernel/io_hd64461.c, arch/sh/kernel/io_hd64465.c, arch/sh/kernel/io_se.c, arch/sh/kernel/setup_hd64461.c, arch/sh/overdrive/io.c, include/asm-sh/io.h, include/asm-sh/io_generic.h, include/asm-sh/io_hd64461.h, include/asm-sh/io_hd64465.h, include/asm-sh/io_od.h, include/asm-sh/io_se.h, include/asm-sh/io_unknown.h, include/asm-sh/machvec.h: Clean up the API. arch/sh/kernel/process.c: Follow the change of I/O func. -- |