Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-01 | Sync with openpic.c evcount fixes; ok drahn@ | Miod Vallat | |
2004-10-01 | guarded_access() is really only used by the MVME188 interrupt engine, so | Miod Vallat | |
do not provide it on luna88k. Makes trap() slightly faster on non-MVME188 kernels. | |||
2004-10-01 | More 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-01 | Get rid of CHECK_PAGE_ALIGN debug macros. | Miod Vallat | |
2004-10-01 | add a blink_led API (shaves ~1k from GENERIC) rather than have the same | Jason 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-01 | more register defns | Jason Wright | |
2004-10-01 | Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsofttty | Dale Rahn | |
Prevents a race which can corrupt pools, found dhartmei, fix by art and me. | |||
2004-10-01 | Oops, trimmed includes too much for RAMDISK. | Miod Vallat | |
2004-10-01 | Add lc(4), reported as working by mcbride@ | Dale Rahn | |
2004-10-01 | Missing pieces of the bus_space abi, found when attempting to compile a | Dale Rahn | |
new driver. | |||
2004-09-30 | Introduce sparc-like CPU_ISFOO macros, to short-circuit evaluations when | Miod 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-30 | Closer to reality comments. | Miod Vallat | |
2004-09-30 | rl(4) support for sparc64; ok jason@ | Robert Nagy | |
2004-09-30 | enable ne@pci and add commented out rl | Michael Shalayeff | |
2004-09-30 | Protect struct isr with #ifdef _KERNEL since struct evcount is | Todd C. Miller | |
not visible unless _KERNEL is defined. OK miod@ | |||
2004-09-30 | More code shuffling, probably the final touch. | Miod Vallat | |
2004-09-30 | Move common signal code to m88k-agnostic location. | Miod Vallat | |
2004-09-30 | put back ifdef PMAP_DEBUG on VAC warn. don't confuse ppl. | Per Fogelstrom | |
2004-09-29 | Ratibibugle now useless evcnt structures. | Miod Vallat | |
2004-09-29 | give reset a chance to be active for a short time! | Per Fogelstrom | |
2004-09-29 | map correct register set for the blinky lights and the slot description | Jason Wright | |
2004-09-29 | move cache syncing for now. delayed sync needs more debug | Per Fogelstrom | |
2004-09-29 | fix typo | Per Fogelstrom | |
2004-09-29 | Better RM7K cache init dealing with lazy firmware | Per Fogelstrom | |
2004-09-29 | Reduce openings when DMA is used. | Miod Vallat | |
2004-09-29 | Switch hp300 to evcount. | Miod Vallat | |
2004-09-29 | Switch sparc to evcount; ok deraadt@ | Miod Vallat | |
2004-09-29 | Do not count 060SP traps; there are too many of them, better handle them | Miod Vallat | |
as fast as possible. | |||
2004-09-28 | nuke unused variable | Jason Wright | |
2004-09-28 | use prom mappings when availavk | Jason Wright | |
2004-09-28 | debugging stuff nuke I will | Jason Wright | |
2004-09-28 | get the offsets of imap/iclr correct (zs now interrupts more than once) | Jason Wright | |
2004-09-28 | add the missing ksym entry into the cdev table. pointed out by kevlo | Dale Rahn | |
2004-09-28 | allow booting from isp devices | Jason Wright | |
2004-09-28 | Like Yoda Jason trying to speak is. | Miod Vallat | |
2004-09-28 | add clkbrd@fhc | Jason Wright | |
2004-09-28 | driver for "clock-board" (mainly blinky lights, but also has information ↵ | Jason Wright | |
about the chassis) | |||
2004-09-28 | missing \n | Jason Wright | |
2004-09-28 | - Use ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN instead of HME_MTU | Brad Smith | |
- Use ETHER_CRC_POLY_LE instead of MC_POLY_LE from hmereg.h | |||
2004-09-27 | Important stuff: blinky lights for fhc | Jason Wright | |
2004-09-27 | R5K seems to have bugs/hazards | Per Fogelstrom | |
2004-09-27 | Do not mention a commented out strip(4), it is already in sys/conf/GENERIC. | Miod Vallat | |
2004-09-27 | setup ign based on board number | Jason Wright | |
2004-09-27 | shift value for the ign | Jason Wright | |
2004-09-27 | Rewrite 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-27 | move ITLBNOPFIX to asm.h and make it conditional | Per Fogelstrom | |
2004-09-27 | reorder slightly to avoid asm warnings | Per Fogelstrom | |
2004-09-27 | comment and clean | Per Fogelstrom | |
2004-09-27 | handle R12K DSD bit on O2's | Per Fogelstrom | |
2004-09-27 | compute the board number of each fhc | Jason Wright | |