aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* net: Add SIOCGI2CPB ioctl & add page/bank fields to ifi2creqAndrew Gallatin25 hours1-2/+16
* virtio: use modern mode for transitional device by defaultTimo Völker2 days1-1/+1
* ixl(4): Fix a typo in a source code commentGordon Bergling3 days1-1/+1
* isci(4): Fix a couple of typos in source code commentsGordon Bergling3 days4-5/+5
* bhnd(4): Fix a typo in a source code commentGordon Bergling3 days1-1/+1
* splash: add shutdown splashQuentin Thébault4 days1-1/+19
* acpi_spmc: Call new MS turn on display DSMAymeric Wibo5 days1-5/+20
* acpi_spmc: Fail probe if acpi_spmc device already attachedAymeric Wibo5 days1-0/+5
* vmm: Restore the ability to create VMs as root in a jailMark Johnston5 days1-5/+11
* bce: Fix SYSCTL_IN error check in bce_sysctl_nvram_write()Weixie Cui6 days1-1/+1
* acpi_spmc: Improve device descriptionAymeric Wibo6 days1-2/+2
* amdsmu: Cezanne supportAymeric Wibo7 days3-27/+31
* snd_uaudio: Retire sndcard_func usageChristos Margiolis7 days2-17/+1
* nvme_sim: Fix name in module version metadataOlivier Certner8 days1-1/+1
* asmc(4): Add support for backlight(9) interfaceVladimir Kondratyev8 days2-0/+68
* asmc(4): Add PnP recordVladimir Kondratyev8 days1-0/+1
* dpaa2: Perform bus_dma pre-write sync before enqueue operationDmitry Salychev8 days1-3/+3
* Revert "dpaa2: Perform bus_dma pre-write sync before enqueue operation"Dmitry Salychev8 days1-3/+3
* dpaa2: Perform bus_dma pre-write sync before enqueue operationDmitry Salychev8 days1-3/+3
* ukbd(4): make debug guard consistent with hkbd(4)Toby Slight8 days1-1/+3
* hkbd(4): add some extra handy fn key bindingsToby Slight8 days2-0/+20
* hkbd(4): be more cautious & explicit about Apple vendor checkingtslight8 days2-55/+65
* ukbd(4): backport Apple function keys support from hkbd(4)tslight8 days2-26/+91
* hkbd(4): fix handling of apple function keys in hid and evdevtslight8 days3-19/+82
* usbdevs: Add USB device IDs for Nuand bladeRF SDRAbdelkader Boudih9 days1-0/+7
* Hyper-V: Detect Extended Destination ID supportColin Percival10 days1-0/+6
* vmgenc: fix typo in MODULE_DEPEND declarationChristos Longros10 days1-1/+1
* uart/pci: always disable MSI for generic devicesRoger Pau Monné11 days1-1/+2
* uart/pci: support 16550A PCI serial devicesRoger Pau Monné11 days1-1/+1
* pmc: Fix copyright in previous commitsAli Mashtizadeh12 days2-4/+2
* ufshci: Support ACPIJaeyoon Choi13 days3-12/+319
* ufshci: add uic powermode parameter to sysctlJaeyoon Choi13 days4-13/+40
* ufshci: fix bug in ufshci_req_sdb_enableJaeyoon Choi13 days1-4/+36
* rge: make rx_process_limit a sysctl tunableChristos Longros13 days3-1/+9
* rge: handle interface flags changesBrad Smith13 days2-13/+10
* sound: Remove unimplemented chn_reinit() definitionChristos Margiolis13 days1-1/+0
* sound: Remove dead code in pcm/ac97.cChristos Margiolis13 days1-4/+0
* sound: Address some XXX comments regarding AC'97 IDsChristos Margiolis13 days1-12/+2
* sound: Retire Z_PARANOIDChristos Margiolis13 days1-6/+0
* sound: Remove most Z_RATE_* aliasesChristos Margiolis13 days1-24/+13
* sound: Retire CHN_GETMUTE() and use chn_getmute_matrix()Christos Margiolis13 days2-4/+3
* sound: Retire CHN_SETVOLUME() and use chn_setvolume_matrix()Christos Margiolis13 days3-6/+3
* sound: Retire CHN_GETVOLUME() and use chn_getvolume_matrix()Christos Margiolis13 days4-9/+8
* sound: Always use chn_getvolume_matrix()Christos Margiolis13 days1-4/+0
* sound: Remove SND_DIAGNOSTIC section in buffer.cChristos Margiolis13 days1-26/+0
* sound: Do not create root feeder in chn_init()Christos Margiolis13 days1-12/+0
* sound: Remove endianness checks for format table declarationsChristos Margiolis13 days2-16/+0
* sound: Retire SND_FEEDER_MULTIFORMAT and SND_FEEDER_FULL_MULTIFORMATChristos Margiolis13 days5-48/+9
* sound: Retire unused Z_MULTIFORMATChristos Margiolis13 days1-2/+0
* sound: Retire SND_MULTICHANNELChristos Margiolis13 days1-7/+0