NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/57023 CVS commit: src/sys/arch/x86/pci
The following reply was made to PR kern/57023; it has been noted by GNATS.
From: "Tobias Nygren" <tnn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/57023 CVS commit: src/sys/arch/x86/pci
Date: Fri, 26 Sep 2025 19:29:23 +0000
Module Name: src
Committed By: tnn
Date: Fri Sep 26 19:29:23 UTC 2025
Modified Files:
src/sys/arch/x86/pci: pci_machdep.c
Log Message:
x86: correct bootinfo detection for vioif(4) adapters
When we pxeboot a virtio-net adapter in QEMU, firmware reports the
parent virtio(4) pci BDF triplet as the device we can match on, but
device_pci_register must return the child vioif(4) as actual boot device.
PR kern/57023 from Martin Kjellstrand.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/x86/pci/pci_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index