summaryrefslogtreecommitdiff
path: root/sys/arch/evbsh3
AgeCommit message (Expand)Author
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-20- replace "defopt" with "defparam" for options which must take a value,lukem
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-10-27Fix incorrect kernelmode check in INTRENTRY macro.msaitoh
2001-10-23This file only set MACHINE, which is now set by config(8); delete it.thorpej
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-08-22devclass of sci[f] is ttymsaitoh
2001-08-10fix a ldtlb handling bug:msaitoh
2001-07-08Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,abs
2001-07-07bcopy -> memcpyichiro
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-15convert two consecutive "shll"s with one "shll2"msaitoh
2001-04-24Sprinkle pmap_update() calls after calls to:thorpej
2001-04-23dreamcast clock module was separated.uch
2001-04-18typoichiro
2001-04-15Add definitions of C99 integer format conversion macros.kleink
2001-04-15Add definitions of C99 specified-width integer type limits.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 integer constant macros.kleink
2001-04-14Add definitions of C99 minimum-width and greatest-width integer types.kleink
2001-03-26- add dev_noimpl(xxx,yyy) macro to replace "(dev_type_xxx((*))) yyy",lukem
2001-02-21move disksubr.c define to machine-port.uch
2001-02-14_C_LABEL()msaitoh
2001-02-07move VM_PHYSSEG_MAX, VM_NFREELIST, VM_FREELIST_DEFAULT defines touch
2001-02-06move machine-port specific file to machine directory.uch
2001-02-05Rename the CLI/STI/ECLI/ESTI macros to more descriptive names,thorpej
2001-02-05add SH3 CCR register address define.uch
2001-01-30fix last commit.msaitoh
2001-01-30fix pmap_* arguments when SH4_PCMCIA is defined.msaitoh
2001-01-30more use _C_LABEL()msaitoh
2001-01-29use macro for CCR registermsaitoh
2001-01-18No-op commit to force update to a non-"-kk" revision.tv
2001-01-17Add machdep file for procfs. Currently only used for linux-stylefvdl
2001-01-16do not include mmeye.hitojun
2001-01-16remove evbsh3/mmeye.h. it shouldn't be necessary, or at least it has toitojun
2001-01-16typoitojun
2001-01-15Make softclock a generic soft interrupt of the API is available,thorpej
2001-01-04split MACHINE_ARCH sh3e[lb]. userland build still needs checking.itojun
2001-01-04look at __LITTLE_ENDIAN__ (gcc symbol) to determine which endian we are in.itojun
2001-01-03split big/little endian better.itojun
2001-01-03$NetBSD$itojun
2001-01-03share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures.itojun
2001-01-03dreamcast went to sys/arch/dreamcastitojun
2000-12-17delete obsolete commentjdolecek
2000-11-08add shpcmcia_mem*() for SH4_PCMCIAmsaitoh
2000-10-31add interrupt mode into wdogmsaitoh
2000-10-31fix compile problem on SH3 (from Atsushi Noda)msaitoh
2000-10-17delete PMAP_NEWmsaitoh
2000-09-29avoid SH7709A's serious bug (it fails to read IPR* registers under particularmsaitoh