Age | Commit message (Expand) | Author |
2015-03-25 | Expand ehci_{add,del}_intr_list() macros. | Martin Pieuchot |
2015-03-25 | Merge ehci_device_request() into ehci_device_ctrl_start() to match | Martin Pieuchot |
2015-03-25 | Remove more DPRINTFs, this file is almost in a readable state now. | Martin Pieuchot |
2015-03-25 | Use KASSERT() to check when/if URQ_REQUEST is correctly set just like | Martin Pieuchot |
2015-03-25 | Remove EHCI_DEBUG chunks that make things harder to understand. | Martin Pieuchot |
2015-03-25 | introduce code for network input queues. these are to replace the | David Gwynne |
2015-03-24 | Work around broken device-tree in PowerMac7,2 and PowerMac7,3 (K2 systems) | Martin Pieuchot |
2015-03-24 | Convert hand-rolled mbuf list used to store packets until ARP | Martin Pieuchot |
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne |
2015-03-24 | Convert to if_input(). | Martin Pieuchot |
2015-03-24 | Convert to if_input() but I won't tell your the story of krw@ | Martin Pieuchot |
2015-03-24 | Convert to if_input(). Tested by jsg@ who found that at least one his | Martin Pieuchot |
2015-03-24 | Convert to if_input(), untested but kettenis@ will mop up later if | Martin Pieuchot |
2015-03-23 | unlock MII on smsc_miibus_writereg error | Jonathan Gray |
2015-03-23 | Return an error if getting the config descriptor failed. | Jonathan Gray |
2015-03-23 | Add an helper routine if defined(DDB), which might help figuring out why | Miod Vallat |
2015-03-23 | Fix buglet in previous ofdev change causing NFS boot to fail; found the hard | Miod Vallat |
2015-03-23 | Convert to if_input(), tested by jsg@, thanks! | Martin Pieuchot |
2015-03-23 | Not all iwm hardware supports the 5GHz band. Make setting 11a rates | Jonathan Gray |
2015-03-22 | Do the right thing in qec_fix_range() when connected to an sbus(4) without | Miod Vallat |
2015-03-22 | Explain the state on syscall entry | Philip Guenther |
2015-03-22 | Xstray* and Xhold* symbols vanished at some point; delete special handling | Philip Guenther |
2015-03-21 | Add support for saving/restoring FPU state using the XSAVE/XRSTOR. Limit | Mark Kettenis |
2015-03-21 | When an IOMMU is not available, and an sbus board has register ranges not | Miod Vallat |
2015-03-21 | Make sure we reset all relevant state when resetting or stopping an interface. | Mark Kettenis |
2015-03-21 | Only reconfigure LDC queues ipon reset instead of unconfiguring them first. | Mark Kettenis |
2015-03-21 | Print speeds consistently. | Martin Pieuchot |
2015-03-20 | The ACPI standard says that a PCI function number of FFFF can be used to refer | Mark Kettenis |
2015-03-20 | Convert to if_input(), thanks to krw@ for testing. | Martin Pieuchot |
2015-03-20 | Convert to if_input(), thanks to krw@ for testing. | Martin Pieuchot |
2015-03-20 | add support for jumbos on re(4). | David Gwynne |
2015-03-20 | Convert to if_input(), tested by Fabian Raetz, thanks! | Martin Pieuchot |
2015-03-20 | some re(4) chips can do jumbos, but none of them can checksum jumbo | David Gwynne |
2015-03-20 | reintroduce r1.173: | David Gwynne |
2015-03-20 | Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytable | Stefan Sperling |
2015-03-20 | Re-apply -r1.115 that got accidentally reverted and brought to my | Mike Belopuhov |
2015-03-20 | Fix an outdated comment, spotted by mpi@ | Mike Larkin |
2015-03-19 | Let it compile! | Martin Pieuchot |
2015-03-19 | Let it compile. | Martin Pieuchot |
2015-03-19 | Abort tasks are run in their own thead, that's why they need a special | Martin Pieuchot |
2015-03-19 | Use the same workaround as ehci(4) and ohci(4) in setaddr() to deal with | Martin Pieuchot |
2015-03-19 | unlock MII on smsc_miibus_readreg error | Jonathan Gray |
2015-03-19 | missing gcu_var.h conversion | Theo de Raadt |
2015-03-18 | Rework the virtual memory layout on SRMMU systems (sun4d/sun4m) to use a much | Miod Vallat |
2015-03-18 | Allow for VM_MIN_KERNEL_ADDRESS to not be a constant. | Miod Vallat |
2015-03-18 | Prefer KERNBASE to VM_MIN_KERNEL_ADDRESS when testing for an address within | Miod Vallat |
2015-03-18 | Revert 1.52, per the comment above the incorrectly changed line. Reduces the | Miod Vallat |
2015-03-18 | sync | Ryan Thomas McBride |
2015-03-18 | sync | Ryan Thomas McBride |
2015-03-18 | Baytrail/e3800 devices found in MinnowboardMax. | Ryan Thomas McBride |