summaryrefslogtreecommitdiff
path: root/sys/arch/hpcsh/include
AgeCommit message (Expand)Author
2003-10-25Bump _INTR_N from 8 (all of which were used) to 16 so that it'suwe
2003-10-23No need for multiple-inclusion protection in these.kleink
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-04-19PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]christos
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-05-09remove trap.huch
2002-03-28rework HD64461, HD64465 interrupt handling.uch
2002-03-28INTERRUPT_MONITOR -> HPC_DEBUG_INTERRUPT_MONITORuch
2002-03-24adapted to new interrupt code and shb changes.uch
2002-03-17Make sure that private DMA flags don't overlap with standard DMA flags;simonb
2002-03-10common part are moved to sh3/include/param.huch
2002-03-08remove unneeded code and files.uch
2002-03-04CTL_MACHDEP definitions are integrated into sh3/include/cpu.h again.uch
2002-03-03 SR related parts moved to psl.h. cpufunc.h segments.h are removed.uch
2002-03-03machine dependent sysctl are moved to machine/cpu.huch
2002-02-28Use "#define<tab>".simonb
2002-02-28Remove unneeded header.uch
2002-02-27- define other DEV_ constants that the local port uses.christos
2002-02-26Purge CLSIZE, CLSIZELOG2 and MCLOFSET.simonb
2002-02-22New NetBSD/sh3 clock framework.uch
2002-02-13add LCD debug routines.uch
2002-02-11SH4 support. my target is HITACHI PERSONA HPW650PAuch
2002-02-11hpcsh spcific console defines are moved to console.huch
2002-02-01bootinfo.h, config_hook.h, platid.h are moved to hpc/includeuch
2002-01-29clean up debug print and configuration.uch
2002-01-29separate machine-independent part of kloader.uch
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-06-04HD64461 video module.uch
2001-04-19fix comment.uch
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-03-15HD64461 UART module support.uch
2001-02-24enable wscons.uch
2001-02-21HD64461 support.uch
2001-02-07adapted to hpc bootinfo structure.uch
2001-02-07move VM_PHYSSEG_MAX, VM_NFREELIST, VM_FREELIST_DEFAULT defines touch
2001-02-05sync with platid_gen change.uch
2001-01-28setup platid and config_hook.uch
2001-01-28s/EVBSH3/HPCSH/uch
2001-01-17the kernel for SH3-based WinCE machines (little endian), by uch.itojun