summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2010-08-06ca_activate function for suspend/resumeTheo de Raadt
2010-08-06Every time you ignore uiomove() return value, $DEITY kills a littleMiod Vallat
2010-08-05Suspend/resume support for sili(4). Not perfect yet, but prevents us fromMark Kettenis
2010-08-05Change the management of commands in the active commands TAILQ to let issuersMiod Vallat
2010-08-05ca_activate function for suspend/resume; tested by mlarkin on aTheo de Raadt
2010-08-04on resume: calling sc_power after ath_init() is silly. ath_init()Theo de Raadt
2010-08-04add suspend/resume support for PCI ral(4) devices.Damien Bergamini
2010-08-02Make MHZ_TO_PLL safer to use by adding parenthesis. Fixes a potential issueMark Kettenis
2010-08-02There is no reason to call the start function upon resume; the network stackMark Kettenis
2010-08-01Change COM_IBUFSIZE 8K to 16K because 8K is not enough for CDMA1X cardYASUOKA Masahiko
2010-08-01Read status register after all writes to the pcf8584 controller. AlegedlyMark Kettenis
2010-07-31remove the ``midisyn'' framework and anything using it, i.e., the oplAlexandre Ratchov
2010-07-27Make sure we stop DMA before we suspend. Remove unused argument to re_stop()Mark Kettenis
2010-07-23Manuel Bouyer rescinded clauses 3 and 4 of his license text.Jonathan Gray
2010-07-22ansi. no binary changeJonathan Gray
2010-07-22Reset the keyboard controller on resume, and also alert the childrenTheo de Raadt
2010-07-22When suspending, only call athn_stop() when IFF_RUNNING is set.Mark Kettenis
2010-07-22SCSI HBA drivers are supposed to get their SCSI CDBs from xs->cmd, notMatthew Dempsky
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
2010-07-21Add suspend/unsuspend logic.Mark Kettenis
2010-07-20Use an SLIST rather than a TAILQ for the ccb free list.Michael Knudsen
2010-07-20Make this compile again (was broken in rev 1.24 as far as I can tell),Michael Knudsen
2010-07-19store the WCID in the rt2860_node structure at association timeDamien Bergamini
2010-07-19implement the ic_ampdu_rx_{start,stop} callbacks (not used yet).Damien Bergamini
2010-07-19in hostap mode, when a STA leaves the BSS, clear its entry in theDamien Bergamini
2010-07-15According to Linux ath9k, the AR9280 1.0 was never sold.Damien Bergamini
2010-07-15remove dead code (AR9286 1.1 does not really exist.)Damien Bergamini
2010-07-15sync ar5008_bb_load_noisefloor() with ar9003_bb_load_noisefloor().Damien Bergamini
2010-07-15fix PDADC value for target index (AR5008 family only.)Damien Bergamini
2010-07-15On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set.Damien Bergamini
2010-07-15sync initialization values for AR9160 and AR9280 with ath9k.Damien Bergamini
2010-07-15Remove initialization values for chips that never made it into production:Damien Bergamini
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-14Newer 8168x and 810x chipsets have a different way of stopping the chipset.Christian Weisgerber
2010-07-10Reduce the delays a bit in the miibus read/write routines.Christian Weisgerber
2010-07-07set each disks openings to the maximum number the controller can handle.David Gwynne
2010-07-06siop sets XS_NO_CCB when it fails to allocate device state when commandsDavid Gwynne
2010-07-06if we get an event notification that requires acknowledgement whileDavid Gwynne
2010-07-06move the last direct users of mpi_{get,put}_ccb over to using the scsiDavid Gwynne
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02Make the sensor setup loop less awkward by moving the call toMatthew Dempsky
2010-07-02cleanup and remove some #ifdef junk in the power hooks.Reyk Floeter
2010-07-02correctly init ppr_able in reset, and some others gcc complained about.Ted Unangst
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-01compile when SMALL_KERNEL is setTheo de Raadt
2010-07-01Change scsibus(4)'s scsi_link array to an SLIST to save memory onMatthew Dempsky
2010-06-30Use SLIST for the ccb free list.Michael Knudsen
2010-06-30Use SLIST instead of TAILQ for the ccb free list.Michael Knudsen