NetBSD-Bugs archive

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

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



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

From: "Tetsuya Isaki" <isaki%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57981 CVS commit: src/sys/dev/pci
Date: Sat, 9 Mar 2024 11:04:22 +0000

 Module Name:	src
 Committed By:	isaki
 Date:		Sat Mar  9 11:04:22 UTC 2024
 
 Modified Files:
 	src/sys/dev/pci: ld_virtio.c
 
 Log Message:
 Modify a confused expression in ld_virtio_attach().
 VIRTIO_BLK_MIN_SEGMENTS should be the total number of non-data segments,
 so I rename it to VIRTIO_BLK_CTRL_SEGMENTS.
 PR kern/57981.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/ld_virtio.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