Age | Commit message (Expand) | Author |
2012-08-17 | Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leaf | 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 | Fix possible panic while switching from STA mode into hostap/ibss modes. | Stefan Sperling |
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 | remove pool hiwat call. hiwat is less useful than it used to be. | Ted Unangst |
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 | use Lk for links; | Jason McIntyre |
2012-08-15 | we're not going to loop in rxeof here as well so remove the leftovers | Mike Belopuhov |
2012-08-15 | Enable IPv6 autoconfprivacy by default | sperreault |
2012-08-15 | add oce and mfii; ok deraadt dlg | Mike Belopuhov |
2012-08-15 | Remove the old ioctl interface which has been disabled for over | Jonathan Gray |
2012-08-14 | Add framework support for controlling symbol visibility in shared | Matthew Dempsky |
2012-08-14 | whitespace cleanup; no binary change | Mike Belopuhov |
2012-08-14 | use scsi_get_link to find out the name of a child device for bioctl rather | David Gwynne |
2012-08-14 | expose the max number of logical volumes the hardware supports as the width | David Gwynne |
2012-08-14 | regen | David Coppa |
2012-08-14 | Replace the encoded character in the device name: Clang doesn't like it. | David Coppa |
2012-08-14 | dont maintain tables of all the pci subtypes just so we can print things | David Gwynne |
2012-08-14 | print the boards name (eg, perc 5/i) according to the firmware like mfii. | 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 | oops, dont claim FUSION is an iop type we will support in mfi(4) | David Gwynne |
2012-08-14 | move knowledge of the location of the inbound doorbell out of code in | David Gwynne |
2012-08-14 | enable mfii(4). | 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-13 | get rid of the last foo_lo and foo_hi bits i could find in the hardware | David Gwynne |
2012-08-13 | do appropriate bus_dmamapy_syncs around the pcq/completion ring. | David Gwynne |
2012-08-13 | replace uint32_ts for hi and lo addresses in the mfi_init_ hardware | David Gwynne |
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 |