summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2004-10-08Fix DDB/DEBUG ifdefs dance.Alexander Yurchenko
2004-10-08Pasto in comment.Alexander Yurchenko
2004-10-08Compile netisr code only for network-capable kernels.Alexander Yurchenko
2004-10-08pseudo-device crypto is unnecessary for installs.Ryan Thomas McBride
2004-10-08trapdebug_enter() really takes 2 args, not 1.Alexander Yurchenko
2004-10-08disksubr.c should depend on disk.Alexander Yurchenko
2004-10-08Use ${MKDEP} instead of mkdep.Alexander Yurchenko
2004-10-07accomodate for hppa64 as wellMichael Shalayeff
2004-10-06Pass -finhibit-size-directive to the compiler, so that binutils 2.15Miod Vallat
2004-10-05kill unneeded includesMichael Shalayeff
2004-10-05Support for 6300ESB (timecounter, not SpeedStep of course).Alexander Yurchenko
2004-10-05Includes nit.Alexander Yurchenko
2004-10-05- check if pm space is enabledAlexander Yurchenko
2004-10-05the file is just a copy from 4.4bsd and thus ucb copyright is enoughMichael Shalayeff
2004-10-05kill dead isa/eisa and add spmath for tags generationMichael Shalayeff
2004-10-05Get prototypes through cons_decl(), so that they are always right.Miod Vallat
2004-10-05some more typesPer Fogelstrom
2004-10-05grab the perflevel during init so it's synced with reality.Ted Unangst
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray
2004-10-03nvram driver for i386 through /dev/nvramjoshua stein
2004-10-03Merge locore_c_routines.c into machdep.c, and clear <machine/locore.h> asMiod Vallat
2004-10-03Kill <sys/types.h>Alexander Yurchenko
2004-10-02Associate ipl levels to clock and statclock coconuts.Miod Vallat
2004-10-02Too much dust on these files, it's time for them to leave the building.Miod Vallat
2004-10-01Sync with openpic.c evcount fixes; ok drahn@Miod Vallat
2004-10-01guarded_access() is really only used by the MVME188 interrupt engine, soMiod Vallat
2004-10-01More mvme88k code cleaning:Miod Vallat
2004-10-01Get rid of CHECK_PAGE_ALIGN debug macros.Miod Vallat
2004-10-01add a blink_led API (shaves ~1k from GENERIC) rather than have the sameJason Wright
2004-10-01more register defnsJason Wright
2004-10-01Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsoftttyDale Rahn
2004-10-01Oops, trimmed includes too much for RAMDISK.Miod Vallat
2004-10-01Add lc(4), reported as working by mcbride@Dale Rahn
2004-10-01Missing pieces of the bus_space abi, found when attempting to compile aDale Rahn
2004-09-30Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations whenMiod Vallat
2004-09-30Closer to reality comments.Miod Vallat
2004-09-30rl(4) support for sparc64; ok jason@Robert Nagy
2004-09-30enable ne@pci and add commented out rlMichael Shalayeff
2004-09-30Protect struct isr with #ifdef _KERNEL since struct evcount isTodd C. Miller
2004-09-30More code shuffling, probably the final touch.Miod Vallat
2004-09-30Move common signal code to m88k-agnostic location.Miod Vallat
2004-09-30put back ifdef PMAP_DEBUG on VAC warn. don't confuse ppl.Per Fogelstrom
2004-09-29Ratibibugle now useless evcnt structures.Miod Vallat
2004-09-29give reset a chance to be active for a short time!Per Fogelstrom
2004-09-29map correct register set for the blinky lights and the slot descriptionJason Wright
2004-09-29move cache syncing for now. delayed sync needs more debugPer Fogelstrom
2004-09-29fix typoPer Fogelstrom
2004-09-29Better RM7K cache init dealing with lazy firmwarePer Fogelstrom
2004-09-29Reduce openings when DMA is used.Miod Vallat
2004-09-29Switch hp300 to evcount.Miod Vallat