NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/49328 CVS commit: src/sys/dev/pci/ixgbe
The following reply was made to PR kern/49328; it has been noted by GNATS.
From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/49328 CVS commit: src/sys/dev/pci/ixgbe
Date: Tue, 27 Jan 2015 19:30:25 -0500
Module Name: src
Committed By: christos
Date: Wed Jan 28 00:30:25 UTC 2015
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_netbsd.c
Log Message:
PR/49328: Uwe Toenjes: This driver allocates memory always with NOWAIT, except
in the NetBSD-specific code. This happens from ioctl, and usually there is
enough memory there since we just freed our resources and we are getting them
back. We could even check and not do it again if sizes did not change, but
this is how the rest of the code is structured so we follow suit.
XXX: pullup-7
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/ixgbe/ixgbe_netbsd.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