NetBSD-Bugs archive

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

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



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

From: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53265 CVS commit: src/sys/dev/pci
Date: Tue, 8 May 2018 04:11:10 +0000

 Module Name:	src
 Committed By:	msaitoh
 Date:		Tue May  8 04:11:10 UTC 2018
 
 Modified Files:
 	src/sys/dev/pci: if_bnx.c if_bnxvar.h
 
 Log Message:
 - Fix a bug that bnx(4) panics on shutdown. Stop callout before restroy.
   Reported by Andreas Gustafsson in PR#53265.
 - Make sure not to re-arm the callout when we are about to detach. Same as
   if_bge.c rev. 1.292.
 - Use pci_intr_establish_xname().
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/if_bnx.c
 cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/if_bnxvar.h
 
 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