aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* acpi: Statically initialize acpi_ioctl_hooksJohn Baldwin2025-12-261-11/+6
* acpi: Use M_WAITOK in acpi_register_ioctlJohn Baldwin2025-12-261-2/+1
* acpi: Reject duplicate handlers for ioctl commandsJohn Baldwin2025-12-261-1/+9
* acpi_apei: Remove the hest member from the softcJohn Baldwin2025-12-261-6/+5
* acpi: Free ivars in bus_child_deleted methodJohn Baldwin2025-12-261-0/+1
* Specialize the REALTEK RTL8153 quirk to just rev=0x31fdPoul-Henning Kamp2025-12-231-1/+1
* mana: support jumbo packet sizeWei Hu2025-12-233-31/+65
* Hyper-V: hn: just call vf's ioctl when changing mtuWei Hu2025-12-231-3/+5
* Quirk Realtek RTL8153 to config#1 so if_cdce claims it. Works much better.Poul-Henning Kamp2025-12-221-0/+1
* vtnet: improve consistencyMichael Tuexen2025-12-191-8/+6
* vtnet: expose features via sysctl treeMichael Tuexen2025-12-192-0/+26
* aq(4): Use standard ETHER_ADDR_LEN definitionEd Maste2025-12-194-5/+4
* ice(4): Remove unused functionKrzysztof Galazka2025-12-181-32/+4
* armv8rng: Fix an inverted test in random_rndr_read_one()Mark Johnston2025-12-181-1/+1
* vtnet: expose flags via sysctl treeMichael Tuexen2025-12-182-0/+25
* vtnet: define flags in a consistent wayMichael Tuexen2025-12-181-23/+23
* sdhci: Try to complete the last transaction if dumpingJustin Hibbits2025-12-171-0/+12
* vmm: Add ability to destroy VMs on closeBojan Novković2025-12-172-5/+79
* kern: Introduce RLIMIT_VMMBojan Novković2025-12-171-3/+15
* netmap: silence -Wdefault-const-init-field-unsafe warningAlex Richardson2025-12-161-2/+4
* if_rge: Add PNP info for moduleOlivier Cochard2025-12-161-0/+2
* axidma(4): switch interrupt type.Ruslan Bukin2025-12-161-1/+1
* lio: Avoid out-of-bounds read or write MAC addressZhenlei Huang2025-12-162-8/+6
* thunderbolt: Remove PNP infoAymeric Wibo2025-12-152-4/+0
* usb: don't create ifnet(9) for usbus devicesGleb Smirnoff2025-12-152-177/+14
* if_rge: initial import of if_rge driver from OpenBSD.Adrian Chadd2025-12-1512-0/+19229
* netmap: Let memory allocator parameters be settable via loader.confMark Johnston2025-12-141-15/+19
* oce(4): Fix a typo in a device debug messageGordon Bergling2025-12-131-1/+1
* mps(4): Fix a typo in a device messageGordon Bergling2025-12-131-1/+1
* xae(4): remove unused function.Ruslan Bukin2025-12-121-6/+0
* aq(4): Use sys, not userland, headersEd Maste2025-12-116-12/+5
* nvme: Only attach to storage NVMe devicesWarner Losh2025-12-101-1/+8
* nvme: remove now-redundant consumer interfaceWarner Losh2025-12-105-155/+0
* nvme: Notify failure with newbus callWarner Losh2025-12-103-16/+13
* nvme: Use new method to do async notificationsWarner Losh2025-12-103-25/+23
* nvd: Connect nvme_if methodsWarner Losh2025-12-105-156/+166
* nvme_sim: Connect to events broadcast with nvme_ifWarner Losh2025-12-101-61/+84
* nvd: Attach as a child of nvmeWarner Losh2025-12-101-37/+73
* nvme_sim: Attach as a child of nvmeWarner Losh2025-12-101-53/+85
* nvme: Add child device for each controllerWarner Losh2025-12-102-0/+10
* nvme: Nvme controller generated eventsWarner Losh2025-12-101-0/+55
* mpr: Partially revert 332096ebb638Warner Losh2025-12-102-32/+2
* kboot: Explicitly use host:/procWarner Losh2025-12-102-2/+32
* bhnd_bus_*_resource: Remove redundant type and rid argumentsJohn Baldwin2025-12-0922-111/+58
* bhnd_bus_alloc_resource*: Pass rid by valueJohn Baldwin2025-12-0912-17/+17
* dpaa2_rc_add_res: Pass rid by valueJohn Baldwin2025-12-091-16/+14
* gpio_alloc_intr_resource: Pass rid by valueJohn Baldwin2025-12-098-9/+9
* acpi_PkgGas: Pass rid by valueJohn Baldwin2025-12-094-7/+7
* acpi_bus_alloc_gas: Pass rid by valueJohn Baldwin2025-12-097-13/+13
* pci_reserve_map: Pass rid by valueJohn Baldwin2025-12-092-16/+16