CVS commit: [netbsd-10] src/sys/dev/pci
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Sat Jun 27 15:30:04 UTC 2026 Modified Files: src/sys/dev/pci [netbsd-10]: virtio_pci.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1279): sys/dev/pci/virtio_pci.c: revision 1.56 virtio(4): Allow virtio 0.9 BAR0 type to be memory rather than I/O. This matches virtio>=1.0, and can't break working `hardware': any existing virtio devices that worked must have reported I/O-type BAR0, so they will continue to work; this will only enable previously unusable virtio devices, reporting memory-type BAR0, to work. Patch from Petri Koistinen. PR kern/60247: virtio(4): legacy attach fails when BAR0 is MMIO To generate a diff of this commit: cvs rdiff -u -r1.38.4.6 -r1.38.4.7 src/sys/dev/pci/virtio_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.