aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vmd
Commit message (Expand)AuthorAgeFilesLines
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-2/+1
* acpi/pci/vmd: Fix a nit with nested resource mapping requestsJohn Baldwin2024-06-041-4/+5
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-6/+4
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-12/+8
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-4/+4
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-6/+4
* vmd: Use bus_generic_rman_* for PCI bus and memory resourcesJohn Baldwin2024-02-151-25/+108
* vmd: Use bus_read/write_* instead of bus_space_read/write_*John Baldwin2024-02-152-17/+6
* vmd(4): Fix typos in source code commentsGordon Bergling2024-01-221-3/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* vmd: Add DID 8086:7D0B and 8086:AD0B for Intel MTL SKUsAlexander Motin2022-10-061-0/+2
* vmd: Bypass MSI/MSI-X remapping when possible.Alexander Motin2022-10-061-2/+57
* vmd: Add 8086:A77F PCI ID for all Intel Raptor Lake SKUsNeel Chauhan2022-07-291-0/+1
* vmd: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Missed line from 7af4475a6e31.Alexander Motin2021-09-031-0/+1
* vmd(4): Major driver refactoringAlexander Motin2021-09-033-637/+345
* vmd_bus: Fix typo in commentNeel Chauhan2021-07-181-2/+2
* vmd: Rename vmd_bus class to pciNeel Chauhan2021-07-161-2/+2
* Add support for some more Intel VMD controllers. Some of theDoug Ambrisko2021-01-283-36/+113
* vmd: Clean up resources properly when vmd_attach() failsMark Johnston2021-01-081-6/+6
* vmd: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-5/+1
* This driver attaches to the Intel VMD drive and connects a new PCI domainDoug Ambrisko2019-10-103-0/+921