NetBSD-Bugs archive

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

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



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

From: "matthew green" <mrg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46451 CVS commit: src/sys/dev/pci
Date: Tue, 15 May 2012 18:11:28 +0000

 Module Name:   src
 Committed By:  mrg
 Date:          Tue May 15 18:11:28 UTC 2012
 
 Modified Files:
        src/sys/dev/pci: eso.c
 
 Log Message:
 don't kassert that the sc_intr_lock is held in eso_reset().  it's only
 called from attach and doesn't need to have it held, and PR 46451 shows
 that it currently asserts.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/eso.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