aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* splash: add shutdown splashQuentin Thébault2026-04-031-1/+19
* acpi_spmc: Call new MS turn on display DSMAymeric Wibo2026-04-011-5/+20
* acpi_spmc: Fail probe if acpi_spmc device already attachedAymeric Wibo2026-04-011-0/+5
* vmm: Restore the ability to create VMs as root in a jailMark Johnston2026-04-011-5/+11
* bce: Fix SYSCTL_IN error check in bce_sysctl_nvram_write()Weixie Cui2026-04-011-1/+1
* acpi_spmc: Improve device descriptionAymeric Wibo2026-03-311-2/+2
* amdsmu: Cezanne supportAymeric Wibo2026-03-313-27/+31
* snd_uaudio: Retire sndcard_func usageChristos Margiolis2026-03-302-17/+1
* nvme_sim: Fix name in module version metadataOlivier Certner2026-03-301-1/+1
* asmc(4): Add support for backlight(9) interfaceVladimir Kondratyev2026-03-292-0/+68
* asmc(4): Add PnP recordVladimir Kondratyev2026-03-291-0/+1
* dpaa2: Perform bus_dma pre-write sync before enqueue operationDmitry Salychev2026-03-291-3/+3
* Revert "dpaa2: Perform bus_dma pre-write sync before enqueue operation"Dmitry Salychev2026-03-291-3/+3
* dpaa2: Perform bus_dma pre-write sync before enqueue operationDmitry Salychev2026-03-291-3/+3
* ukbd(4): make debug guard consistent with hkbd(4)Toby Slight2026-03-291-1/+3
* hkbd(4): add some extra handy fn key bindingsToby Slight2026-03-292-0/+20
* hkbd(4): be more cautious & explicit about Apple vendor checkingtslight2026-03-292-55/+65
* ukbd(4): backport Apple function keys support from hkbd(4)tslight2026-03-292-26/+91
* hkbd(4): fix handling of apple function keys in hid and evdevtslight2026-03-293-19/+82
* usbdevs: Add USB device IDs for Nuand bladeRF SDRAbdelkader Boudih2026-03-291-0/+7
* Hyper-V: Detect Extended Destination ID supportColin Percival2026-03-281-0/+6
* vmgenc: fix typo in MODULE_DEPEND declarationChristos Longros2026-03-281-1/+1
* uart/pci: always disable MSI for generic devicesRoger Pau Monné2026-03-271-1/+2
* uart/pci: support 16550A PCI serial devicesRoger Pau Monné2026-03-271-1/+1
* pmc: Fix copyright in previous commitsAli Mashtizadeh2026-03-252-4/+2
* ufshci: Support ACPIJaeyoon Choi2026-03-243-12/+319
* ufshci: add uic powermode parameter to sysctlJaeyoon Choi2026-03-244-13/+40
* ufshci: fix bug in ufshci_req_sdb_enableJaeyoon Choi2026-03-241-4/+36
* rge: make rx_process_limit a sysctl tunableChristos Longros2026-03-253-1/+9
* rge: handle interface flags changesBrad Smith2026-03-252-13/+10
* sound: Remove unimplemented chn_reinit() definitionChristos Margiolis2026-03-241-1/+0
* sound: Remove dead code in pcm/ac97.cChristos Margiolis2026-03-241-4/+0
* sound: Address some XXX comments regarding AC'97 IDsChristos Margiolis2026-03-241-12/+2
* sound: Retire Z_PARANOIDChristos Margiolis2026-03-241-6/+0
* sound: Remove most Z_RATE_* aliasesChristos Margiolis2026-03-241-24/+13
* sound: Retire CHN_GETMUTE() and use chn_getmute_matrix()Christos Margiolis2026-03-242-4/+3
* sound: Retire CHN_SETVOLUME() and use chn_setvolume_matrix()Christos Margiolis2026-03-243-6/+3
* sound: Retire CHN_GETVOLUME() and use chn_getvolume_matrix()Christos Margiolis2026-03-244-9/+8
* sound: Always use chn_getvolume_matrix()Christos Margiolis2026-03-241-4/+0
* sound: Remove SND_DIAGNOSTIC section in buffer.cChristos Margiolis2026-03-241-26/+0
* sound: Do not create root feeder in chn_init()Christos Margiolis2026-03-241-12/+0
* sound: Remove endianness checks for format table declarationsChristos Margiolis2026-03-242-16/+0
* sound: Retire SND_FEEDER_MULTIFORMAT and SND_FEEDER_FULL_MULTIFORMATChristos Margiolis2026-03-245-48/+9
* sound: Retire unused Z_MULTIFORMATChristos Margiolis2026-03-241-2/+0
* sound: Retire SND_MULTICHANNELChristos Margiolis2026-03-241-7/+0
* sound: Retire SND_OLDSTEREOChristos Margiolis2026-03-241-3/+0
* sound: Retire SND_DEBUGChristos Margiolis2026-03-242-17/+1
* snd_uaudio: Retire UAUDIO_MAX_CHAN()Christos Margiolis2026-03-241-4/+2
* sound: Match midi_write() return values with midi_read()Christos Margiolis2026-03-241-1/+1
* snd_uaudio: Simplify chan->curr_cable calculation in uaudio_bulk_write_callba...Christos Margiolis2026-03-241-3/+1