summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/pcib
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn 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-07-18Retire non-NEW_PCIB code and remove config optionJessica Clarke
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_ADJUST_RESOURCEJohn Baldwin
2024-03-08Hyper-V: vPCI: fix cpu id mis-mapping in vmbus_pcib_map_msi()Wei Hu
2024-01-23hyperv vmbus_pcib: Use pci_domain_*_bus for PCI_RES_BUS resourcesJohn Baldwin
2023-09-11hyperv/vmbus: Flip a message to only be emitted on failureLi-Wen Hsu
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-06Switch to contigmalloc in the Hyper-V codeAndrew Turner
2023-02-04hyperv: purge EOL release compatibilityElliott Mitchell
2023-02-01arm64: Hyper-V: vPCI: Fix typo and some indentationsWei Hu
2023-02-01arm64: Hyper-V: vPCI: Enabling v-PCI in FreeBSD in ARM64 Hyper-VWei Hu
2023-02-01arm64: Hyper-V: vPCI: Adding Hyper-V PCI protocol 1.4Wei Hu
2022-05-06hyperv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-03-30Hyper-V: vPCI: Write back original BAR values after prepopulating barsWei Hu
2021-12-09Create wrapper for Giant taken for newbusWarner Losh
2021-11-27Hyper-V: vPCI: Prepopulate device barsWei Hu
2020-10-15Hyper-V: pcib: Check revoke status during device attachWei Hu
2018-08-04Fix build of hyperv with base gcc on i386Dimitry Andric
2017-08-14hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau
2017-06-08hyperv/pcib: use the device serial number as PCI domainDexuan Cui
2017-02-25Convert PCIe Hot Plug to using pci_request_featureWarner Losh
2016-11-25hyperv/vmbus,pcib: unbreak build in case NEW_PCIB is undefinedDexuan Cui
2016-11-18hyperv/pcib: change the file name: pcib.c -> vmbus_pcib.cDexuan Cui
2016-11-18hyperv/vmbus,pcib: Add MODULE_DEPEND on pciDexuan Cui
2016-11-16hyperv/pcib: enable PCIe pass-through (a.k.a. Discrete Device Assignment)Dexuan Cui