summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-08-05o Reflect active network settings to ifconfig.Marcus Glocker
2007-08-04Add AGP support for the intel i965 chipset, this also extends theReyk Floeter
2007-08-04Since ahc_controller_info()'s definition is inside #ifndef DEBUG, putKenneth R Westerback
2007-08-04o Improve interrupt handler; fixes TX watchdog timeouts on my zaurus.Marcus Glocker
2007-08-03switch cmalo_rx() to use m_getdev() instead of something hand rolled.Claudio Jeker
2007-08-02Activate watchdog timer. We need to find out about the issue that theMarcus Glocker
2007-08-02print the vendor id string for unknown azalia codecs if we find it inReyk Floeter
2007-08-02ETHER_ALIGN the mbuf so that it works on strictalignment archs. This is aClaudio Jeker
2007-08-02add proper recording encodings to auich(4).Jacob Meuser
2007-08-02regenJacob Meuser
2007-08-02recognize some VIA P4M900 devicesJacob Meuser
2007-08-02for consistency, keep the count of dropped data in HW sample size, andJacob Meuser
2007-08-02the MI audio layer never really knows what encoding the hardware uses;Jacob Meuser
2007-08-01cats went awayTheo de Raadt
2007-08-01deliverd -> delivered.Miod Vallat
2007-08-01Stop making de win over dc on alpha, and include both dc and de on allMiod Vallat
2007-08-01The wdt char device was removed during c2k6 (or shortly after, don'tMichael Knudsen
2007-08-01wdt doesn't malloc so no reason to include malloc.h.Michael Knudsen
2007-08-01Correct a 10-year old typo inherited from NetBSD by renaming psm.c,Mark Kettenis
2007-08-01Improve state switching and fix some debug output.Marcus Glocker
2007-07-31Add first version to enable auto association (best signal AP). ThereforeMarcus Glocker
2007-07-31Add missing splx(s); calls. OK mglocker@Claudio Jeker
2007-07-31Plug a mbuf leak in the TX path and replace a handbuilt m_copydata()Claudio Jeker
2007-07-31don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@Constantine A. Murenin
2007-07-31change sensor type: if .value can only ever be 0 or 1, .type should be indicatorConstantine A. Murenin
2007-07-31remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@Constantine A. Murenin
2007-07-31Our audio layer doesn't know anything about mixer names likeDeanna Phillips
2007-07-31In the mixer to device level conversions, round down to the nearestDeanna Phillips
2007-07-31Start to improve TX/RX path; don't accept further packets from TX queueMarcus Glocker
2007-07-31Simplify TX path.Marcus Glocker
2007-07-31always ignore attempts to set the record or play port to 0.Jacob Meuser
2007-07-30After two weeks of fumbling arround in the association FW command, i foundMarcus Glocker
2007-07-30syncTodd T. Fries
2007-07-30AXIM pda and V360 phone, ok mk@Todd T. Fries
2007-07-29regenChris Kuethe
2007-07-29add a bunch of new nvidia devicesChris Kuethe
2007-07-28regenJasper Lievisse Adriaanse
2007-07-28add biometric coprocessorJasper Lievisse Adriaanse
2007-07-27Missing $OpenBSD$ tag.Xavier Santolaria
2007-07-27Commiting for xsa@ who dosent want to for some reason. He has KNFed andGordon Willem Klok
2007-07-27Correct the length of the usb_string_descriptor_t and fix a possibleMarc Balmer
2007-07-27Add ids for two Conexant codecs; not sure they're officialIan Darwin
2007-07-25Back out the tracking of procs in struct selinfo. There's one seriousArtur Grabowski
2007-07-25Add a missing splx() and while there update the printf() to match the formatClaudio Jeker
2007-07-25define and use CDCE_DEBUG and DPRINTF/DPRINTFN to be less noisy on theMarc Balmer
2007-07-24hardware WEP in the TX path.Damien Bergamini
2007-07-23This shouldn't be needs-count -- especially because it breaks config.Michael Knudsen
2007-07-23bthub needs-countMichael Knudsen
2007-07-23This improves cdce(4) and makes some devices work that previously did notMarc Balmer
2007-07-23Some style/knf nits.Michael Knudsen