NetBSD-Bugs archive

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

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



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59165 CVS commit: [netbsd-10] src/sys/dev/pci
Date: Thu, 15 May 2025 17:53:24 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu May 15 17:53:24 UTC 2025
 
 Modified Files:
 	src/sys/dev/pci [netbsd-10]: vio9p.c
 
 Log Message:
 Pull up following revision(s) (requested by ozaki-r in ticket #1115):
 
 	sys/dev/pci/vio9p.c: revision 1.12
 
 vio9p: export tag via sysctl
 
 With this change, we can see tags of virtio-9p devices via sysctl:
   # sysctl hw.vio9p
   hw.vio9p.vio9p0.tag = test
   hw.vio9p.vio9p1.tag = test2
 
 PR kern/59165
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.9.4.1 -r1.9.4.2 src/sys/dev/pci/vio9p.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