Age | Commit message (Expand) | Author |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2012-08-21 | Define the endianness macro used in drm code corresponding to the | Martin Pieuchot |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-21 | don't read past the end of an array when dumping the stack. | Jonathan Gray |
2012-08-21 | For interrupts that get established before we attach the interrupt controller, | Mark Kettenis |
2012-08-20 | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE | Matthew Dempsky |
2012-08-20 | MISs work on Oberon as well. | Mark Kettenis |
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-18 | glxpcib(4) invokes pcibattach assuming pcib doesn't need more than a | Miod Vallat |
2012-08-17 | Properly initialize the IOMMU control and status register for pyro(4). | Mark Kettenis |
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 |