summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/param.h
AgeCommit message (Collapse)Author
2001-06-23Header file changes to support symbol loading just added.Dale Rahn
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
2001-02-07Some devices use NPBG others want PAGE_SIZE, and the related macros.Dale Rahn
so provide both.
2001-01-24Remove block of "#if 0"ed code.Dale Rahn
2000-09-14crank MSGBUFSIZETheo de Raadt
2000-07-28Dont force htab size to be fixed size, allow system to define size.Dale S. Rahn
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
1999-11-28Lower NKMEMCLUSTERS from 128MB to 16MB. Currently the vm size for powerpcDale S. Rahn
is set to 256MB and this prevented OpenBSD from booting on machine with more than ~128MB, 196MB machines would fail to boot very early.
1998-08-18add powerpc_btop() and powerpc_ptob() macros for consistency with other portsTodd C. Miller
1997-10-14Get a few things right...Per Fogelstrom
1997-10-13Monolithic PowerPC kernel, new includePer Fogelstrom
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1997-02-18Ok, these are more stragglers in my source tree. These changes were necessaryDale S. Rahn
to clean up the interdependancies caused by the siginfo changes.
1996-12-28adding OpenBSD tag to files.Dale S. Rahn
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.