Age | Commit message (Expand) | Author |
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 | 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-17 | cleanup mpii_get_ioc_pg8 mess, no functional change | Mike Belopuhov |
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 | 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 |
2012-08-15 | we're not going to loop in rxeof here as well so remove the leftovers | Mike Belopuhov |
2012-08-14 | whitespace cleanup; no binary change | Mike Belopuhov |
2012-08-14 | dont maintain tables of all the pci subtypes just so we can print things | David Gwynne |
2012-08-14 | gc sc_flags now that the iop struct can tell us where the different IDBs | David Gwynne |
2012-08-14 | wire in mfii(4) | David Gwynne |
2012-08-14 | introduce mfii(4), a driver for the generation of megaraid sas boards | David Gwynne |
2012-08-14 | split the definitions of the hardware out into a separate file so it can | David Gwynne |
2012-08-13 | sync a comment with reality and remove an error path duplicate; from brad | Mike Belopuhov |
2012-08-12 | Make sure snooping is enabled on Intel 7 Series HD Audio. | Mark Kettenis |
2012-08-11 | Fix state tracking for the error ccb, and pay attention when the READ_LOG_EXT | Jonathan Matthew |
2012-08-11 | Add support for another 82599 SFP+ card. Original diff and tests by | Mike Belopuhov |
2012-08-11 | regen | Mike Belopuhov |
2012-08-11 | another 82599 | Mike Belopuhov |
2012-08-10 | cleanup some #define's and #ifdef's | Mike Belopuhov |
2012-08-10 | cleanup ixgbe_start routine; from brad, ok jsg | Mike Belopuhov |
2012-08-09 | don't compile rss functions in unless OCE_RSS is specified | Mike Belopuhov |
2012-08-09 | oops. missed these conflicts in the previous commit | Mike Belopuhov |
2012-08-09 | try to make sense of the firmware statistics by counting rx and tx erorrs | Mike Belopuhov |
2012-08-09 | schedule a rx refill if the ring is empty, sprinkle some dma syncs | Mike Belopuhov |
2012-08-09 | more htole conversions | Mike Belopuhov |
2012-08-09 | remove internal queue stats, use if_* counters wherever possible | Mike Belopuhov |