summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-05-10dev/psci: Check all compat stringsAndrew Turner
2024-05-09ahc(4): Default to memory mapped IOHP van Braam
2024-05-09sound: Rename oss_audioinfo->real_device to oss_audioinfo->legacy_deviceChristos Margiolis
2024-05-09sound: Add missing oss_mixerinfo devnode and legacy_device fieldsChristos Margiolis
2024-05-09sound: Fix oss_sysinfo->numcardsChristos Margiolis
2024-05-09sound: Remove nmix variable from mixer_oss_mixerinfo()Christos Margiolis
2024-05-09snd_hdsp(4): RME HDSP 9632 and HDSP 9652 sound card driver.Florian Walpen
2024-05-09ip17x: fix non-debug buildEd Maste
2024-05-09xen/debug: remove usage of sbuf_{clear,finish}() on drained sbufRoger Pau Monné
2024-05-08nvme: Explicitly align struct nvme_command on an 8 byte boundaryJohn Baldwin
2024-05-08smsc(4): update to mention MicrochipEd Maste
2024-05-08mii: Add support for Realtek RTL8211F-VD PHYPeter Jeremy
2024-05-07nvme: Bump the alignment of struct nvme_health_information_page to 8John Baldwin
2024-05-07jh7110: Add StarFive JH7110 clock/reset generator driversJari Sihvola
2024-05-07Revert "jh7110: Add StarFive JH7110 clock/reset generator drivers"Mitchell Horne
2024-05-07jh7110: enable MMC driverMitchell Horne
2024-05-07jh7110: Add StarFive JH7110 clock/reset generator driversMitchell Horne
2024-05-06nvmf: Add explicit alignment for struct nvmf_fabric_cmdJohn Baldwin
2024-05-06nvmf_tcp: Correct tests for PDU directionJohn Baldwin
2024-05-06nvmf: Remove packing pragmas from nvmf_proto.hJohn Baldwin
2024-05-06sound: Update pcm/vchan.c LICENSE headerChristos Margiolis
2024-05-06sound: Remove unused "num" argument from chn_init() and related callersChristos Margiolis
2024-05-06sound: Rename pcm_getparentchannel() to vchan_getparentchannel()Christos Margiolis
2024-05-06sound: Move vchan-related code to pcm/vchan.*Christos Margiolis
2024-05-06sound: Use nitems() where possibleChristos Margiolis
2024-05-06sound: Remove unused dsp_cdevs[] fields and devicesChristos Margiolis
2024-05-06sound: Move chip.h contents to pcm/sound.hChristos Margiolis
2024-05-06sound: Remove hw.snd.version and SND_DRV_VERSIONChristos Margiolis
2024-05-06sound: Convert pcm_chn_add() to voidChristos Margiolis
2024-05-06sound: Add __assert_unreachable() to default cases in pcm_chn_add() and pcm_c...Christos Margiolis
2024-05-06sound: Merge pcm_chn_create() and chn_init()Christos Margiolis
2024-05-06mlx5en: add diagnostic in one more case of failed eeprom read preparationKonstantin Belousov
2024-05-04aic7xxx: make target mode enable a device hintHP van Braam
2024-05-04aic7xxx: aicasm correct include fileHP van Braam
2024-05-03tpm: Refactor TIS and add a SPI attachmentJustin Hibbits
2024-05-02nvmft: The in-kernel NVMe over Fabrics controllerJohn Baldwin
2024-05-02nvme: Add constants for the Fused Operation (FUSE) field in commandsJohn Baldwin
2024-05-02nvmf: The in-kernel NVMe over Fabrics hostJohn Baldwin
2024-05-02nvmf_tcp: Add a TCP transport for NVMe over FabricsJohn Baldwin
2024-05-02nvmf: Add infrastructure kernel module for NVMe over FabricsJohn Baldwin
2024-05-02nvmft: Add NVMeoF controller routines shared between kernel and userlandJohn Baldwin
2024-05-02nvmf_tcp.h: Internal header shared between userspace and kernelJohn Baldwin
2024-05-02nvmf.h: New header defining ioctls for NVMe over FabricsJohn Baldwin
2024-05-02nvmf_proto.h: Add additional types and constants from the 1.1 specJohn Baldwin
2024-05-02nvmf_proto.h: Update for use in FreeBSDJohn Baldwin
2024-05-02nvmf_proto.h: NVMe over Fabrics protocol definitionsJohn Baldwin
2024-04-30cxgbe/tom: Fix the rx channel selection in options2.Navdeep Parhar
2024-04-30cxgbe(4): Query TPCHMAP once and not once per port.Navdeep Parhar
2024-04-30cxgbe(4): Rename rx_c_chan to rx_chan.Navdeep Parhar
2024-04-30cxgbe(4): Minor tweaks to comments.Navdeep Parhar