summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-11-27IBM ServeRAID controllers driver.Alexander Yurchenko
Way far from complete but enough to fdisk and disklabel logical drives.
2006-11-27Add check for acpi pointer. This prevents some ugly panics.Marco Peereboom
ok ketennis.
2006-11-27Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4,Dimitry Andric
since Celerons don't support it. prodded by gwk@
2006-11-27Portuguese LK-201 layout.Miod Vallat
2006-11-27First attempt at making kvm86 MP safe, place mutex lock around callsGordon Willem Klok
to kvm86_bioscall at IPL_IPI this might be incorrect, seems to fix some issues with vt switching, however X still bombs on the second attempt with disappointing frequency. ok deraadt@
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
sequences for radios not yet done. "commit what you have" damien@
2006-11-27Enable WEP.Marcus Glocker
Tested by jsg@
2006-11-27Fixes for acpiprt routingJordan Hargrave
Post-parse fixup for namerefs ok kettenis@
2006-11-27Added support for parsing _CRS resourcesJordan Hargrave
Post-parsing fixup for forward name references
2006-11-27Add PT_STEP.Mark Kettenis
2006-11-27Do not use a complete bitmap as a backing store for multiple screens, butMiod Vallat
remember character cells instead; this is noticeably faster.
2006-11-27hook scsibus up to bio.David Gwynne
ok deraadt@ krw@ an earlier diff was ok marco@ too
2006-11-27Separate solid fill operations from regular raster ops; this also bringsMiod Vallat
us accelerated copyrows and copycols.
2006-11-27Handle objrefs in _PRT.Mark Kettenis
ok jordan@
2006-11-27move uberry to a nicer placeTheo de Raadt
2006-11-27make use of multiple routing tables.Henning Brauer
hook up looking up routes in alternate tables to the packet forwarding path. alternate routing tables are mintained with route(8), table selection via pf. mostly hacked on a train ride with ryan some time ago, ok mcbride claudio
2006-11-27if there are no luns on a target, then say there were no devices,David Gwynne
otherwise return any error we find during detach of the luns.
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
usb from idling, thus it can get enough power to charge in all cases
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
SO_REUSEADDR and multicast/broadcast comes into play. Model the ip_savecontrol handling after the rip_input version which works. Problem found by Simon Kelley. OK henning@ michele@
2006-11-27Always update cfxga_scr emulops field when creating a new screen, in caseMiod Vallat
the card was removed and then reinserted. XXX It's still ugly, a better way to handle this is in the works.
2006-11-26Replace the firmware reset command by a register write which alsoMarcus Glocker
causes a device reset. This enables resetting also on amd64, and therefore reinitializing after the 'up' 'down' dance works now there. ok claudio@
2006-11-26Rewrite the blitter functions, providing an accelerated putchar in theMiod Vallat
process; and fix synchronization points, so that the card no longer gets stuck and in need of a reset after being flooded with rop requests.
2006-11-26Cleanup some KNF nits, if we can't grab a SCB dont return at splbio.Gordon Willem Klok
ok sometime ago dlg@
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
for cpuu-to-display operation. This is much faster already.
2006-11-26regen again. :)Dimitry Andric
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-26Make use of ieee80211_std_ratesetJonathan Gray
2006-11-26Much better register description and values. No functional change yet - butMiod Vallat
this code does not look like a bingo game chart anymore.
2006-11-26leave name simpleTheo de Raadt
2006-11-26Save misc info (ebx) register from cpuid with eax=1, so we can use itDimitry Andric
later for some identifications. "slap it in" deraadt
2006-11-26commented out entry for the BCM5709.Brad Smith
2006-11-26Enable malo(4) for amd64. Tested with a Netgear WG311v3 PCI. FurtherMarcus Glocker
testing needed. ok deraadt@
2006-11-26cover up a bug (resulting in noise in dmesg) that we still do notTheo de Raadt
understand, happens on the sun x4100 virtual console; ok dlg
2006-11-26It's sizeof(struct ieee80211_frame) not sizeof(struct ieee80211_frame *).Marcus Glocker
Spotted by damien@
2006-11-26Activate pwdog(4) after successful testing on i386 and macppc.Marc Balmer
ok deraadt
2006-11-26use splclock() instead of splsoftclock() when setting the timeout periodMarc Balmer
from the watchdog framework; this is consistent with other watchdogs we have. discussed with and ok dlg
2006-11-26no argument names in prototypes plsDavid Gwynne
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
the standard rates, use some defined by net80211 itself. kernel shrinks a bit ok jsg mglocker
2006-11-26correct hardware revision mask.Jonathan Gray