NetBSD-Bugs archive

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

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



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

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54189 CVS commit: src/sys/dev/pci
Date: Tue, 14 May 2019 09:43:55 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Tue May 14 09:43:55 UTC 2019
 
 Modified Files:
 	src/sys/dev/pci: if_wm.c
 	src/sys/dev/pci/ixgbe: ixgbe.c
 
 Log Message:
 Remove unnecessary checks of IFF_ALLMULTI
 
 IFF_ALLMULTI is changed by only driver itself, so we don't need to check its
 change on ec_ifflags_cb.
 
 This is part of PR kern/54189. NFCI.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.634 -r1.635 src/sys/dev/pci/if_wm.c
 cvs rdiff -u -r1.181 -r1.182 src/sys/dev/pci/ixgbe/ixgbe.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