summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-04-16Tune isoc maximal transfer size to a better value. Makes all availableMarcus Glocker
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-04-16Oops, decrease debug log level back to 1.Marcus Glocker
2008-04-16Some formatting nits. No functional change.Owain Ainsworth
2008-04-16Use the timeout(9) API the right way: Don't initialize the timeoutMichael Knudsen
2008-04-16Replace handrolled hashes with a splay tree, while there plug a memleakPierre-Yves Ritschard
2008-04-16Start to make device initialization automatic instead all the staticMarcus Glocker
2008-04-15Take a shot at LM76 support (13 bit temperature, 0.065 degC per LSB) forTheo de Raadt
2008-04-15It turns out the mysterious chip with the heatsink glued on, found on mgxMiod Vallat
2008-04-15fix a comment. no binary change.Damien Bergamini
2008-04-15Fix braino in mgx_loadcmap() invocation.Miod Vallat
2008-04-13syncChris Kuethe
2008-04-13add my logitech cameraChris Kuethe
2008-04-13Disable ISP10160 and ISP12160. They don't quite work yet, and people withMark Kettenis
2008-04-13bring back a free call which was left out when moving from handrolled listsPierre-Yves Ritschard
2008-04-12Tighten check for consoleness by comparing comconsiot as well as comconsaddr.Mark Kettenis
2008-04-12just use an incremented int to calculate drawable ids. This is simplerOwain Ainsworth
2008-04-12Make sure that the drawables are properly freed when removed, and uponOwain Ainsworth
2008-04-12Switch part of the magic hashtable over to using a TAILQ insteadOwain Ainsworth
2008-04-12check the softc for null before we use it. Fixes a crash when drm is enabledOwain Ainsworth
2008-04-12Convert the list of agp memory over to a TAILQ instead of using a hand-Owain Ainsworth
2008-04-12Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1Mark Kettenis
2008-04-12Fix some debug output.Marcus Glocker
2008-04-11introduce THT_{RXF/TXT}_PKT_NUM macros and use them instead of theThordur I. Bjornsson
2008-04-11ditch c99 style struct initialisers that should have been removed.Jonathan Gray
2008-04-11Correctly initialize the probe sequence buffer.Marcus Glocker
2008-04-10Add support for recording through the mic jack on AD1984.Deanna Phillips
2008-04-10MCP98242 temp sensor docs found..Theo de Raadt
2008-04-10Fix MJPEG Video Frame Descriptor struct.Marcus Glocker
2008-04-10the success of a command is reported in the mbox, but not passed on to theDavid Gwynne
2008-04-09Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I amTheo de Raadt
2008-04-09support the NPX SE97 tooTheo de Raadt
2008-04-09On sparc64, a zero base address doesn't mean the BAR is invalid. We probablyMark Kettenis
2008-04-09Add OpenBSD cvs id.Marcus Glocker
2008-04-09Increase buffer size sent to the fifo, and clamp the size correctly.Theo de Raadt
2008-04-09Initial import for uvideo(4) and video(4):Robert Nagy
2008-04-09from freebsd; tested in snaps for weeksTheo de Raadt
2008-04-09device_lookup() increments the reference count for the device, and weOwain Ainsworth
2008-04-09dma sync the tx ring and post new packets to the chip once per call toDavid Gwynne
2008-04-08- Count excess and late collisions as output errors.Brad Smith
2008-04-08pci_chipset_tag_t already_t is_t a_t pointer_tMark Kettenis
2008-04-08Fix dmesg printing in the case that no device attaches.Mark Kettenis
2008-04-08Make ahci detachable. Not tested as the ppb on my shitty nvidiaJonathan Gray
2008-04-07Allow a 1-Wire controller to request an immediate scan, and also to preventMiod Vallat
2008-04-07Hardware monitor address should be 8-byte aligned.Mark Kettenis
2008-04-07snprintf "%s" -> strlcpyOleg Safiullin
2008-04-07fix snprintf usageOleg Safiullin
2008-04-07regenDavid Gwynne
2008-04-07neptuneDavid Gwynne
2008-04-07more cosmetic changesOleg Safiullin