NetBSD-Bugs archive

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

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



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

From: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/26204 CVS commit: src/sys/dev/pci
Date: Tue, 7 May 2019 15:23:32 +0000

 Module Name:	src
 Committed By:	msaitoh
 Date:		Tue May  7 15:23:32 UTC 2019
 
 Modified Files:
 	src/sys/dev/pci: if_txp.c
 
 Log Message:
 - Use bus_dmamem_unmap() correctly in txp_dma_free() to prevent panic.
   The code was wrong since rev. 1.1. This panic was found by adding KASSERT
   in uvm_map.c rev. 1.351. This bug may be related to PR kern/26204.
 - Use aprint_normal() for non-error message.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_txp.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