summaryrefslogtreecommitdiff
path: root/sys/arch/evbsh3/include/cpu.h
AgeCommit message (Collapse)Author
2002-03-04CTL_MACHDEP definitions are integrated into sh3/include/cpu.h again.uch
2002-03-03machine dependent sysctl are moved to machine/cpu.huch
dreamcast, hpcsh ... CPU_CONSDEV mmeye, evbsh3 ... CPU_CONSDEV, CPU_LOADANDRESET
1999-12-24back to previous one (suggested by cgd)msaitoh
1999-12-21move sysctl definitions into ${MACHINE}/include/cpu.hmsaitoh
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun
Tree structure: - sys/arch/sh3: sh3 generic code As commented, in-chip device drivers are put into sys/arch/sh3/dev. - sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW) - sys/arch/mmeye: Brains mmEye, www.brains.co.jp MI source code includes couple of #ifdef for sh3-coff support. (sh3 uses coff or elf) Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3, to compile the tree (due to last minute tree structure change).