summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-25s/inerrupt/interrupt/ and s/intrrupt/interrupt/ in comments.andvar
2022-09-25Remove the bus_space_barrier I added with the commitskrll
2022-09-24Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-24malloc(9) -> kmem(9)thorpej
2022-09-24Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-24Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-24uhid(4): Don't wake waiters on changing sc_open.riastradh
2022-09-24efi(4): Fix access to efi_isopen.riastradh
2022-09-23wskbd(4): Add include guards.riastradh
2022-09-22efi(9): Set correct calling convention for EFI runtime services.riastradh
2022-09-22ichsmb(4): Remove confusing `lpcib_' prefix on register names.riastradh
2022-09-22ichsmb(4): Only rescan i2cbus child if requested.riastradh
2022-09-22ichsmb(4): Use config_detach_children to simplify.riastradh
2022-09-22ichsmb(4): Attach i2c bus only once.riastradh
2022-09-22tco(4): Nix PMC_TCO_BASE offset in TCO register definitions.riastradh
2022-09-22tco(4): Use a subregion of the PMC registers for TCO registers.riastradh
2022-09-22ichlpcib(4), tco(4): Take `lpcib_' off various names.riastradh
2022-09-22umass(4): Reduce timeout for control xfers to standard USB timeout.riastradh
2022-09-22usbnet(9): Omit needless miilock around uno_stop.riastradh
2022-09-22Take and release IFNET_LOCK around aq_stop in aq_detach. Also, call withskrll
2022-09-22aq(4): Don't schedule tick callout on interrupt if stopping.riastradh
2022-09-21No need to include <sys/malloc.h>thorpej
2022-09-21Fix a memory leak in an extremely uncommon error path in ste_start().thorpej
2022-09-20fill out more of the linux pci API compatmrg
2022-09-20revert rev 1.111 (which was 1.106 again, without the 1.107 changes).mrg
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE. (This driver never even set it.)thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-17Use C99 designated initializers.tsutsui
2022-09-17Make local functions static.tsutsui
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17u_int*_t -> uint*_tthorpej
2022-09-17Liberally apply static.thorpej
2022-09-17egstart(): Use m_copydata() rather than open-coding it.thorpej
2022-09-17Convert an open-coded check for M_PKTHDR + panic into a KASSERT().thorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17u_int*_t -> uint*_tthorpej
2022-09-17Liberally apply "static".thorpej
2022-09-17malloc() -> kmem_alloc()thorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17vte_ifstart(): Make the condition if the transmit loop the number ofthorpej
2022-09-17alc_start(): Remove redundant IFQ_IS_EMPTY(). This very same conditionthorpej
2022-09-17age_start(): Remove redundant IFQ_IS_EMPTY(). This very same conditionthorpej
2022-09-17- synaptics_filter_policy no longer generates movements from stale data.mlelstv
2022-09-16s/Paket/Packet/andvar
2022-09-16It is correct to update ifp statistics per packet, just remove commented out ...knakahara