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