Age | Commit message (Expand) | Author |
2010-06-21 | protect the ccb free list with its own mutex. | David Gwynne |
2010-06-20 | Don't use and maintain a function pointer that is only ever set to one | Michael Knudsen |
2010-06-20 | update AR9380 ROM layout (add PA predistortion related fields.) | Damien Bergamini |
2010-06-20 | update 5GHz Tx gain tables for the Osprey (AR9380). | Damien Bergamini |
2010-06-20 | sync the list of device and phy ids with FreeBSD | Jonathan Gray |
2010-06-20 | regen | Jonathan Gray |
2010-06-20 | add a bunch of em devices from FreeBSD | Jonathan Gray |
2010-06-20 | Lock the sample rate of es1731-based devices to 48kHz (ie the | Alexandre Ratchov |
2010-06-19 | Remove more splbio/splx pairs from around scsi_done() calls. | Kenneth R Westerback |
2010-06-19 | Fix reference counting panic for CondRef | Jordan Hargrave |
2010-06-15 | softraid doesnt provide disk cache settings to tweak, mark those ioctls as | David Gwynne |
2010-06-15 | various Huawei 3g devices share a usb id, some of them need DEV_UMASS5 for pr... | Felix Kronlage |
2010-06-15 | rearrange attach so that the SDEV_VIRTUAL flag is set during scsi_probe, | David Gwynne |
2010-06-15 | dont pass the dev_t from the scsi device drivers into the midlayer for | David Gwynne |
2010-06-14 | plug a memleak, free the devname when we succeed with | Thordur I. Bjornsson |
2010-06-14 | attach CNU-680 to umsm(4) | Felix Kronlage |
2010-06-14 | regen after adding CNU-680 | Felix Kronlage |
2010-06-14 | add usb device id for edvo device CNU-680 | Felix Kronlage |
2010-06-12 | add missing arg to a printf call | Jonathan Gray |
2010-06-12 | Add missing arg to a printf call. | Jonathan Gray |
2010-06-10 | vscsi just works, as a proof the debug macro is wrong and was never used, | Jonathan Armani |
2010-06-09 | Do not set time 100 years in the future if the time read is before | Miod Vallat |
2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate | Miod Vallat |
2010-06-08 | Introduce a diskmap pseudo device which allows userland to open a disk | Joel Sing |
2010-06-07 | Fix various problems of auich on SiS 7012 based chips: | Alexandre Ratchov |
2010-06-07 | partial backout of 1.81 as invoking standby in shutdown | Jonathan Gray |
2010-06-07 | Proper range check in radeon_emit_packets(); ok oga@ | Miod Vallat |
2010-06-06 | Use usb_lookup() instead of rolling our own. ok armani@ fabien@ | Miod Vallat |
2010-06-05 | change sign extension such that we do not rely on >> being an | Damien Bergamini |
2010-06-05 | - fix athn_set_key() on big-endian machines (function is not used yet) | Damien Bergamini |
2010-06-05 | 'operational' takes a single 'n' | Damien Bergamini |
2010-06-04 | gc unused variable | David Gwynne |
2010-06-03 | enable async fifo for >=AR9287 1.3 only. | Damien Bergamini |
2010-06-03 | take care of some half-baked CPU temperature readings seen in wild | Theo de Raadt |
2010-06-03 | massage the code to avoid races in ami_mgmt. | David Gwynne |
2010-06-03 | Always initialize the ccb provided by the scsi layer into the proper | Kenneth R Westerback |
2010-06-03 | get rid of the kthread. it is unused and just bloats the kernel. | David Gwynne |
2010-06-03 | replace TAILQs with SLISTs for managing the ccb free list. theyre smaller. | David Gwynne |
2010-06-03 | useless abstraction is, by definition, useless. | David Gwynne |
2010-06-02 | convert ciss(4) over to using iopools. this is fairly easy after the recent | David Gwynne |
2010-06-02 | dont drop out of handling a command if ITSDONE is set. return a better | David Gwynne |
2010-06-02 | its pretty obvious that ciss_cmd should be called with splbio being held, | David Gwynne |
2010-06-02 | call scsi_done before put_ccb, rather than have put_ccb call scsi_done | David Gwynne |
2010-06-02 | push the "locking" in ciss_scsi_cmd down. we dont need splbio to call | David Gwynne |
2010-06-02 | protect the ccb free queue with its own mutex | David Gwynne |
2010-06-02 | get rid of useless ccb queues. when the ccb is on the chip, we mark its | David Gwynne |
2010-06-02 | get rid of the code for the passthru bus support. it was never enabled and | David Gwynne |
2010-06-02 | interrupt handlers are run at their IPL, so there's no need to go splbio | David Gwynne |
2010-06-01 | regen | Marcus Glocker |
2010-06-01 | Add ``StarTech CONV-USB2DVI'' udl device. | Marcus Glocker |