summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-09-08Sprinkle const. Same binary before and after.skrll
2022-09-08KNF. Modify comment. No fucntional change.msaitoh
2022-09-07usbdi(9): Fix timeout after non-racy xfer resubmission.riastradh
2022-09-07Fix the build, add new emuxki_boards.cmartin
2022-09-07emuxki(4): import a list of board definitionskhorben
2022-09-07emuxki(4): place struct emuxki_softc into its own filekhorben
2022-09-07emuxki(4): restrict DMA memory within the first 2GBkhorben
2022-09-07tpm(4): add missing newline character in device_printf()khorben
2022-09-07emuxki(4): allow building as a modulekhorben
2022-09-06Don't hold a spin lock entering usbd_transfer.nat
2022-09-06Do a full screen update upon vt switch.nat
2022-09-06Ensure the device is fully initialized before starting the update thread.nat
2022-09-06Don't throttle the frame rate.nat
2022-09-06Finally fix the blitting function.nat
2022-09-04revert 1.281mlelstv
2022-09-04Add standard inet headers.rjs
2022-09-04bge(4): Use BUS_DMA_WAITOK in ring initilization now that it's safeskrll
2022-09-04bge(4): fix the MP improvements and improve some more.skrll
2022-09-04bge(4): use a local variable to make bge_ifmedia initialization pretty.skrll
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-09-02Remove unnecessary inclusion of <net/netisr.h>.thorpej
2022-09-02Whitespace - mostly align the line continutation charactersskrll
2022-09-01xhci(4): Make sure to destroy sc_rhlock on detach.riastradh
2022-08-30nvme(4): Actually check if bp is null as commented previously.riastradh
2022-08-30nvme(4): If bp is null or bp->b_ci is not assigned, use curcpu().riastradh
2022-08-29emuxki(4): add support for the Sound Blaster Audigy Rxkhorben
2022-08-29Make this build again. Sorry about that.skrll
2022-08-28Don't fetch data beyond end of inquiry buffer, which, here, is notmlelstv
2022-08-28cons(9): Need sys/types.h for dev_t, u_int.riastradh
2022-08-28se(4): don't set if_watchdog as it's not used.skrll
2022-08-28Sprinkle constskrll
2022-08-28Empty if_watchdog functions are useless and now waste resources. Let'sskrll
2022-08-28Trailing whitespaceskrll
2022-08-28Simplify the check for what ioctls can be done in raidioctl() withoutoster
2022-08-28RAIDframe must be initialized for the RAIDFRAME_SET_LAST_UNIToster
2022-08-27Convert bge_pending_rxintr_change to a bool (from int)skrll
2022-08-27Include headers once (and don't pretend this compiles without INET)skrll
2022-08-27Correct the abbreviation of approximately to 'approx.'skrll
2022-08-27Trailing whitespaceskrll
2022-08-26G/C unused softc membersskrll
2022-08-25audio(4): Fix bug in detaching audio16 and beyond.riastradh
2022-08-25Tune number of Rx descriptors for ixl(4), ok'ed by yamaguchi@n.o.knakahara
2022-08-25G/Cskrll
2022-08-25add missing bus_dmamap_unload().ryo
2022-08-24jumboframe support for eqos(4)ryo
2022-08-24rename EQOS_TDES3_* macro to EQOS_TDES3_{TX,RX}_*, and add more defs.ryo
2022-08-24pmf(9): *_child_register never fails. Make it return void.riastradh
2022-08-24Giving up adjusting ETHER_ALIGN.ryo
2022-08-23xhci(4): Fix error branch for failed suspend.riastradh
2022-08-23Fix eqos(4) to work on RK3588 as well.ryo