NetBSD-Bugs archive

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

PR/38758 CVS commit: [netbsd-4] src/sys/arch/mac68k



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

From: Manuel Bouyer <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38758 CVS commit: [netbsd-4] src/sys/arch/mac68k
Date: Mon, 11 May 2009 19:31:40 +0000

 Module Name:   src
 Committed By:  bouyer
 Date:          Mon May 11 19:31:40 UTC 2009
 
 Modified Files:
        src/sys/arch/mac68k/conf [netbsd-4]: GENERIC
        src/sys/arch/mac68k/obio [netbsd-4]: esp.c
 
 Log Message:
 Pull up following revision(s) (requested by hauke in ticket #1315):
        sys/arch/mac68k/obio/esp.c: revision 1.51 via patch
        sys/arch/mac68k/conf/GENERIC: revision 1.188
 Add LOCKDEBUG option, commented out, so that people know it's there.
 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 -u -r1.177.2.2 -r1.177.2.3 src/sys/arch/mac68k/conf/GENERIC
 cvs rdiff -u -r1.44 -r1.44.14.1 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