NetBSD-Bugs archive

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

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



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

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52333 CVS commit: src/sys/dev/pci
Date: Mon, 26 Jun 2017 14:23:49 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Mon Jun 26 18:23:49 UTC 2017
 
 Modified Files:
 	src/sys/dev/pci: if_vte.c
 
 Log Message:
 PR/52333: Jia-Ju Bai: explicitly pass BUS_DMA_NOWAIT to bus_dmamap_load_mbuf()
 called from an interrupt context. It should not matter since the maps are
 constructed with BUS_DMA_ALLOCNOW, but :-)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/if_vte.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