summaryrefslogtreecommitdiff
path: root/sys/dev/vmd
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-04acpi/pci/vmd: Fix a nit with nested resource mapping requestsJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin
2024-03-13new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin
2024-02-15vmd: Use bus_generic_rman_* for PCI bus and memory resourcesJohn Baldwin
2024-02-15vmd: Use bus_read/write_* instead of bus_space_read/write_*John Baldwin
2024-01-22vmd(4): Fix typos in source code commentsGordon Bergling
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-10-06vmd: Add DID 8086:7D0B and 8086:AD0B for Intel MTL SKUsAlexander Motin
2022-10-06vmd: Bypass MSI/MSI-X remapping when possible.Alexander Motin
2022-07-29vmd: Add 8086:A77F PCI ID for all Intel Raptor Lake SKUsNeel Chauhan
2022-05-06vmd: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2021-09-02Missed line from 7af4475a6e31.Alexander Motin
2021-09-02vmd(4): Major driver refactoringAlexander Motin
2021-07-17vmd_bus: Fix typo in commentNeel Chauhan
2021-07-15vmd: Rename vmd_bus class to pciNeel Chauhan
2021-01-28Add support for some more Intel VMD controllers. Some of theDoug Ambrisko
2021-01-08vmd: Clean up resources properly when vmd_attach() failsMark Johnston
2020-09-01vmd: clean up empty lines in .c and .h filesMateusz Guzik
2019-10-10This driver attaches to the Intel VMD drive and connects a new PCI domainDoug Ambrisko