Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-10-01 | Fix off-by-BAR in IO space finding. | 1 | -2/+2 | ||
ok jason@ | |||||
2004-10-01 | regen | 3 | -4/+21 | ||
2004-10-01 | add ids for Broadcom BCM5750/5751 | 2 | -2/+6 | ||
From: FreeBSD | |||||
2004-10-01 | More mvme88k code cleaning: | 9 | -1176/+1273 | ||
- 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. | 1 | -32/+1 | ||
2004-10-01 | add a blink_led API (shaves ~1k from GENERIC) rather than have the same | 9 | -160/+102 | ||
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 | 1 | -4/+9 | ||
2004-10-01 | comment out the listen on statements, we don't want any by default, | 1 | -7/+7 | ||
and some minor tweaks | |||||
2004-10-01 | if we're opening a socket for a default listener because no "listen on" | 1 | -5/+13 | ||
stetements were found in the config file, and one fails with EPROTONOSUPPORT (this is the case for the default ::1 listener on machines without INET6), remove that listener and move on instead of bailing out. ok claudio | |||||
2004-10-01 | Block splsoftclock in splsoftnet, and splsoftclock and splsoftnet in splsofttty | 1 | -3/+3 | ||
Prevents a race which can corrupt pools, found dhartmei, fix by art and me. | |||||
2004-10-01 | Avoid overwriting the cursor page when the cursor page becomes the | 1 | -3/+11 | ||
LRU page. From pacman at manson dot clss dot net. ok deraadt@ millert@ | |||||
2004-10-01 | optimism in man kind does not belong here | 1 | -11/+3 | ||
(and kill a few boring ones) | |||||
2004-10-01 | regen | 2 | -2/+22 | ||
2004-10-01 | a few hp zx1 ids | 1 | -1/+5 | ||
2004-10-01 | Oops, trimmed includes too much for RAMDISK. | 2 | -2/+4 | ||
2004-10-01 | sync with change to print the invalid hostmask when refusing; ok mcbride@ | 1 | -2/+2 | ||
2004-10-01 | Add lc(4), reported as working by mcbride@ | 2 | -2/+6 | ||
2004-10-01 | Missing pieces of the bus_space abi, found when attempting to compile a | 1 | -0/+44 | ||
new driver. | |||||
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | 31 | -2/+50 | ||
2004-10-01 | add the time for that thing... | 1 | -2/+2 | ||
2004-09-30 | when trying to locate the io register we must jump over memory BARs, which | 1 | -4/+6 | ||
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 | 12 | -80/+125 | ||
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. | 3 | -7/+6 | ||
2004-09-30 | magic constants... bad... this isn't linux. | 1 | -2/+2 | ||
2004-09-30 | cope nicer with accept() failures, from freebsd; millert ok | 1 | -5/+7 | ||
2004-09-30 | isp and hme are not just for SBus any more (on sparc64 at least) | 1 | -3/+3 | ||
2004-09-30 | kill default locators | 276 | -740/+740 | ||
2004-09-30 | sync | 2 | -4/+44 | ||
2004-09-30 | A couple of new nvidia ethernet ids found in the linux driver. | 1 | -2/+10 | ||
2004-09-30 | document a bunch of rl(4) cards; ok jason@ | 1 | -1/+14 | ||
2004-09-30 | rl(4) support for sparc64; ok jason@ | 1 | -1/+3 | ||
2004-09-30 | add ne2k | 1 | -1/+2 | ||
2004-09-30 | enable ne@pci and add commented out rl | 2 | -4/+8 | ||
2004-09-30 | Avoid a segfault if only whitespace characters are entered at the | 1 | -21/+12 | ||
lpc> prompt and fix an off by one when splitting a line into an argument vector. Based on a patch from Patrick Latifi. OK otto@ | |||||
2004-09-30 | get the MAC address correct on big endian | 1 | -3/+3 | ||
2004-09-30 | handle unaligned in local relocs as well (c++) | 1 | -5/+12 | ||
2004-09-30 | don't need uvm_extern.h for vtophys (no vtophys!) | 1 | -2/+1 | ||
2004-09-30 | bus_dma-ify... thanks to robert, jgs, and grange for testing | 2 | -33/+89 | ||
still borked on sparc64, but hey, one step at a time | |||||
2004-09-30 | print invalid hostmask when refusing it, ok deraadt@ | 1 | -2/+2 | ||
2004-09-30 | Protect struct isr with #ifdef _KERNEL since struct evcount is | 1 | -2/+2 | ||
not visible unless _KERNEL is defined. OK miod@ | |||||
2004-09-30 | If the yp marker is in the file, add new users before it. PR 3727. | 1 | -5/+32 | ||
ok deraadt@ millert@ | |||||
2004-09-30 | rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible, | 2 | -4/+87 | ||
to try to deduce what the link partner is the hardway. Based on FreeBSD. | |||||
2004-09-30 | More code shuffling, probably the final touch. | 4 | -552/+353 | ||
2004-09-30 | add ARtem Onair | 1 | -2/+3 | ||
2004-09-30 | regen | 1 | -2/+7 | ||
2004-09-30 | ARtem Onair 802.11b card works with wi(4); Marco Pfatschbacher | 2 | -2/+10 | ||
2004-09-30 | sync | 2 | -2/+9 | ||
2004-09-30 | Corega FEther USB-TXC | 1 | -1/+2 | ||
2004-09-30 | spelling nit | 2 | -4/+4 | ||
2004-09-30 | now that we connect() the client sockets we need to handle ECONNREFUSED as | 1 | -2/+2 | ||
non-fatal too, from camield@ |