NetBSD-Bugs archive

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

PR/38758 CVS commit: src/sys/arch/mac68k/obio



The following reply was made to PR port-mac68k/38758; it has been noted by 
GNATS.

From: Hauke Fath <hauke%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38758 CVS commit: src/sys/arch/mac68k/obio
Date: Mon,  2 Jun 2008 12:01:11 +0000 (UTC)

 Module Name:   src
 Committed By:  hauke
 Date:          Mon Jun  2 12:01:11 UTC 2008
 
 Modified Files:
        src/sys/arch/mac68k/obio: esp.c
 
 Log Message:
 esp_quick_dma_go() gets called from the MI ncr53c9x_intr() handler,
 which protects itself against multiple invocation with a
 simple_lock. Follow the example of ncr53c9x_poll() for servicing an
 interrupt that came while we run in splhigh(), and 'manually' unlock
 the MI handler for calling ncr53c9x_intr().
 
 Fixes PR mac68k/38758.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.50 -r1.51 src/sys/arch/mac68k/obio/esp.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