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