summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/include
AgeCommit message (Expand)Author
2001-12-02make this compile again.uch
2001-11-22Fixed bus stuff to compile vrpciu.c (VR4131 CPU).takemura
2001-11-18Rewrite bus stuff with method table in the bus tags.takemura
2001-09-27clock_machdep.h was removed.shin
2001-09-23improve interrupt response.uch
2001-09-18remove dev/dec/clockvar.h from hpcmips source tree.uch
2001-09-17clean up "mainbus" related code.uch
2001-09-16rearrange struct platform@sysconf.h suitable for hpcmips.uch
2001-09-16ANSIfy, KNF.uch
2001-09-15switch from splvec to ipl_sr_bits.uch
2001-09-15ANSIfy.uch
2001-09-04Standardise the format of MIPS' <machine/db_machdep.h>.simonb
2001-09-04May as well include <mips/cpuregs.h> in <mips/cpu.h> once rather thansimonb
2001-09-04Centralise struct cpu_info declaration and related info to <mips/cpu.h>.simonb
2001-08-31Use comments around the token after a #endif.simonb
2001-08-31Remove an unneeded comment; ``sync'' with other "just include <mips/foo.h>"simonb
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-06-13Add minimal support for vr4122/vrc4173 pci.enami
2001-06-13Generic softintr for hpcmips.enami
2001-05-31Fix commnet; hpcmips isn't x86 architecture.enami
2001-05-30use _KERNEL_OPTmrg
2001-04-17Fix typo. kbdparam.h -> kdbparam.h.takemura
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-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-04-12splvec.splimp -> splvec.splvmthorpej
2001-03-07Add the BUS_DMA_STREAMING flag.thorpej
2001-02-04Marge hpcmips/conf/platid.def and hpcsh/conf/platid.deftakemura
2001-01-28hpcmips hpcsh common files are moved to arch/hpc.uch
2001-01-26* renumber config_hook event type.sato
2001-01-21Built-in console driver supports 4bpp frame buffer.takemura
2001-01-14Make sure everybody has an splvm() and equate it with splimp() (splimp()thorpej
2001-01-04re-define CONFIG_HOOK NICKNAME.sato
2000-12-29* implimant CONFIG_HOOK_PMEVENT_BATTERY&CONFIG_HOOK_PMEVENT_ACsato
2000-12-28add platid_search() for search platid related data from tables.sato
2000-12-27- merge CONFIG_HOOK_OUT and CONFIG_HOOK_SET and CONFIG_HOOK_POWERCONTROLsato
2000-12-01Remove unused pcbb() macro.tsutsui
2000-10-27- add new event type: CONFIG_HOOK_SET/GET.sato
2000-10-22new I/O modules framework for TX based system.uch
2000-10-21Add platform IDs, Cassiopeia 'E-65' and 'for DoCoMo'.takemura
2000-10-03add POWERCONTROL_LED.sato
2000-09-21regen.sato
2000-09-10add CONFIH_HOOK_POWERCONTROL_SPEAKER.sato
2000-08-24don't refer cf_unit.uch
2000-08-22Add spllock(). See spl(9) for details.thorpej
2000-08-21Make sure we provide splsched() as described in spl(9).thorpej
2000-08-09Define bus_space_*_stream_N functions as their non-stream counterparts.shin