aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vmd/vmd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-3/+0
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* 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-151-15/+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
* 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
* vmd(4): Major driver refactoringAlexander Motin2021-09-031-366/+316
* Add support for some more Intel VMD controllers. Some of theDoug Ambrisko2021-01-281-9/+66
* 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-011-4/+0
* This driver attaches to the Intel VMD drive and connects a new PCI domainDoug Ambrisko2019-10-101-0/+631