summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-01-19`wellspring' Apple keyboards found on Macbook Air need slightly differentMiod Vallat
2015-01-19Remove dead store causing clang to warn; dhillMiod Vallat
2015-01-19use SYMLOOP_MAX rather than MAXSYMLINKSTheo de Raadt
2015-01-18Do not trust the content of event TRBs coming from the hardware andMartin Pieuchot
2015-01-18Complete synchronous abort method modeled after the existing ones.Martin Pieuchot
2015-01-18Do not try to free xfers before aborting the pipes, otherwise a clownMartin Pieuchot
2015-01-18Since we are no longer resetting rings when a Babble or Stall conditionMartin Pieuchot
2015-01-17Split the consumer & producer logic into two different functions inMartin Pieuchot
2015-01-17resume_randomness() before spinning up other cpus...Theo de Raadt
2015-01-16Move to using PATH_MAXTheo de Raadt
2015-01-15Remove a variable no longer used in re_tick().Brad Smith
2015-01-15Fix subtle breakage for polled commands introduced during iopool conversion.Miod Vallat
2015-01-15Define a new wscons mouse type for Synaptics clickpad devices that lackJonathan Gray
2015-01-13Always allow abort tasks to be scheduled, even if the device is beeingMartin Pieuchot
2015-01-13Enable snooping on Bay Trail HD Audio.Jonathan Gray
2015-01-12Fix axen(4) build with AXEN_DEBUG defined. From Fabien Raetz.Stefan Sperling
2015-01-12regenJonathan Gray
2015-01-12add some E5 v3 PCIE and Bay Trail idsJonathan Gray
2015-01-12When setting up advanced TX descriptor use m_getptr to locate the IPMike Belopuhov
2015-01-12pretty up some malloc() callsTheo de Raadt
2015-01-12Some fixes and tidying up of the receive filter handling bits.Brad Smith
2015-01-12stash the softc in the memory allocated for setting up a task forDavid Gwynne
2015-01-11Tolerate checksum errors in ACPI tables (but complain about them). ApparentlyMark Kettenis
2015-01-11There's no simple way so check for DMA buffer overrun with isochronousMartin Pieuchot
2015-01-11global "list" is not the nicest variable nameTheo de Raadt
2015-01-11use mallocarray(), then set the size afterwards. Prefer if people learnTheo de Raadt
2015-01-11use mallocarray()Theo de Raadt
2015-01-11mallocarray() for the rx_buffer memoryTheo de Raadt
2015-01-11use mallocarray() when reallocating the mux tableTheo de Raadt
2015-01-11KUE_MCFILTCNT() is non-constant, so use mallocarray()Theo de Raadt
2015-01-11unnecessary castTheo de Raadt
2015-01-10Get the MAC address from the PCI ROM on systems without Open Firmware. CodeMark Kettenis
2015-01-10Disable (most) interrupts when the interface goes down.Mark Kettenis
2015-01-10A few more loose ends.Mark Kettenis
2015-01-10Remove debug printfs.Mark Kettenis
2015-01-10Hook up nep(4).Mark Kettenis
2015-01-10Add support for promiscuous mode and multicase.Mark Kettenis
2015-01-10Properly stop DMA and tear down the rings when taking the interface down.Mark Kettenis
2015-01-10Remove pointless empty 64bit support code stubs from bwi(4).Stefan Sperling
2015-01-10Merge two bwi(4) fixes from FreeBSD:Stefan Sperling
2015-01-09The "SunMicro Virtual Eth Device" found on Oracle's more recent SPARC systemsMark Kettenis
2015-01-09regenMark Kettenis
2015-01-09SunMicro Virtual Eth DeviceMark Kettenis
2015-01-09Properly unwind from a failure in usbd_dma_contig_alloc(). CallingMark Kettenis
2015-01-09Always check for DMA buffer overrun, not just for some specific xfers.Martin Pieuchot
2015-01-09Correctly report memory allocation failure in uhidev_set_report_async().Martin Pieuchot
2015-01-09Add an asynchronous version of uhidev_get_report(), from David HiggsMartin Pieuchot
2015-01-09Add support DIOC{G,S}CACHE to mfi(4). Cache of disk on mfi(4) willYASUOKA Masahiko
2015-01-09regenJonathan Gray
2015-01-09add rate matching hubs seen on a C610 systemJonathan Gray