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