Age | Commit message (Expand) | Author |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-06-30 | Use SLIST for the ccb free list. | Michael Knudsen |
2010-06-30 | Use SLIST instead of TAILQ for the ccb free list. | Michael Knudsen |
2010-06-30 | * use audio(9)'s DMA trigger methods instead of the init/start | Jacob Meuser |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | fix typo; from Brad | Christian Weisgerber |
2010-06-28 | Add initial support for RTL8168E, brokenness reported by Joe Gidi. | Stuart Henderson |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-28 | add back the initialisation of a loop condition that | Jonathan Gray |
2010-06-28 | implement iopools in osiop to get rid of another use of XS_NO_CCB. | David Gwynne |
2010-06-28 | Use a more moderate fifo trigger level (4) for moderately quick | Chris Kuethe |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-26 | Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recent | YASUOKA Masahiko |
2010-06-26 | If you put CISS_LOCK()/CISS_UNLOCK() around a switch statement, you | Kenneth R Westerback |
2010-06-26 | xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a struct | Kenneth R Westerback |
2010-06-23 | cut ami over to iopools. | David Gwynne |
2010-06-23 | switch ami over to using mutexes instead of splbio to protect itself. this | David Gwynne |
2010-06-22 | cleanup/fix PA predistortion code. | Damien Bergamini |
2010-06-21 | use LE_READ_4/LE_READ_2 instead of hardcoding | Damien Bergamini |
2010-06-21 | Implement PA linearization on adapters with digital predistorters | Damien Bergamini |
2010-06-21 | allow Tx flags to be passed to the tx() routine. | Damien Bergamini |
2010-06-21 | use correct clock rate when computing the listen time for ANI | Damien Bergamini |
2010-06-21 | no delay is necessary on the AR9003 after writing an analog register. | Damien Bergamini |
2010-06-21 | protect the ccb free list with its own mutex. | David Gwynne |
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-19 | Remove more splbio/splx pairs from around scsi_done() calls. | Kenneth R Westerback |
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-12 | Add missing arg to a printf call. | Jonathan Gray |
2010-06-09 | Do not set time 100 years in the future if the time read is before | Miod Vallat |
2010-06-05 | - fix athn_set_key() on big-endian machines (function is not used yet) | 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 | 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-05-31 | do not immediately panic if we find a non-increasing heartbeat counter but | Alexander Hall |
2010-05-20 | Split some copies of two struct members together into two bcopy rather | Nicholas Marriott |