Age | Commit message (Expand) | Author |
2010-08-01 | Read status register after all writes to the pcf8584 controller. Alegedly | Mark Kettenis |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
2010-07-27 | Make sure we stop DMA before we suspend. Remove unused argument to re_stop() | Mark Kettenis |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2010-07-22 | ansi. no binary change | Jonathan Gray |
2010-07-22 | Reset the keyboard controller on resume, and also alert the children | Theo de Raadt |
2010-07-22 | When suspending, only call athn_stop() when IFF_RUNNING is set. | Mark Kettenis |
2010-07-22 | SCSI HBA drivers are supposed to get their SCSI CDBs from xs->cmd, not | Matthew Dempsky |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |
2010-07-21 | Add suspend/unsuspend logic. | Mark Kettenis |
2010-07-20 | Use an SLIST rather than a TAILQ for the ccb free list. | Michael Knudsen |
2010-07-20 | Make this compile again (was broken in rev 1.24 as far as I can tell), | Michael Knudsen |
2010-07-19 | store the WCID in the rt2860_node structure at association time | Damien Bergamini |
2010-07-19 | implement the ic_ampdu_rx_{start,stop} callbacks (not used yet). | Damien Bergamini |
2010-07-19 | in hostap mode, when a STA leaves the BSS, clear its entry in the | Damien Bergamini |
2010-07-15 | According to Linux ath9k, the AR9280 1.0 was never sold. | Damien Bergamini |
2010-07-15 | remove dead code (AR9286 1.1 does not really exist.) | Damien Bergamini |
2010-07-15 | sync ar5008_bb_load_noisefloor() with ar9003_bb_load_noisefloor(). | Damien Bergamini |
2010-07-15 | fix PDADC value for target index (AR5008 family only.) | Damien Bergamini |
2010-07-15 | On AR9285, the antCtrlCommon ROM field may have the upper 16 bits set. | Damien Bergamini |
2010-07-15 | sync initialization values for AR9160 and AR9280 with ath9k. | Damien Bergamini |
2010-07-15 | Remove initialization values for chips that never made it into production: | Damien Bergamini |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-14 | Newer 8168x and 810x chipsets have a different way of stopping the chipset. | Christian Weisgerber |
2010-07-10 | Reduce the delays a bit in the miibus read/write routines. | Christian Weisgerber |
2010-07-07 | set each disks openings to the maximum number the controller can handle. | David Gwynne |
2010-07-06 | siop sets XS_NO_CCB when it fails to allocate device state when commands | David Gwynne |
2010-07-06 | if we get an event notification that requires acknowledgement while | David Gwynne |
2010-07-06 | move the last direct users of mpi_{get,put}_ccb over to using the scsi | David Gwynne |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | Make the sensor setup loop less awkward by moving the call to | Matthew Dempsky |
2010-07-02 | cleanup and remove some #ifdef junk in the power hooks. | Reyk Floeter |
2010-07-02 | correctly init ppr_able in reset, and some others gcc complained about. | Ted Unangst |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-01 | compile when SMALL_KERNEL is set | Theo de Raadt |
2010-07-01 | Change scsibus(4)'s scsi_link array to an SLIST to save memory on | Matthew Dempsky |
2010-06-30 | Use SLIST for the ccb free list. | Michael Knudsen |
2010-06-30 | Use 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/start | Jacob Meuser |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | fix typo; from Brad | Christian Weisgerber |
2010-06-28 | Add initial support for RTL8168E, brokenness reported by Joe Gidi. | Stuart Henderson |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-28 | add back the initialisation of a loop condition that | Jonathan Gray |
2010-06-28 | implement iopools in osiop to get rid of another use of XS_NO_CCB. | David Gwynne |
2010-06-28 | Use a more moderate fifo trigger level (4) for moderately quick | Chris Kuethe |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-26 | Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recent | YASUOKA Masahiko |