Age | Commit message (Expand) | Author |
2011-01-01 | cleanup, no binary change. | Damien Bergamini |
2011-01-01 | more AR9380/AR9485 bits. | Damien Bergamini |
2011-01-01 | unbreak kernel builds; sorry guys. | Damien Bergamini |
2011-01-01 | add code to read OTPROM on the AR9485 | Damien Bergamini |
2010-12-31 | when stopping Rx, set the AR_DIAG_RX_ABORT bit too. | Damien Bergamini |
2010-12-31 | limit the number of Tx chains used on some 3-stream AR9380 chips | Damien Bergamini |
2010-12-31 | The firmware we use for the 1020/1020A (SBUS) cards doesn't seem to implement | Mark Kettenis |
2010-12-31 | Add missing scsi_done(). | Mark Kettenis |
2010-12-31 | move reading of the hardware revision earlier. | Damien Bergamini |
2010-12-31 | Fix conformance test limit values in default AR9380 rom images. | Damien Bergamini |
2010-12-31 | of course, GPIO handling on AR9271 and AR7010 had to be different | Damien Bergamini |
2010-12-31 | commit some bits that will be required by AR9271/AR7010 | Damien Bergamini |
2010-12-31 | move the printing of the MAC address to the same line than the MAC rev. | Damien Bergamini |
2010-12-31 | add initvals for the AR9271. | Damien Bergamini |
2010-12-31 | Make the athn(4) back-end more bus agnostic by moving read and write | Damien Bergamini |
2010-12-30 | cut mfi over to using iopools. | David Gwynne |
2010-12-22 | * recognize/support the Dynex DX-SC51 in envy(4) | Jacob Meuser |
2010-12-08 | Reset acb->xs to NULL before scsi_done if option DIAGNOSTIC. There seem to be | Miod Vallat |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-11-28 | Get rid of "forever" loop in the interrupt handler such that we drop out of the | Mark Kettenis |
2010-11-28 | Bring back MCLGETI; a fix for the issue that was the reason for its previous | Mark Kettenis |
2010-11-23 | removed slot argument of function pckbc_cnattach | Alexandr Shadchin |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2010-11-20 | clean up cases of ;; | Theo de Raadt |
2010-11-18 | Don't | Miod Vallat |
2010-11-12 | revert MCLGETI for re(4) for now, it is causing hangs (in some cases | Stuart Henderson |
2010-11-11 | Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@ | Miod Vallat |
2010-11-10 | Several updates for the Osprey (AR9380): | Damien Bergamini |
2010-11-07 | fix a test in ar5008_rx_free() | Damien Bergamini |
2010-11-02 | Make error message specify if a REQUEST SENSE has timed out, not the | Kenneth R Westerback |
2010-11-02 | Add DEBUG0 printf() for unexpected reselects. No functional change. | Kenneth R Westerback |
2010-11-02 | Consolidate duplicated code removing things from the 'going' queue. | Kenneth R Westerback |
2010-11-02 | Clean up some printf's, most but not all in DEBUG0 blocks, by using | Kenneth R Westerback |
2010-10-23 | fix the two extremely retarded bugs that prevented the RT30XX | Damien Bergamini |
2010-10-19 | update initialization values for the Osprey 2.2. | Damien Bergamini |
2010-10-18 | Stop compiling with ATHN_DEBUG defined by default. | Damien Bergamini |
2010-10-18 | Add __attribute__((aligned(4))) to __packed Tx/Rx descriptors. | Damien Bergamini |
2010-10-18 | remove v2.0 initialization values for the Osprey. | Damien Bergamini |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-10-11 | 16-byte commands just won't fit in 12-byte buffers. So make the | Kenneth R Westerback |
2010-10-09 | Make trm(4) work again. Avoid use-after-free of xs fields, don't | Kenneth R Westerback |
2010-10-05 | add missing splx in the debug codepath. nevertheless that | Mike Belopuhov |
2010-10-03 | iopoolification. Tested on my Advansys ASP-3940U2W. Various eyes | Kenneth R Westerback |
2010-10-03 | iopoolification. Tested on my Initio INIC-950. Various eyes including | Kenneth R Westerback |
2010-09-28 | do not assume PR_NOWAIT is 0; it is not anymore | Theo de Raadt |
2010-09-24 | remove useless store | David Gwynne |
2010-09-24 | no use setting cmd in mfi_ioctl_setstate if you never use it. | David Gwynne |
2010-09-24 | vol_list in mpi_get_raid is never used. | David Gwynne |
2010-09-22 | Call bus_dmamap_sync() of a dma descriptor before checking the ownership | Claudio Jeker |
2010-09-22 | remove a leftover debug printf | Jonathan Gray |