>>>>> "takano" == TAKANO Ryousei <takano@os-omicron.org> writes:
takano> Hi,
takano> I am new to the linux-mips kernel development, and I want to
takano> your sugestions.
takano> I added support of TANBAC TB0193 (L-Card+) which has VR4181.
takano> TB0193 is supported on Linux-VR's 2.4.0-test9 kernel, however
takano> I have not seen it on linux-mips cvs tree yet.
takano> The attatched patches is the following two parts:
takano> * tanbac-tb0193-arch.patch includes arch/mips/vr4181/tanbac-tb0193
directory.
takano> * tanbac-tb0193-drivers.patch includes cs89x0 patch and MTD flash driver
takano> from Linux-VR's 2.4.0-test9 kernel.
takano> And these are based on linux_2_4 tag cvs tree.
takano> I am now working for the PCMCIA staff.
+
+struct ide_ops tb0193_ide_ops = {
+ &tb0193_ide_default_irq,
+ &tb0193_ide_default_io_base,
+ &tb0193_ide_init_hwif_ports,
+ &tb0193_ide_request_irq,
+ &tb0193_ide_free_irq,
+ &tb0193_ide_check_region,
+ &tb0193_ide_request_region,
+ &tb0193_ide_release_region
+};
Please, use C99 initializers.
Later, Juan.
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
|