summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
AgeCommit message (Expand)Author
2001-07-04$OpenBSD$Niklas Hallqvist
2001-07-01Properly identify the PBG4 keyboard, US keyboard at least.Dale Rahn
2001-06-29Add kbd info for iBook. -mojMats O Jansson
2001-06-29header file include/define cleanup. commit N of many.Dale Rahn
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-26Cleanup of interrupt configuration, move prototypes to header file,Dale Rahn
2001-06-26stub bus_space_{alloc,free}Michael Shalayeff
2001-06-25implement bus_space_set_multi_*, based on netbsd code; drahn@ okMichael Shalayeff
2001-06-25config interfaces defines.Dale Rahn
2001-06-24Add prototypes for softnet, ofrootfound.Dale Rahn
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-24Header file to specify to loadfile what types of exe files to support.Dale Rahn
2001-06-24Prototype functions used in macros in this header file.Dale Rahn
2001-06-24Add prototype for ofwconprobe().Dale Rahn
2001-06-24fpu function prototypes;Dale Rahn
2001-06-24include prototype for calc_delayconst()Dale Rahn
2001-06-24Unused variable, poof.Dale Rahn
2001-06-24More inlined function cleanup for -W strictness.Dale Rahn
2001-06-24More inline function clean for -W flags strictness.Dale Rahn
2001-06-24More inline function cleanup for stricter -W flags.Dale Rahn
2001-06-24inlined function definition clean, in preparation of more strict -W warningDale Rahn
2001-06-23Header file changes to support symbol loading just added.Dale Rahn
2001-06-10Hack/workaround for gcc bug. GCC will generate a load/store double instructionDale Rahn
2001-06-10Post pmap_extract() changes cleanup.Dale Rahn
2001-05-26Add one more '0' in comment.Artur Grabowski
2001-05-25Implement PMAP_MAP_POOLPAGE.Artur Grabowski
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-03-29Add OpenBSD tag to headers missing them.Dale Rahn
2001-03-29bus_space_*_raw_multi_* is supposed to take u_int8_t parameter, notDale Rahn
2001-03-29Make several global variables referenced as extern, not common.Dale Rahn
2001-03-29Update to newer version from Nbsd. Add OpenBSD tag.Dale Rahn
2001-03-21__va_list is specified differently with the powerpc ABI than it is onDale Rahn
2001-03-14Support shared disks with MacOS. This is only one of the pieces ofDale Rahn
2001-03-02add #define __STRICT_ALIGNMENTJason Wright
2001-02-22Improve the page mapped check algorithm in the powerpc pmap module,Dale Rahn
2001-02-07Add support for bus_space_write_region_[1248] bus_space_read_region_[1248]Dale Rahn
2001-02-07Some devices use NPBG others want PAGE_SIZE, and the related macros.Dale Rahn
2001-01-24Optimization base on looking at generated asm code.Dale Rahn
2001-01-24Always do MACHINE_NEW_NONCONTIG, not based on UVM or not.Dale Rahn
2001-01-24Remove block of "#if 0"ed code.Dale Rahn
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-15__asm__ and __volatile__Theo de Raadt
2000-11-11Add bus_space_barrier code to powerpc bus.h. This portion of theDale Rahn
2000-09-14crank MSGBUFSIZETheo de Raadt
2000-09-06Add header file for adb subsystem.Dale S. Rahn
2000-08-03Fixes to bus dmamem code.Dale S. Rahn
2000-07-31Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms ofTodd C. Miller
2000-07-28Dont force htab size to be fixed size, allow system to define size.Dale S. Rahn
2000-07-07Since it is possible for the interrupt controller to be configured lateDale S. Rahn