summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-01-26Make sure, when reporting available memory to the common PowerPC code, toMiod Vallat
2004-01-26sign mismatch correction, from miodTheo de Raadt
2004-01-26tftp-only netboot code, inspired from mvmeppc, and stripped down; it willMiod Vallat
2004-01-26A few more BUG syscall definitions and structures. Fix (not used yet)Miod Vallat
2004-01-26Correct strlcpy bound.Miod Vallat
2004-01-26Bump load address, same as done on macppc last year.Miod Vallat
2004-01-25Do not BAT anything but the kernel for now.Miod Vallat
2004-01-25Put the msr fiddling in the CTXT macros, and unset PSL_IR and PSL_DR whileMiod Vallat
2004-01-25Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead.Miod Vallat
2004-01-25Get rid of m88k leftovers.Miod Vallat
2004-01-25syncicache() is inline from <machine/cpu.h>, no need for a different versionMiod Vallat
2004-01-25Unused.Miod Vallat
2004-01-25Various typos in comments.Miod Vallat
2004-01-25Crank SHMMAXPGS to 32mb; OK mickey@Todd C. Miller
2004-01-24Correctly size physical memory.Miod Vallat
2004-01-24Switch libsa to use loadfile()Miod Vallat
2004-01-24Deal with <machine/prom.h> changes.Miod Vallat
2004-01-24RB_xxx constants and values cleanup.Miod Vallat
2004-01-24Bring in strlcat, strlcpy and snprintf from libkern.Miod Vallat
2004-01-24No chown/chmod outside install targets.Miod Vallat
2004-01-24Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM;Miod Vallat
2004-01-24Improve detection and reporting of VIA CPU types. Correct spellingsTom Cosgrove
2004-01-23Crank SHMMAXPGS to 32mb; deraadt@ OK for all, drahn@ OK for macppc + pegasosTodd C. Miller
2004-01-23Get rid of a few (mostly DDB related) unused defines and macros.Miod Vallat
2004-01-23died of starvationMiod Vallat
2004-01-23Clean the device configuration settings, and comment out unsupportedMiod Vallat
2004-01-23Sync options and defines with other ppc ports.Miod Vallat
2004-01-23Nuke last common.Miod Vallat
2004-01-22Style lync with other ppc-based ports, no functional change.Miod Vallat
2004-01-22Remove macppc-only devices.Miod Vallat
2004-01-22Everyday, new typos need to be investigated.Miod Vallat
2004-01-22These files went dangling long time ago, actually...Miod Vallat
2004-01-22Make locore and the early initialization code closer to other ppc ports;Miod Vallat
2004-01-22dot_conv() is not used.Miod Vallat
2004-01-22Nuke ddb_regs common.Miod Vallat
2004-01-20Check the values given to -h and -s. Closes PR 3640.Tom Cosgrove
2004-01-20do not put INET6 here, we want bsd.rd that fitsTheo de Raadt
2004-01-20Support for i852/855/865 AGP; from NetBSD via Michael van derAlexander Yurchenko
2004-01-20In some situations, the MVME328S can be so hung that our current reset codeMiod Vallat
2004-01-20Use shifts and logical arithmetic, rather than multiplications and integerMiod Vallat
2004-01-20Better debugging information, only available if option TRAPDEBUG (which youMiod Vallat
2004-01-20let XFS compile; miod okTheo de Raadt
2004-01-20- macppc -> __macppc__Brad Smith
2004-01-19Get rid of a few useless defines, as well as a few duplicated ones; andMiod Vallat
2004-01-19``3 pages of u-area ought to be enough for everybody''Miod Vallat
2004-01-19The pessimistic tlb handling change turned out to be one more instance ofMiod Vallat
2004-01-18Silence match() unless DEBUG.Miod Vallat
2004-01-17Now that the phys_map_vaddr bug is out of the way, it's time to bring backMiod Vallat
2004-01-16Do not switch to the fpsp exception vectors if we are not running on anMiod Vallat
2004-01-16cia* is not needed on floppyB, all these machines use tsc*. but at leastTheo de Raadt