summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-04-21when iic_exec fails, return 0xff for the read value; ok jsgTheo de Raadt
2008-04-21A very very rough start at an adt7462 driverTheo de Raadt
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-20be quiet even when errors happen; ok kettenisTheo de Raadt
2008-04-20Parse VS_INPUT_HEADER descriptor.Marcus Glocker
2008-04-20rev 1.35 added special register settings for BCM5704 chipsets whenBrad Smith
2008-04-20Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipsetBrad Smith
2008-04-20Move the threshold fix from the re(4) code back into the header asBrad Smith
2008-04-20- Recognize the 8168C chipset.Brad Smith
2008-04-20Remove redundant checks for the 8139C+ chipset, this code can onlyBrad Smith
2008-04-20- Add some more defines.Brad Smith
2008-04-20Remove unused flags.Brad Smith
2008-04-20Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set.Brad Smith
2008-04-20two more i2c probe checks. adt has split off or been sold to ONTheo de Raadt
2008-04-19Sort functions and remove obsolete bits.Marcus Glocker
2008-04-19add a driver flag to force the negotiation of SATA 1 transfersDamien Miller
2008-04-18syncTheo de Raadt
2008-04-18shorten nameTheo de Raadt
2008-04-18Add VS_INPUT_HEADER descriptor.Marcus Glocker
2008-04-18detect adm1034Theo de Raadt
2008-04-18adm1033 has a rev register to check as wellTheo de Raadt
2008-04-18Add a function which can identify an USB descriptor explicitly by it'sMarcus Glocker
2008-04-18extend the if_ethersubr.c crc functions to support updating a runningDamien Miller
2008-04-18correct sizeof; palmeidaTheo de Raadt
2008-04-17attach FTDI 2232LFelix Kronlage
2008-04-17Add missing monitor mode capabilities flag.Brad Smith
2008-04-17save some space by making use of the WEP CRC table from net80211Damien Bergamini
2008-04-17make it more apparent that when we are dealing with 16 bit registersTheo de Raadt
2008-04-17do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr().Damien Bergamini
2008-04-17use sizeof(thing) instead of hard-coding itTheo de Raadt
2008-04-17use sizeof(thing) instead of hard-coding itTheo de Raadt
2008-04-16Use ntohs() to swap the raw i2c data to native format; tested by sthenTheo de Raadt
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