summaryrefslogtreecommitdiff
path: root/sys/arch/bebox/include
AgeCommit message (Expand)Author
1998-09-05Assign copyright to TNF.christos
1998-09-01Sync with i386/include/bus.h.sakamoto
1998-09-01Eliminate ovbcopy define.sakamoto
1998-08-24vm_offset_t --> [pv]addr_t.sakamoto
1998-08-15Assign my copyrights to TNF.mycroft
1998-07-18Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't useis
1998-07-07Use fixed-size types.thorpej
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-09add address conversion macro for MPC105 and some fix.sakamoto
1998-06-09Add UVM support.sakamoto
1998-06-03Remove the _cookie member of the DMA tag; it's not used by anything. (Thisthorpej
1998-06-03Sync w/ i386 port:thorpej
1998-05-28Use new PowerPC-generic stuff(sys/arch/powerpc).sakamoto
1998-05-25If any of _ANSI_SOURCE, _POSIX_C_SOURCE or _XOPEN_SOURCE are defined, don'tkleink
1998-04-29Pull in opt_gateway.h as appropriate.thorpej
1998-04-27Provide definitions for intptr_t and uintptr_t, signed resp. unsigned integralkleink
1998-04-15"spkr" is now MI. Keep this file for compatibility.drochner
1998-04-15spkr stuff is now in sys/conf.hdrochner
1998-03-26tell drivers that this port knows about the new wscons codesakamoto
1998-03-26Add bus_space_copy_region_N().sakamoto
1998-02-18Sync with powerpc/include/vmparam.h; removes some things which are not used.mycroft
1998-02-18Minor changes to make all the float.h files match.mycroft
1998-02-12Sync with powerpc/include/endian.hsakamoto
1998-02-12Sync with powerpc/include/ansi.hsakamoto
1998-02-04Change "__BUS_SPACE_NEED_STREAM_METHODS" to "__BUS_SPACE_HAS_STREAM_METHODS".sakamoto
1998-02-04Add offset and length parameters to bus_dmamap_sync(), used for specifiyingthorpej
1998-02-04Change the last argument of bus_dmamap_sync() from bus_dmasync_op_t to int,thorpej
1998-02-04Add dm_mapsize to bus_dmamap_t and rename BUS_DMAMEM_NOSYNC tothorpej
1998-02-03Correct copyright notice.sakamoto
1998-02-03Add bus_space_{read,write,set}_{,multi,region}_stream_{2,4,8}().sakamoto
1998-02-03remove unnecessary cast.sakamoto
1998-02-03Prototype __flt_rounds() consistently.mycroft
1998-02-02Eliminate __BROKEN_INDIRECT_CONFIGsakamoto
1998-01-19Add btinfo_clock for BUS FREQ information.sakamoto
1998-01-16Data structures passed from the boot loader to the kernelsakamoto
1998-01-12add The Be interrupt controller setmask function(bebox_intr_mask).sakamoto
1998-01-09multiple include protect machine/limits.h, fixes pr 4473 (from Mika Nystrom)perry
1998-01-05RCSID Police.perry
1998-01-03Now that all ports have pmap_activate(), and it has an identical interface,thorpej
1998-01-02Implement pmap_activate().thorpej
1997-12-18use pmap.c of port-powerpc.sakamoto
1997-12-12add bus_space_{read,write}_multi_N macrossakamoto
1997-12-11fix wrong variable declarationsakamoto
1997-12-11add ins/outs macrossakamoto
1997-12-11change order of interrupt description bitsakamoto
1997-12-01add bus_space_subregion macro.sakamoto
1997-11-27remove/import software interrupt model and external interrupt handlersakamoto
1997-11-23Add _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_; do some space vs. tab formattingkleink
1997-11-05Mark uses of long long with /* LONGLONG */ for lint. Fromthorpej
1997-11-05asm volatile -> __asm__ __volatilethorpej