summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2007-07-23Add glue for a control device for bthub(4). Will be used to configureMichael Knudsen
2007-07-23STAC7661:Deanna Phillips
2007-07-23Fix a typo in a comment: VAIO SE -> VAIO SZ.Deanna Phillips
2007-07-23STAC7661: rename "inputs.mic" to "record.volume". This is what theDeanna Phillips
2007-07-23STAC7661:Deanna Phillips
2007-07-23We will never make a mixer item out of the pin control operation, soDeanna Phillips
2007-07-22clear the IFF_ALLMULTI flag when the interface goes down.David Gwynne
2007-07-22the softc variable is sc, not sp.David Gwynne
2007-07-21no need to say in two ways "a set of usb devices went away"; ok by a fewTheo de Raadt
2007-07-20Don't show debug output when an interrupt is not for us.Marc Balmer
2007-07-18- when traversing mixer fields in the attach routine and connectingJacob Meuser
2007-07-18unbreak build.Damien Bergamini
2007-07-18move the processing of the pause attribute to the end of audiosetinfo(),Jacob Meuser
2007-07-18convert code under #if 0 to the new ieee80211_key structure.Damien Bergamini
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-07-17Add missing '};' to end struct declaration. Compiles again.Kenneth R Westerback
2007-07-17more places where the difference between the hardware sample sizeJacob Meuser
2007-07-17ident/ansify/de-registerJasper Lievisse Adriaanse
2007-07-17- the data in the read buffer, that was put there by the hardware,Jacob Meuser
2007-07-17when looping through an array and advancing your pointer to the arrayJacob Meuser
2007-07-16The logic determining the value of rl_eewidth for the 9346 and 9356Todd C. Miller
2007-07-15Delay switching to the real serial console until we attach the serial device.Mark Kettenis
2007-07-14- ANSI function declarationsJacob Meuser