From: M. R. B. <mr...@us...> - 2002-05-01 18:36:30
|
Update of /cvsroot/linuxdc/linux-sh-dc In directory usw-pr-cvs1:/tmp/cvs-serv12155 Modified Files: ChangeLog.dc Log Message: Initial IDE support Index: ChangeLog.dc =================================================================== RCS file: /cvsroot/linuxdc/linux-sh-dc/ChangeLog.dc,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- ChangeLog.dc 1 May 2002 16:32:27 -0000 1.32 +++ ChangeLog.dc 1 May 2002 18:36:23 -0000 1.33 @@ -14,6 +14,18 @@ 2002-05-01 M. R. Brown <mr...@0x...> + Initial IDE support. + + * include/asm-sh/ide.h (ide_default_irq_dreamcast): New function. + (ide_default_irq): Added check for MACH_DREAMCAST. + * include/asm-sh/dc_sysasic.h: Added HW_EVENT_EXT0. Renamed + HW_EVENT_EXTERNAL to HW_EVENT_EXT1. + * arch/sh/kernel/pci-dc.c: We now use HW_EVENT_EXT1. + * arch/sh/kernel/io_dc.c (dreamcast_isa_port2addr): Added checks for + primary IDE command and control (status) registers. + * include/asm-sh/ide.h, arch/sh/kernel/io_dc.c: Imported from LinuxSH + 2.4.18. + * Makefile: Added. Add "-dc" to EXTRAVERSION to distinguish ourselves from LinuxSH kernels. |