NetBSD-Bugs archive

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

PR/56857 CVS commit: [netbsd-9] src/sys/dev/pci/ixgbe



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56857 CVS commit: [netbsd-9] src/sys/dev/pci/ixgbe
Date: Tue, 31 May 2022 14:03:27 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Tue May 31 14:03:27 UTC 2022
 
 Modified Files:
 	src/sys/dev/pci/ixgbe [netbsd-9]: ixgbe.c ixgbe.h ixv.c
 
 Log Message:
 Pull up following revision(s) (requested by msaitoh in ticket #1458):
 
 	sys/dev/pci/ixgbe/ixv.c: revision 1.181
 	sys/dev/pci/ixgbe/ixgbe.c: revision 1.315
 	sys/dev/pci/ixgbe/ixgbe.h: revision 1.86
 
 Fix a bug that the legacy interrupt doesn't work when MSI-X allocation failed.
 Fixes PR kern/56857.
 
 Remove unused adapter->msix_mem.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.199.2.21 -r1.199.2.22 src/sys/dev/pci/ixgbe/ixgbe.c
 cvs rdiff -u -r1.56.2.7 -r1.56.2.8 src/sys/dev/pci/ixgbe/ixgbe.h
 cvs rdiff -u -r1.125.2.18 -r1.125.2.19 src/sys/dev/pci/ixgbe/ixv.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