summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2010-06-30* use audio(9)'s DMA trigger methods instead of the init/startJacob Meuser
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28fix typo; from BradChristian Weisgerber
2010-06-28Add initial support for RTL8168E, brokenness reported by Joe Gidi.Stuart Henderson
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-28add back the initialisation of a loop condition thatJonathan Gray
2010-06-28implement iopools in osiop to get rid of another use of XS_NO_CCB.David Gwynne
2010-06-28Use a more moderate fifo trigger level (4) for moderately quickChris Kuethe
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-26Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recentYASUOKA Masahiko