summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2023-04-19virtio(4): change variable name, nfcyamaguchi
2023-04-19Fix not to allocate unnecessary descriptoryamaguchi
2023-04-19Use enumeration for state of a child driver instead of flagsyamaguchi
2023-04-18sb(4): Fix missing mutex initialization at isapnp and ofisa.riastradh
2023-04-17Input and output codecs produce and consume internal audio data, somlelstv
2023-04-16Handle packet scheduling for high/super speed.mlelstv
2023-04-16viocon(4): Show error in assertion failure.riastradh
2023-04-16virtio@pci: Fix assertion on detach.riastradh
2023-04-16Do not create the sysctl tree if the initial setup of the chip fails.brad
2023-04-16DesignWare watchdog ACPI attach gluejmcneill
2023-04-16Separate DesignWare watchdog driver and FDT glue.jmcneill
2023-04-13dk(4): Explain why dk_rawopens can't overflow and assert it.riastradh
2023-04-12ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.riastradh
2023-04-11com(4): Note ttylock in comment, not tty_lock.riastradh
2023-04-11com(4): Note timecounter_lock in lock order comments.riastradh
2023-04-11KNF. No functional change.msaitoh
2023-04-11Test cpuid_level in tprof_intel_ncounters().msaitoh
2023-04-11usb(9): Assert ud_ifaces is null before we clobber it.riastradh
2023-04-11Obtain the number of general counters from CPUID 0xa.msaitoh
2023-04-10Reduce excessive settle delay.mlelstv
2023-04-10Better descriptor parsing.mlelstv
2023-04-10Handle more UAC2 descriptors and add debug output.mlelstv
2023-04-10Write slinear_le 16bit samples, independent from platform andmlelstv
2023-04-09xhci(4): Avoid crash in suspend/resume/resume if first resume fails.riastradh
2023-04-07xhci(4): Defer root intr xfers while polling.riastradh
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2023-04-06Regen.msaitoh
2023-04-06The SAATA device ID for Apollo Lake is not 0x5ae0 but 0x5ae3.msaitoh
2023-04-05remove some double ee typos in comments.andvar
2023-04-05s/esssentially/essentially/ in comment.andvar
2023-04-03Fix typos: s/trough/through/gutteridge
2023-04-03Remove unconditional UAUDIO_DEBUG again.mlelstv
2023-04-03Fix UAUDIO_DEBUG build.mlelstv
2023-04-02Add support for USB Audio Class 2.0.mlelstv
2023-04-02Add code for USB Audio Class 2.0.mlelstv
2023-03-31Fix wrong variable namesyamaguchi
2023-03-31spkr(4): Avoid some overflow issues.riastradh
2023-03-31Added flags to store status of attaching a virtio deviceyamaguchi
2023-03-31Use descriptor chain for free slots instead of vq_entry listyamaguchi
2023-03-30raidframe: Nix unused parameter to raidwrite_component_area.riastradh
2023-03-29virtio(4): Use flexible array members, not zero-length arrays.riastradh
2023-03-29virtio(4): Fix sizing of virtqueue allocation.riastradh
2023-03-28s/interrput/interrupt/ and s/accesss/access/ in comments.andvar
2023-03-27Use PRIuBUSSIZE to print bus_size_t variables.nakayama
2023-03-27virtio(4): Avoid name collision with global intrhand on sparc64.riastradh
2023-03-26fix various typos in documentation, comments and sysctl device description.andvar
2023-03-25s/deteced/detected/ and s/couner/counter/ in comments.andvar
2023-03-25Mark as MPSAFE.mlelstv
2023-03-25Fix 32bit overflow when calculating balloon size.mlelstv
2023-03-25A single SCSI request may require multiple slots in the virtio queuemlelstv