NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/60247 CVS commit: [netbsd-10] src/sys/dev/pci



The following reply was made to PR kern/60247; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/60247 CVS commit: [netbsd-10] src/sys/dev/pci
Date: Sat, 27 Jun 2026 15:30:04 +0000

 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.
 



Home | Main Index | Thread Index | Old Index