summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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-29as seen in freebsd: asm pagezero implementations, but use a fn pointer.Ted Unangst
2004-01-29check struct reg for evil; from netbsdMichael Shalayeff
2004-01-29struct regs for realMichael Shalayeff
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-29Simplify test for CPUID_TSC in cpu_featureTom Cosgrove
2004-01-29No longer accept memory ranges in KB from /boot, which hasn't doneTom Cosgrove
2004-01-29Correctly handle 88110 exceptions occuring in a delay slot: control mustMiod Vallat
2004-01-29187BUG, 188BUG and 197BUG agree that only SSR3 needs to be preserved acrossMiod Vallat
2004-01-28Return to BUG if main() returns, rather than falling through the scheduler...Miod Vallat
2004-01-28Do not put the sample IndustryPack driver in GENERIC. This makes no real sense.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-28Use write-back mappings whenever possible again, but make sure thatMiod Vallat
2004-01-28Add tftpboot to the mvme88k builds.Miod Vallat
2004-01-28Skip first argument on commandline, so we can try to actually boot theMiod Vallat
2004-01-28sniff. first file i add'd is first to be rm'dTed Unangst
2004-01-28duh. no need for swapgeneric here too; from deraadt@Michael Shalayeff
2004-01-28no need; from tedu@Michael Shalayeff
2004-01-28an amd64 arch support.Michael Shalayeff
2004-01-28Oops, forgot cvs add in previous commit; spotted by deraadt@Miod Vallat
2004-01-27Only install the fpsp exception vectors if the cpu is a 68040.Miod Vallat
2004-01-27Bad duplicate of mpcpcibr.cMiod Vallat
2004-01-27viritual -> virtualMiod Vallat
2004-01-27enable bpp for sun4m too; jason@ okMichael Shalayeff
2004-01-26Major overhaul of biosboot and installboot, using EDD (LBA) reads ifTom Cosgrove
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-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