summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini
2009-11-13Remove an unnecessary assignment. From NetBSD via Brad.Stuart Henderson
2009-11-13Added mapping for failure flags for read/write mode (not yet used).Jordan Hargrave
2009-11-13do not need to pad up the uhub allocation anymore, from miodTheo de Raadt
2009-11-13Initialize uninititialized variable.Jordan Hargrave
2009-11-13sizeof -> nitems, found by parfait; ok dlgTheo de Raadt
2009-11-12Avoid using the trick of malloc'ing more than a struct to grow the arrayTheo de Raadt
2009-11-12memory leak found by parfait in an ioctl path, ok damien jsgTheo de Raadt
2009-11-12Use the number of products in the terminating condition when iteratingJonathan Gray
2009-11-12revert midlayer back to it was before i put my big rewrite in. this isDavid Gwynne
2009-11-11fix memory leak found by parfaitJacob Meuser
2009-11-11fixup of locking issues with sdmmc, which were causingJasper Lievisse Adriaanse
2009-11-11memory leaks found by parfait; ok ogaTheo de Raadt
2009-11-11Pass the structure by reference. pointed out and ok by miod@Federico G. Schwindt
2009-11-10Use buffered fwrite(3) to build the udl Huffman table,Marco Pfatschbacher
2009-11-10backout the backout marco did of my code because of the NO_CCB breakage.David Gwynne
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-09Link state change interrupt was not generated due to a missing bit inDavid Gwynne
2009-11-09syncStuart Henderson
2009-11-09- remove wrongly-sorted duplicate entriesStuart Henderson
2009-11-08regenDamien Bergamini
2009-11-08- remove non-production pci ids for 6050 3x3Damien Bergamini
2009-11-07Blink leds on the DEC 3000 models (three different led types).Miod Vallat
2009-11-07Change sgi system identification from a single system type list, to a smallerMiod Vallat
2009-11-06cosmetic. claudio@ okFederico G. Schwindt
2009-11-05Add a new PCIOCGETROMLEN ioctl, to give users of PCIOGETROM a chance toMark Kettenis
2009-11-05sort pci_matchid's, from Brad.Stuart Henderson
2009-11-05bump copyrightsMarco Peereboom
2009-11-05Make compile on 32 bit as well.Marco Peereboom
2009-11-05The big diff dlg committed to the midlayer breaks NO_CCB andMarco Peereboom
2009-11-05BUS_DMA_NOCACHE is defined on all archs that include this driverJacob Meuser
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-11-04regenDamien Bergamini
2009-11-04the hybrid 6000 series (using both internal and external power amplifiers)Damien Bergamini
2009-11-03s/TX_IQ_PERD/TX_IQ_PERIODIC/Damien Bergamini
2009-11-03use BUS_DMA_{READ,WRITE} hints when mapping mbufs for Rx/Tx evenDamien Bergamini
2009-11-03setting of WEP keys is defered until interface is brought up,Damien Bergamini
2009-11-03gpio quirk for Dell Precision M4400. from Geoff Sanders. thanks!Jacob Meuser
2009-11-03don't take playback blocksize constraints into account when roundingJacob Meuser
2009-11-03don't claim to support full-duplex if the device doesn't support bothJacob Meuser
2009-11-03provide a get_default_params method. tries aucat(1) defaults firstJacob Meuser
2009-11-03rewrite supported audio parameter matching codeJacob Meuser
2009-11-03Simplify and remove debug cruft from interrupt handler. Original diff fromMarco Peereboom
2009-11-02Don't write bogus values to reply_fifo_host_signalling_addr. This registerMarco Peereboom
2009-11-02s/hz/Hz/ on multiples of the SI unit hertz other than MHz.Igor Sobrado
2009-11-02Remove unused member(s) of `struct acpi_softc'.Mark Kettenis
2009-11-02Add support for ``M-Audio Revolution 5.1'' cards, based on envy24HT.Alexandre Ratchov
2009-11-02correct signature. no change as function is if 0'd.Federico G. Schwindt
2009-11-01Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.Federico G. Schwindt
2009-11-01Call selwakeup()/KNOTE() even if the queue has emptied completely.Nicholas Marriott