summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-04-03Set the RL_FLAG_MACSLEEP flag for the RTL8103E chipset.Stuart Henderson
2010-04-03dont allocate with M_TEMP and then free with M_DEVBUF. made even worse thatDavid Gwynne
2010-03-29Initialize various uninitialized variables. Found by jsg@ via Clang.Kenneth R Westerback
2010-03-28Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287Kenneth R Westerback
2010-03-27Fix TX power per rate settings.Damien Bergamini
2010-03-27Fix isp(4) fallout from NO_CCB nuking. Seen by several.Kenneth R Westerback
2010-03-25fix fallout of previous; ok dlg@Otto Moerbeek
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-03-14Quieten ahc a bit, same as ahd is. Put some messages emitted duringKenneth R Westerback
2010-02-27Eliminate double call to scsi_done() when polling.Kenneth R Westerback
2010-02-25Add VT1617 codec ID used in VIA Tremor 5.1 cards,Alexandre Ratchov
2010-02-24- properly maintain sc->curchanDamien Bergamini
2010-02-24Disable Reduced Interframe Space search on AR9160 to workaroundDamien Bergamini
2010-02-24fix AR_PHY_TX_DESIRED_SCALE_CCK mask (only affect AR9280 2.0Damien Bergamini
2010-02-21Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not,Mark Kettenis
2010-02-20minor tweak to improve consistency with other drivers; startupIgor Sobrado
2010-02-19Add a datasheet URL for reference.Miod Vallat
2010-02-19Add a driver for the M41T8x time-of-day clock chips, such as the M41T83Miod Vallat
2010-02-18fix a few capitalizations of QLogic.Igor Sobrado
2010-02-18improve startup messages displayed by isp(4) in such a way entriesIgor Sobrado
2010-02-17Make sure we claim the interrupt as ours if the time out bit is set in theMark Kettenis
2010-02-16fix AR_DTIM_PERIODDamien Bergamini
2010-02-15Properly detect when the band changes from 2GHz to 5GHz andDamien Bergamini
2010-02-15- handle SIOCS80211CHANNEL in monitor mode without doing a full resetDamien Bergamini
2010-02-14The ASIC does not like PCI bursts on registers because of a silicon bug.Damien Bergamini
2010-02-08add the 10us sifs directly to the pre-computed ack durations.Damien Bergamini
2010-02-08s/RT2860_MCU_CMD_BOOT/RT2860_MCU_CMD_RFRESET/Damien Bergamini
2010-02-07HT is not enable so skip this.Damien Bergamini
2010-02-07set default value for BBP R106Damien Bergamini
2010-02-07read vendor RF settings for >=RT3572 and tx mixer gains for >=RT3070Damien Bergamini
2010-02-07use new mcu command to select the antenna on RT2020Damien Bergamini
2010-02-07add rf init values for rt3572Damien Bergamini
2010-02-07add channels 167, 169, 171, 173 for dual-band devicesDamien Bergamini
2010-01-27change the MRR pattern from 1/1/1/1 to 2/2/2/4Damien Bergamini
2010-01-20Remove horrible hack in ahc/ahd that made some commands retryKenneth R Westerback
2010-01-13Remove a few more settings of ITSDONE in drivers. Only a coupleKenneth R Westerback
2010-01-12Fix for a legacy free PC, where the keyboard controller doesn't behave.Dale Rahn
2010-01-11rework the polling code to use the semantic krw@ proposed.David Gwynne
2010-01-10A couple of missed ITSDONE setting before scsi_done().Kenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2010-01-09Avoid mulitple calls to scsi_done() on the same xs by havingKenneth R Westerback
2010-01-07dont use the xs in the scsi_cmd routines after calling ciss_cmd, it mightDavid Gwynne
2010-01-07CISS_UNLOCK before returning from the scsi_cmd handler when we hit NO_CCB.David Gwynne
2010-01-04rename ccb_xs to ccb_cookie and change its type from a scsi_xfer * to aDavid Gwynne
2010-01-04protect the ccb free queue with a mutex rather than splbioDavid Gwynne
2010-01-04Add a few missing scsi_done()'s before returning COMPLETE. AlsoKenneth R Westerback
2010-01-03change M_WAITOK --> M_WAITOK|M_CANFAILCharles Longeau
2010-01-03oops, get the order of args right for the header request inDavid Gwynne
2010-01-03mpi_bio_get_pg0_raid is only called from a process context. let the cfgDavid Gwynne