summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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
do not provide it on luna88k. Makes trap() slightly faster on non-MVME188 kernels.
2004-10-01More mvme88k code cleaning:Miod Vallat
- merge locore_c_routines.c into machdep.c - split machdep.c into really machdep.c content, and board-specific routines (memory sizing, early initialization, etc). No functionnal change.
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
logic in 3 files. Devices register a function to be called to turn the led on and off based on load average. (Note: rerun config and make depend)
2004-10-01more register defnsJason Wright
2004-10-01Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsoftttyDale Rahn
Prevents a race which can corrupt pools, found dhartmei, fix by art and me.
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
new driver.
2004-09-30Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations whenMiod Vallat
compiling for one flavour only. This makes code slightly smaller on all m88k-based platforms (my roughly 1KB), and saves more than meets the eye on luna88k, which is m88100-based.
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
not visible unless _KERNEL is defined. OK miod@
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
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2004-09-29Do not count 060SP traps; there are too many of them, better handle themMiod Vallat
as fast as possible.
2004-09-28nuke unused variableJason Wright
2004-09-28use prom mappings when availavkJason Wright
2004-09-28debugging stuff nuke I willJason Wright
2004-09-28get the offsets of imap/iclr correct (zs now interrupts more than once)Jason Wright
2004-09-28add the missing ksym entry into the cdev table. pointed out by kevloDale Rahn
2004-09-28allow booting from isp devicesJason Wright
2004-09-28Like Yoda Jason trying to speak is.Miod Vallat
2004-09-28add clkbrd@fhcJason Wright
2004-09-28driver for "clock-board" (mainly blinky lights, but also has information ↵Jason Wright
about the chassis)
2004-09-28missing \nJason Wright
2004-09-28- Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTUBrad Smith
- Use ETHER_CRC_POLY_LE instead of MC_POLY_LE from hmereg.h
2004-09-27Important stuff: blinky lights for fhcJason Wright
2004-09-27R5K seems to have bugs/hazardsPer Fogelstrom
2004-09-27Do not mention a commented out strip(4), it is already in sys/conf/GENERIC.Miod Vallat
2004-09-27setup ign based on board numberJason Wright
2004-09-27shift value for the ignJason Wright
2004-09-27Rewrite parts of the interrupt system to achive:Per Fogelstrom
o Remove do_pending code and take a real int instead. The performance impact seems to be very low and it simplifies the code considerably. o Allow interrupt nesting at first level. Run softints with HW ints enabled.
2004-09-27move ITLBNOPFIX to asm.h and make it conditionalPer Fogelstrom
2004-09-27reorder slightly to avoid asm warningsPer Fogelstrom
2004-09-27comment and cleanPer Fogelstrom
2004-09-27handle R12K DSD bit on O2'sPer Fogelstrom
2004-09-27compute the board number of each fhcJason Wright