NetBSD-Bugs archive

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

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



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

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52103 CVS commit: src/sys/dev/pci
Date: Tue, 28 Mar 2017 04:09:53 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Tue Mar 28 04:09:52 UTC 2017
 
 Modified Files:
 	src/sys/dev/pci: if_vioif.c
 
 Log Message:
 Don't write to read-only VIRTIO_NET_S_LINK_UP bit
 
 The bit is defined as read-only in the Virtio PCI Card Specification.
 The fix is inspired by FreeBSD.
 
 PR kern/52103 by s-yamaguchi@IIJ
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/if_vioif.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