NetBSD-Bugs archive

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

PR/42844 CVS commit: src/sys/dev/ic



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

From: "Jonathan A. Kollasch" <jakllsch%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42844 CVS commit: src/sys/dev/ic
Date: Fri, 9 Apr 2010 19:25:53 +0000

 Module Name:   src
 Committed By:  jakllsch
 Date:          Fri Apr  9 19:25:52 UTC 2010
 
 Modified Files:
        src/sys/dev/ic: esiop.c siop.c
 
 Log Message:
 Improve error paths in (e)siop_scsipi_request():
 
  - When terminating the adapter request after the cmd has been removed
    from the free list, put that cmd back on the free list before returing.
  - Correctly indicate which bus_dma_load() failed.
 
 Analysis and fix from Michael L. Hitch in PR/42844.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.51 -r1.52 src/sys/dev/ic/esiop.c
 cvs rdiff -u -r1.94 -r1.95 src/sys/dev/ic/siop.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