summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-06-27Add another one. -mojMats O Jansson
2010-06-27GPIO quirk for IDT 92HD71B7 in HP laptops (such as HP HDX 18)Jacob Meuser
2010-06-27Regen. -mojMats O Jansson
2010-06-27Another DisplayLink device. -mojMats O Jansson
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-26Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recentYASUOKA Masahiko
2010-06-26If you put CISS_LOCK()/CISS_UNLOCK() around a switch statement, youKenneth R Westerback
2010-06-26make sure widgets are connected to usable widgets by default.Jacob Meuser
2010-06-26PCH needs its own Low Power Link Up code as it it is configuredJonathan Gray
2010-06-26xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a structKenneth R Westerback
2010-06-26add HUAWEI E182 (aka Emobile D31HW)Yojiro Uo
2010-06-26regenYojiro Uo
2010-06-26add new umsm device (HUAWEI E182 / aka Emobile D31HW)Yojiro Uo
2010-06-24- remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline.Jasper Lievisse Adriaanse
2010-06-23regenDavid Gwynne
2010-06-23fusion-io devicesDavid Gwynne
2010-06-23regenDavid Gwynne
2010-06-23PLX PEX 8624 as found in a dell r815.David Gwynne
2010-06-23regenDavid Gwynne
2010-06-23add a metric buttload of RD890 pcie bridgesDavid Gwynne
2010-06-23cut ami over to iopools.David Gwynne
2010-06-23switch ami over to using mutexes instead of splbio to protect itself. thisDavid Gwynne
2010-06-22cleanup/fix PA predistortion code.Damien Bergamini
2010-06-22protect the ccb free list with a mutex rather than relying on splbioDavid Gwynne
2010-06-21Initial support for PCH based em adapters with 82577 PHY,Jonathan Gray
2010-06-21Add some more ids for existing mac and phy types foundJonathan Gray
2010-06-21use LE_READ_4/LE_READ_2 instead of hardcodingDamien Bergamini
2010-06-21Implement PA linearization on adapters with digital predistortersDamien Bergamini
2010-06-21allow Tx flags to be passed to the tx() routine.Damien Bergamini
2010-06-21use correct clock rate when computing the listen time for ANIDamien Bergamini
2010-06-21no delay is necessary on the AR9003 after writing an analog register.Damien Bergamini
2010-06-21avoid an overflow of the xs sense buffer by ignoring t2i->senselen.David Gwynne
2010-06-21fix an integer arithmetic overflow.David Gwynne
2010-06-21protect the ccb free list with its own mutex.David Gwynne
2010-06-20Don't use and maintain a function pointer that is only ever set to oneMichael Knudsen
2010-06-20update AR9380 ROM layout (add PA predistortion related fields.)Damien Bergamini
2010-06-20update 5GHz Tx gain tables for the Osprey (AR9380).Damien Bergamini
2010-06-20sync the list of device and phy ids with FreeBSDJonathan Gray
2010-06-20regenJonathan Gray
2010-06-20add a bunch of em devices from FreeBSDJonathan Gray
2010-06-20Lock the sample rate of es1731-based devices to 48kHz (ie theAlexandre Ratchov
2010-06-19Remove more splbio/splx pairs from around scsi_done() calls.Kenneth R Westerback
2010-06-19Fix reference counting panic for CondRefJordan Hargrave
2010-06-15softraid doesnt provide disk cache settings to tweak, mark those ioctls asDavid Gwynne
2010-06-15various Huawei 3g devices share a usb id, some of them need DEV_UMASS5 for pr...Felix Kronlage
2010-06-15rearrange attach so that the SDEV_VIRTUAL flag is set during scsi_probe,David Gwynne
2010-06-15dont pass the dev_t from the scsi device drivers into the midlayer forDavid Gwynne
2010-06-14plug a memleak, free the devname when we succeed withThordur I. Bjornsson
2010-06-14attach CNU-680 to umsm(4)Felix Kronlage
2010-06-14regen after adding CNU-680Felix Kronlage