summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-27First attempt at making kvm86 MP safe, place mutex lock around callsGordon Willem Klok
2006-11-27document the CDC Ethernet functionUwe Stuehler
2006-11-27- remove reference to non-existent usbf(9); noticed by jmcUwe Stuehler
2006-11-27Prevent panics when booting GENERIC.MP with a vesabios kernel.Gordon Willem Klok
2006-11-27Initial untested bits for ZD1211B support, different initJonathan Gray
2006-11-27Enable WEP.Marcus Glocker
2006-11-27Fixes for acpiprt routingJordan Hargrave
2006-11-27Added support for parsing _CRS resourcesJordan Hargrave
2006-11-27syncTheo de Raadt
2006-11-27use correct function name in error message; ok henning@Kevin Steves
2006-11-27Add PT_STEP.Mark Kettenis
2006-11-27tweaks; ok deraadtJason McIntyre
2006-11-27client-side of the annotate command is usable, build it too.Xavier Santolaria
2006-11-27Do not use a complete bitmap as a backing store for multiple screens, butMiod Vallat
2006-11-27hook scsibus up to bio.David Gwynne
2006-11-27Separate solid fill operations from regular raster ops; this also bringsMiod Vallat
2006-11-27Handle objrefs in _PRT.Mark Kettenis
2006-11-27move uberry to a nicer placeTheo de Raadt
2006-11-27make use of multiple routing tables.Henning Brauer
2006-11-27if there are no luns on a target, then say there were no devices,David Gwynne
2006-11-27Do not perform frame buffer actions on non-active screens.Miod Vallat
2006-11-27enable uberry driverTheo de Raadt
2006-11-27smallest usb driver ever: enable config on the Blackberry which preventsTheo de Raadt
2006-11-27Store the wsscreen_descr structure in the softc.Miod Vallat
2006-11-27The current implementation to handle control options is broken as soon asClaudio Jeker
2006-11-27Always update cfxga_scr emulops field when creating a new screen, in caseMiod Vallat
2006-11-26Replace the firmware reset command by a register write which alsoMarcus Glocker
2006-11-26Rewrite the blitter functions, providing an accelerated putchar in theMiod Vallat
2006-11-26syncTheo de Raadt
2006-11-26Introduction to Universal Serial Bus function support.Uwe Stuehler
2006-11-26Cleanup some KNF nits, if we can't grab a SCB dont return at splbio.Gordon Willem Klok
2006-11-26- kill trailing spaceJason McIntyre
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-11-26revert the Jumbo diff that was commited as part of a wireles drivers commit.Brad Smith
2006-11-26enable mpiDavid Gwynne
2006-11-26syncTheo de Raadt
2006-11-26learn about RIM productsTheo de Raadt
2006-11-26Start reworking the raster ops code, and be smarter when monitoring the FIFOMiod Vallat
2006-11-26regen again. :)Dimitry Andric
2006-11-26document new MULTI_PACKAGESMarc Espie
2006-11-26regenDimitry Andric
2006-11-26Add some Intel 946, 963 and 965 entries.Dimitry Andric
2006-11-26Make sure AGP debug printfs actually compile.Dimitry Andric
2006-11-26there's no longer a `special' main packages in MULTI_PACKAGES portsMarc Espie
2006-11-26Make use of ieee80211_std_ratesetJonathan Gray
2006-11-26Much better register description and values. No functional change yet - butMiod Vallat
2006-11-26leave name simpleTheo de Raadt
2006-11-26Add all available watchdog timers to i386/hardware, pwdog to macppc/hardware.Marc Balmer
2006-11-26fix a potential problem in multiple handling of va_list; use va_copy instead.Brad Smith
2006-11-26fail without leaking memory when poll set extension fails.Brad Smith