summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include
AgeCommit message (Expand)Author
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
2000-07-07Additional bus defines, required to build ahc driver. ahc not quite workingDale S. Rahn
2000-07-06Change splsoftclock() to raise the spl, instead of lowering it.Hakan Olsson
2000-06-13Add dewey and SOD information to this header file, for ELF ld.soDale S. Rahn
2000-03-31add support for intrcnt from "C", make CLK_IRQ availableDale S. Rahn
2000-03-20Make float.h and limits.h agree for DBL_MIN and DBL_MAX.Dale S. Rahn
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
2000-02-03Define missed when the intial bus_dma code was checked in.Dale S. Rahn
2000-01-24required files for ELF share library support. this version isDale S. Rahn
2000-01-14UVM changes mainly. As of this checkin UVM is still not working for powerpcDale S. Rahn
1999-12-04DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
1999-11-28Lower NKMEMCLUSTERS from 128MB to 16MB. Currently the vm size for powerpcDale S. Rahn
1999-11-09autoconf.hDale S. Rahn
1999-10-26Fix inline function decls to work with C++.Jason Downs
1999-07-07define vaddr_t, paddr_t, vsize_t and psize_tArtur Grabowski
1999-07-05header file changes for recent powerpc changes.Dale S. Rahn
1999-06-13Transitional va-ppc.h that works with both egcs and gcc-2.8. It mayDale S. Rahn
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
1999-03-23Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel changeTodd C. Miller
1999-03-12Additional pic related change, not currently used by powerpc port.Dale S. Rahn
1999-01-08move spinlock.h into the real worldDavid Leonard
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller
1999-01-07move uint*_t to machine/types.hTodd C. Miller
1998-10-09Workaround for wscons support, this is how this was done on alpha,Dale S. Rahn