summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2002-06-09KNFDale Rahn
2002-06-09Ah, seems we've seen this problem before (macro's with wrong name)Jason Wright
2002-06-09convert sleep() calls to tsleep().Miod Vallat
2002-06-09add PCITAG_BUS/DEV/FUNC for decoding PCI tagsJason Wright
2002-06-09knf/cleanup/dead code removal.Dale Rahn
2002-06-09more arpcom ->sc_arpcom missing.Dale Rahn
2002-06-09an agr(0) was overwriting the saved r18, fix thatMichael Shalayeff
2002-06-09fix the use of "cuz" in the tree; these are all in commentsJason Peel
noticed by aaron@, recommended by deraadt@
2002-06-09more of those crazy registersJason Wright
2002-06-08Move stuff around like a crazy man... (split into var/reg)Jason Wright
2002-06-08compile with -Wall -Werror -WhateverMiod Vallat
2002-06-08Make 4GB machines work better.Tobias Weingartner
2002-06-08Initial (not quite fully working) driver for the schizo on the blade1000Jason Wright
2002-06-08Netbsd cache flush speedup to dcache_flush_page.Marcus Watts
2002-06-08Use tsleep.Artur Grabowski
2002-06-08make pci_conf_{read|write} indirect functions so we can overload themJason Wright
2002-06-08Oops, it was not meant to be removed, just liposucked.Miod Vallat
2002-06-08One ddb to rule them all.Miod Vallat
Move the ddb files form macppc/macppc to powerpc/ddb, so that mvmeppc can benefit from the better ddb that was in macppc. db_interface.c is left as an md part.
2002-06-08Strict prototypes, and some KNF touches while there.Miod Vallat
2002-06-08Strict prototypes, fix lcsplx() behaviour as per macppc, and a fewMiod Vallat
other fixes here and there.
2002-06-08Strict prototypes, and fix mvmeprom_brdid interface.Miod Vallat
2002-06-08Fix device and console device prototypes.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat
ok drahn@
2002-06-08protect biodone with splbioArtur Grabowski
2002-06-08Explain why there is no splhigh hereNiklas Hallqvist
2002-06-08Provide type information for some symbols. Should fix vmstat -i.Artur Grabowski
2002-06-08Always keep the symbols, don't hand that memory to the VM system.Artur Grabowski
In most cases we'll have either DDB or /dev/ksyms and if someone really needs the memory they'll strip the kernel. Fixes alpha/2705.
2002-06-08rl* at cardbusAaron Campbell
2002-06-08Macppc switches to gem from gm. Use the MI, better, Gig-E capable driver.Dale Rahn
2002-06-07knfJason Wright
2002-06-07More DDB fallout.Dale Rahn
2002-06-07Fix DDB build problem, minor cleanup.Dale Rahn
2002-06-07This doesn't happen, and Debugger should not be used here anyway...Dale Rahn
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-07Add wsconsctl recognition support for adb keyboard.Dale Rahn
2002-06-07add a way to exit from the 'root device' prompt if we haven't found ANY ↵Jason Wright
possibilities. Power cycling this machine is SLOW!
2002-06-07Hand-editing diff file to remove a few chunks that you don't want toMiod Vallat
commit now sucks. Especially when you accidentally delete an important chunk. Put a few more pm_xxx() prototypes there to unbreak compilation, 10x maja@
2002-06-07remove staticJason Wright
2002-06-07Vacuum cleaning of the adb code, step 1: random KNF, remove mac68kMiod Vallat
leftovers, unused variables and functions, fix some comments, etc.
2002-06-07KNFMiod Vallat
2002-06-07Move more function prototypes to <machine/conf.h> as cdev_decl(foo)Miod Vallat
for safety.
2002-06-07zap.Artur Grabowski
2002-06-07Switch mvmeppc to the current powerpc pmap scheme.Miod Vallat
Only compile-tested so far, since the VME rack is not in the room yet.
2002-06-07Fix the cache invalidation routines, per macppc cpu.h rev 1.3.Miod Vallat
Initially from pefo@
2002-06-06implement findblkname() and some more fluff aroundMichael Shalayeff
2002-06-06use shorter uvm_prot_rwMichael Shalayeff
2002-06-06do not poke into the page0 for nowMichael Shalayeff
2002-06-06do not say duh to the cerealMichael Shalayeff
2002-06-06zapArtur Grabowski
2002-06-05a driver for the rng on the amd768 power management device (no actual power ↵Michael Shalayeff
management capabilities are supported yet; from netbsd