summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
AgeCommit message (Expand)Author
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-02-01More work in attempt to get interrupts working reliably:Miod Vallat
2004-01-30Some cleaning and sync to the macppc openpic code.Miod Vallat
2004-01-29Pretty printf.Miod Vallat
2004-01-29Have the bootloader pass RB_ flags, as well as the boot device, to the kernel,Miod Vallat
2004-01-29Print system type early in autoconf, as determined from the board statusMiod Vallat
2004-01-29Some more cleaning and sync with other ppc ports, in order to help with aMiod Vallat
2004-01-29In bus_dmamap_sync(), be sure to flush a host pa.Miod Vallat
2004-01-29Don't assume 1:1 mapping for bus_spac anymore.Miod Vallat
2004-01-29Map the raven, pcic, and isa/pci io space virtual rather than 1:1.Miod Vallat
2004-01-29Allow "halt" as a root device, to return to the BUG, as done on some otherMiod Vallat
2004-01-28Return to BUG if main() returns, rather than falling through the scheduler...Miod Vallat
2004-01-28Correctly protect against multiple inclusion...Miod Vallat
2004-01-28More clock handling cleanup:Miod Vallat
2004-01-28Better fix the typo for real, this time. Oops.Miod Vallat
2004-01-27Bad duplicate of mpcpcibr.cMiod Vallat
2004-01-27viritual -> virtualMiod Vallat
2004-01-26Map segment 8 with a BAT again for now, for NVRAM access. This is onlyMiod Vallat
2004-01-26Asking for a too short softc size in your cfattach structure is known toMiod Vallat
2004-01-26Mostly sync with other ppc-based ports. This should be factorized someday...Miod Vallat
2004-01-26Make sure, when reporting available memory to the common PowerPC code, toMiod 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-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-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-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-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2004-01-13UFS -> FFS, /bootsd -> /boot, ufsboot -> bootMiod Vallat
2004-01-01Some typos just never die (here controler vs controller).Miod Vallat
2003-12-20Pass -WformatMiod Vallat
2003-12-04TyposMiod Vallat
2003-11-25Allow mvmeppc to compile again. not a supported arch.Dale Rahn
2003-11-24-fno-builtin. okay dale `mvmeppc doesn't exist' rahn.Marc Espie
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff