Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-01 | regen | Brad Smith | |
2004-10-01 | add ids for Broadcom BCM5750/5751 | Brad Smith | |
From: FreeBSD | |||
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 | regen | Michael Shalayeff | |
2004-10-01 | a few hp zx1 ids | Michael Shalayeff | |
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-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-30 | when trying to locate the io register we must jump over memory BARs, which | Jason Wright | |
are variable size. Do it correctly: jump by 8 for 64 bit BARs. | |||
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 | magic constants... bad... this isn't linux. | Jason Wright | |
2004-09-30 | sync | Alexander Yurchenko | |
2004-09-30 | A couple of new nvidia ethernet ids found in the linux driver. | Alexander Yurchenko | |
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 | get the MAC address correct on big endian | Jason Wright | |
2004-09-30 | don't need uvm_extern.h for vtophys (no vtophys!) | Jason Wright | |
2004-09-30 | bus_dma-ify... thanks to robert, jgs, and grange for testing | Jason Wright | |
still borked on sparc64, but hey, one step at a time | |||
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 | rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible, | Jason Wright | |
to try to deduce what the link partner is the hardway. Based on FreeBSD. | |||
2004-09-30 | More code shuffling, probably the final touch. | Miod Vallat | |
2004-09-30 | regen | Todd C. Miller | |
2004-09-30 | ARtem Onair 802.11b card works with wi(4); Marco Pfatschbacher | Todd C. Miller | |
2004-09-30 | sync | David Gwynne | |
2004-09-30 | Corega FEther USB-TXC | David Gwynne | |
2004-09-30 | spelling nit | David Gwynne | |
2004-09-30 | Move common signal code to m88k-agnostic location. | Miod Vallat | |
2004-09-30 | sync | Alexander Yurchenko | |
2004-09-30 | Fix nforce ethernet name | Alexander Yurchenko | |
2004-09-30 | Do not pretend we have set up an ifmedia structure if we did not; fixes | Miod Vallat | |
PR #3407 and #3661. | |||
2004-09-30 | put back ifdef PMAP_DEBUG on VAC warn. don't confuse ppl. | Per Fogelstrom | |
2004-09-30 | sync | Alexander Yurchenko | |
2004-09-30 | nvidia nforce ddr and ethernet found in dmesg from | Alexander Yurchenko | |
Craig Barraclough <craigba@creative.com.au> | |||
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 | reset anchor pointer to NULL when stepping back into the main ruleset, | Daniel Hartmeier | |
fixes pflog attributing states wrongly to anchors and pfctl -vvsn/sr showing wrong state counters for anchor rules. found by camield@, ok henning@, -stable candidate | |||
2004-09-29 | Reduce openings when DMA is used. | Miod Vallat | |
2004-09-29 | from netbsd: if_url.c 1.8, if_urlreg.h 1.2, urlphy.c 1.9 and urlphyreg.h 1.2 | David Gwynne | |
via Jonathan Gray log message: Remove advertising clauses from code written by Shingo WATANABE. He has kindly consented it. | |||
2004-09-29 | ec_count32 was a bad idea; remove it for good. | Miod Vallat | |
2004-09-29 | Switch hp300 to evcount. | Miod Vallat | |