Age | Commit message (Expand) | Author |
2012-08-31 | Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg. | Stefan Sperling |
2012-08-30 | Determine the memory and mmio regions based on previously initialzed BAR | Martin Pieuchot |
2012-08-30 | Use only one macro instead of two to turn debug printf on. | Martin Pieuchot |
2012-08-30 | make a variable that can take a value of -1 signed to match what the | Jonathan Gray |
2012-08-28 | oops. a bit of debugging code has sneaked in | Mike Belopuhov |
2012-08-28 | Get rid of several ill-defined concepts and use more information | Mike Belopuhov |
2012-08-26 | htole64 works as good as htole32 twice for dma virtual addresses. | David Gwynne |
2012-08-25 | Better detection of the st16650 v1 (with the broken fifo). Gets rid of | Mark Kettenis |
2012-08-25 | Turns out the v445 isn't happy at all if we touch the registers that deal | Mark Kettenis |
2012-08-25 | Add support for power saving in Host AP mode. | Mark Kettenis |
2012-08-25 | Make sure we disable interrupts on attachment before re-enabling. | Christiano F. Haesbaert |
2012-08-25 | Small cleanup. | Christiano F. Haesbaert |
2012-08-25 | some endian fixes. | David Gwynne |
2012-08-23 | cleanup calculations in iocfacts a bit: number of reply frames doesn't | Mike Belopuhov |
2012-08-23 | whitespace cleanup; no functional change | Mike Belopuhov |
2012-08-23 | use BUS_DMA_ZERO | Mike Belopuhov |
2012-08-23 | the chain_offset in mfii requests are in 16 byte units, not 4 like | David Gwynne |
2012-08-23 | Fix a race in rt2661 Tx interrupt processing which can cause Tx processing | Stefan Sperling |
2012-08-23 | turns out - is not commutative. | David Gwynne |
2012-08-23 | stupid code bug. | David Gwynne |
2012-08-22 | Split out the bar functions required to attach drm(4) to share them | Martin Pieuchot |
2012-08-22 | cleanup mpii_alloc_queues, use caddr_t for kva plus a bit of cleanup | Mike Belopuhov |
2012-08-22 | remove last remnants of mpii_[e]cfg_header and mpii_[e]cfg_page | Mike Belopuhov |
2012-08-22 | for device pages of the fixed size there's no need to query their | Mike Belopuhov |
2012-08-22 | minor style nits for the function prototypes | Mike Belopuhov |
2012-08-22 | Unbreak drm when DRM_NO_AGP is defined. | Martin Pieuchot |
2012-08-22 | kill several unused or useless defines; no functional change | Mike Belopuhov |
2012-08-22 | Add memory barriers for powerpc. | Martin Pieuchot |
2012-08-21 | Define the endianness macro used in drm code corresponding to the | Martin Pieuchot |
2012-08-20 | add support for chaining a scatter gather list off a request frame if it | David Gwynne |
2012-08-19 | Skip putting a port in sleep mode when it is used as serial console. In that | Mark Kettenis |
2012-08-17 | cleanup mpii_get_ioc_pg8 mess, no functional change | Mike Belopuhov |
2012-08-17 | Fix typos in DPRINTF() so error messages refer to correct *hci. | Kenneth R Westerback |
2012-08-17 | update to firmware 1.4.55 via freebsd revision 236212. | David Gwynne |
2012-08-17 | add support for "physical devices" on skinny controllers. | David Gwynne |
2012-08-16 | display board model and firmware revision like mfi/mfii do; ok dlg | Mike Belopuhov |
2012-08-16 | we are past the point where timecounters may disappear | Ted Unangst |
2012-08-16 | we're not going to loop in rxeof here as well so remove the leftovers | Mike Belopuhov |
2012-08-16 | revert previous; wrong diff | Mike Belopuhov |
2012-08-16 | mfii_exec_done clears ccb_cookie, so mfii_exec should test that, not | David Gwynne |
2012-08-16 | fix mfi_poll by having it do delays between loops, and breaking on | David Gwynne |
2012-08-16 | rework mfi_poll so it will do all the completions on a ccb including | David Gwynne |
2012-08-16 | stop passing mfi_softc around as a member of the ccb, consistently give it | David Gwynne |
2012-08-16 | scrub ccbs when we're about to use them, not when we put them back | David Gwynne |
2012-08-16 | move the dma syncs for the ccb data into ccb_done, so we can do it once | David Gwynne |
2012-08-16 | fix up the dma sync for the command frame in mfi_done. | David Gwynne |
2012-08-16 | white space, no real changes | David Gwynne |
2012-08-16 | move completions of ccbs out of the postq mutex. avoids the unlikely but | David Gwynne |
2012-08-16 | replace the SLIST for ccbs with a SIMPLEQ so i can add stuff to the end | David Gwynne |
2012-08-16 | rewrite the mfii_mgmt path to be a bit more... symmetrical. | David Gwynne |