NetBSD-Bugs archive

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

PR/59165 CVS commit: src/sys/dev/pci



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

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59165 CVS commit: src/sys/dev/pci
Date: Tue, 22 Apr 2025 05:56:25 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Tue Apr 22 05:56:25 UTC 2025
 
 Modified Files:
 	src/sys/dev/pci: vio9p.c
 
 Log Message:
 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.11 -r1.12 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