Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-24 | Instead of using magic numbers, define the bits that we set in gtt ptes | Owain Ainsworth | |
and use those defines. | |||
2009-05-24 | Rework for 3530. | Dale Rahn | |
2009-05-24 | remove debug print. | Dale Rahn | |
2009-05-24 | Make select_sets insensitive to rougue user input and | Alexander Hall | |
allow [+-] prefixing per whitespace separated parameter. This makes it possible to write e.g. * -x* +xbase* done The previous way of entering multiple sets separated by pipes will no longer work. ok krw@ | |||
2009-05-23 | sync | Miod Vallat | |
2009-05-23 | the last bge(4) update also added support for BCM57790 Fast Ethernet | Stuart Henderson | |
controllers. from Brad. | |||
2009-05-23 | best to escape `D1', since the groff beast thinks it a macro; | Jason McIntyre | |
2009-05-23 | typo | Chris Cappuccio | |
2009-05-23 | Update `cdroot' disktab entry to match the volume header size we use now, | Miod Vallat | |
and mention this in the Makefile so that this hopefully doesn't get broken next time the size is modified. Repairs install45.iso. | |||
2009-05-23 | match on D-Link DWA-130 rev D1 | Jonathan Gray | |
2009-05-23 | regen | Jonathan Gray | |
2009-05-23 | D-Link DWA-130 rev D1. | Jonathan Gray | |
2009-05-23 | The D-Link DWA-130 has multiple revisions (of course!) | Jonathan Gray | |
only mark rev B1 as supported. rev A1 is some marvell chip, rev C1 is Realtek RTL8192U. found out the hard way by drahn@ | |||
2009-05-23 | missed rtm_hdrlen conversion in two places | Chris Cappuccio | |
ok claudio@ | |||
2009-05-23 | missed rtm_hdrlen conversion in one place | Chris Cappuccio | |
ok claudio@ | |||
2009-05-23 | Remove redefinition of ETHER_ADDR_LEN. | Jonathan Gray | |
2009-05-23 | remove PCI vendor/product defines which duplicate those in pcidevs | Jonathan Gray | |
2009-05-23 | More PG_RELEASED cleaning. | Owain Ainsworth | |
similar to the aobj.c changes, this one does vnodes. Vnodes are more complex because they actaully have to sync to backing store. So firstly, convert sync to sleep instead of setting released. Now, for backing store, in the PGO_FREE case, if we set PG_RELEASED *before* an async io, (nothing else will see it, the page is busy), then we can ignore the page after the io is done. We could do something similar for PGO_DEACTIVATE too, but that is another change. On error we just clear the released flag, nothing else sets it for uobj pages other than aiodoned. ok thib@, beck@, ariane@ | |||
2009-05-23 | FALL THROUGH -> FALLTHROUGH to appease lint | Jonathan Gray | |
2009-05-23 | Seems I confused Mb and MB and was in too much of a rush when I | Jonathan Gray | |
added the DDR3 bits. Take into account more of the spd data and compute DDR3 module size in a way similiar to NetBSD so it comes out correctly. Tested by Olivier Cherrier and Christian Stuermer. | |||
2009-05-22 | According to pics on ebay, CADDuo boards indeed have Ethernet connectors. | Miod Vallat | |
2009-05-22 | Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition from | Miod Vallat | |
there to trap.c which is its only user. This also cleans up multiple inclusion of <machine/cpu.h> (because <machine/psl.h> includes it) in many places. | |||
2009-05-22 | Comment out PIC-based systems until I get my hands on one and write the driver. | Miod Vallat | |
2009-05-22 | Add Unitek Y-2240. -moj | Mats O Jansson | |
2009-05-22 | Add Unitek Y-2240. -moj | Mats O Jansson | |
2009-05-22 | Regen. -moj | Mats O Jansson | |
2009-05-22 | Yet another udl device. -moj | Mats O Jansson | |
2009-05-22 | retire the nfs rtt log code, this isnt really all that | Thordur I. Bjornsson | |
usefull, and has been disabled for a long long time. Cleans house a bit. OK blambert@ | |||
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback | |
2009-05-21 | New chip families, 576x and 577xx, were added. | Stuart Henderson | |
2009-05-21 | add support for BCM576x, 577xx, and some new 572x/578x devices. | Stuart Henderson | |
from Brad; testing by phessler, naddy, myself and others on a range of older and newer devices. ok dlg@. | |||
2009-05-21 | regen | Stuart Henderson | |
2009-05-21 | add BCM5784, from Brad. | Stuart Henderson | |
2009-05-21 | sort; | Jason McIntyre | |
2009-05-21 | Add some new devices. -moj | Mats O Jansson | |
2009-05-21 | Overhaul root device detection; the code will now follow the ARCS bootpath | Miod Vallat | |
component by component, from device_register(). IP27 and IP35 systems using the dksc() syntax get their dksc() syntax converted to an ARCS bootpath, so the same logic will apply. | |||
2009-05-21 | Add König CMP-USBVGA10. -moj | Mats O Jansson | |
2009-05-21 | Do not attempt the interrupt deadlock workaround on IP30 yet, since the | Miod Vallat | |
IP27 logic will obviously not work there. | |||
2009-05-21 | If we had interrupts to service and interrupts to mark as pending, after | Miod Vallat | |
servicing interrupts, correctly mask the other (marked as pending) interrupts in imr. Otherwise we get another interrupt immediately for nothing (which updates imr correctly the second time). | |||
2009-05-21 | Regen. -moj | Mats O Jansson | |
2009-05-21 | yet another udl device. -moj | Mats O Jansson | |
2009-05-21 | Make sure cpu_switchto() returns to the new proc with interrupts enabled (this | Miod Vallat | |
is bandaid until interrupt handling is made more sane. | |||
2009-05-21 | In splinit(), adjust proc0 pcb values, for kthread to start with correct | Miod Vallat | |
interrupt masks. | |||
2009-05-21 | Make sure splx() reenables hardware interrupt sources, even there aren't | Miod Vallat | |
any such interrupts marked as pending. | |||
2009-05-21 | Be more explicit about disabling ddb and the reasons for doing so. | Michael Knudsen | |
ok sthen | |||
2009-05-21 | Make it possible to turn off the decision process per RIB. This is mainly | Claudio Jeker | |
used for the Adj-Rib-In. Also initialize the Adj-Rib-In correctly and mark it a noevaluate. | |||
2009-05-21 | always set VR_RXCFG_RX_MULTI when setting the chip into promiscuous | Stuart Henderson | |
mode; VR_RXCFG_RX_PROMISC isn't enough to allow reception of multicast frames. Discussed with Brad, ok dlg@. | |||
2009-05-21 | Fix symbolic links in /usr/mdec on the installation media. Oops. | Miod Vallat | |
2009-05-21 | correct number of total words on the "Score:" line | Ingo Schwarze | |
from Graeme Lee <graeme at omni dot net dot au> on tech@, tweaked by me while here, actually use the variables denom[12] defined a few lines above OK millert@ | |||
2009-05-21 | Add ForwardVideo EasyCAP008. -moj | Mats O Jansson | |