summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-24Instead of using magic numbers, define the bits that we set in gtt ptesOwain Ainsworth
and use those defines.
2009-05-24Rework for 3530.Dale Rahn
2009-05-24remove debug print.Dale Rahn
2009-05-24Make select_sets insensitive to rougue user input andAlexander 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-23syncMiod Vallat
2009-05-23the last bge(4) update also added support for BCM57790 Fast EthernetStuart Henderson
controllers. from Brad.
2009-05-23best to escape `D1', since the groff beast thinks it a macro;Jason McIntyre
2009-05-23typoChris Cappuccio
2009-05-23Update `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-23match on D-Link DWA-130 rev D1Jonathan Gray
2009-05-23regenJonathan Gray
2009-05-23D-Link DWA-130 rev D1.Jonathan Gray
2009-05-23The 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-23missed rtm_hdrlen conversion in two placesChris Cappuccio
ok claudio@
2009-05-23missed rtm_hdrlen conversion in one placeChris Cappuccio
ok claudio@
2009-05-23Remove redefinition of ETHER_ADDR_LEN.Jonathan Gray
2009-05-23remove PCI vendor/product defines which duplicate those in pcidevsJonathan Gray
2009-05-23More 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-23FALL THROUGH -> FALLTHROUGH to appease lintJonathan Gray
2009-05-23Seems I confused Mb and MB and was in too much of a rush when IJonathan 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-22According to pics on ebay, CADDuo boards indeed have Ethernet connectors.Miod Vallat
2009-05-22Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition fromMiod 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-22Comment out PIC-based systems until I get my hands on one and write the driver.Miod Vallat
2009-05-22Add Unitek Y-2240. -mojMats O Jansson
2009-05-22Add Unitek Y-2240. -mojMats O Jansson
2009-05-22Regen. -mojMats O Jansson
2009-05-22Yet another udl device. -mojMats O Jansson
2009-05-22retire the nfs rtt log code, this isnt really all thatThordur I. Bjornsson
usefull, and has been disabled for a long long time. Cleans house a bit. OK blambert@
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2009-05-21New chip families, 576x and 577xx, were added.Stuart Henderson
2009-05-21add 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-21regenStuart Henderson
2009-05-21add BCM5784, from Brad.Stuart Henderson
2009-05-21sort;Jason McIntyre
2009-05-21Add some new devices. -mojMats O Jansson
2009-05-21Overhaul root device detection; the code will now follow the ARCS bootpathMiod 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-21Add König CMP-USBVGA10. -mojMats O Jansson
2009-05-21Do not attempt the interrupt deadlock workaround on IP30 yet, since theMiod Vallat
IP27 logic will obviously not work there.
2009-05-21If we had interrupts to service and interrupts to mark as pending, afterMiod 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-21Regen. -mojMats O Jansson
2009-05-21yet another udl device. -mojMats O Jansson
2009-05-21Make sure cpu_switchto() returns to the new proc with interrupts enabled (thisMiod Vallat
is bandaid until interrupt handling is made more sane.
2009-05-21In splinit(), adjust proc0 pcb values, for kthread to start with correctMiod Vallat
interrupt masks.
2009-05-21Make sure splx() reenables hardware interrupt sources, even there aren'tMiod Vallat
any such interrupts marked as pending.
2009-05-21Be more explicit about disabling ddb and the reasons for doing so.Michael Knudsen
ok sthen
2009-05-21Make it possible to turn off the decision process per RIB. This is mainlyClaudio Jeker
used for the Adj-Rib-In. Also initialize the Adj-Rib-In correctly and mark it a noevaluate.
2009-05-21always set VR_RXCFG_RX_MULTI when setting the chip into promiscuousStuart Henderson
mode; VR_RXCFG_RX_PROMISC isn't enough to allow reception of multicast frames. Discussed with Brad, ok dlg@.
2009-05-21Fix symbolic links in /usr/mdec on the installation media. Oops.Miod Vallat
2009-05-21correct number of total words on the "Score:" lineIngo 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-21Add ForwardVideo EasyCAP008. -mojMats O Jansson