aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/pcib/vmbus_pcib.c
Commit message (Expand)AuthorAgeFilesLines
* hyperv: Stop bus relations handling from falling through to ejectKevin Bowling13 days1-0/+1
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-091-2/+2
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-181-3/+0
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-9/+8
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-10/+8
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-3/+3
* Hyper-V: vPCI: fix cpu id mis-mapping in vmbus_pcib_map_msi()Wei Hu2024-03-081-1/+12
* hyperv vmbus_pcib: Use pci_domain_*_bus for PCI_RES_BUS resourcesJohn Baldwin2024-01-231-2/+39
* hyperv/vmbus: Flip a message to only be emitted on failureLi-Wen Hsu2023-09-111-3/+3
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Switch to contigmalloc in the Hyper-V codeAndrew Turner2023-06-061-1/+0
* hyperv: purge EOL release compatibilityElliott Mitchell2023-02-041-128/+0
* arm64: Hyper-V: vPCI: Fix typo and some indentationsWei Hu2023-02-011-22/+21
* arm64: Hyper-V: vPCI: Enabling v-PCI in FreeBSD in ARM64 Hyper-VWei Hu2023-02-011-56/+213
* arm64: Hyper-V: vPCI: Adding Hyper-V PCI protocol 1.4Wei Hu2023-02-011-3/+80
* hyperv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* Hyper-V: vPCI: Write back original BAR values after prepopulating barsWei Hu2022-03-301-0/+4
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-2/+2
* Hyper-V: vPCI: Prepopulate device barsWei Hu2021-11-271-0/+43
* Hyper-V: pcib: Check revoke status during device attachWei Hu2020-10-151-12/+66
* Fix build of hyperv with base gcc on i386Dimitry Andric2018-08-041-6/+8
* hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau2017-08-141-1/+1
* hyperv/pcib: use the device serial number as PCI domainDexuan Cui2017-06-081-0/+2
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* hyperv/vmbus,pcib: unbreak build in case NEW_PCIB is undefinedDexuan Cui2016-11-251-0/+4
* hyperv/pcib: change the file name: pcib.c -> vmbus_pcib.cDexuan Cui2016-11-181-0/+1791