NetBSD-Bugs archive

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

Re: kern/47646: Test dev/scsipi/t_cd:noisyeject broken



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

From: Martin Husemann <martin%duskware.de@localhost>
To: Manuel Bouyer <bouyer%antioche.eu.org@localhost>
Cc: gnats-bugs%NetBSD.org@localhost, Antti Kantee <pooka%NetBSD.org@localhost>
Subject: Re: kern/47646: Test dev/scsipi/t_cd:noisyeject broken
Date: Fri, 15 Mar 2013 16:43:04 +0100

 --+g7M9IMkV8truYOl
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Ok, so additionally to the last patch do this?
 
 Martin
 
 --+g7M9IMkV8truYOl
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patch
 
 Index: scsitest.c
 ===================================================================
 RCS file: /cvsroot/src/sys/rump/dev/lib/libscsitest/scsitest.c,v
 retrieving revision 1.5
 diff -u -r1.5 scsitest.c
 --- scsitest.c 27 Oct 2012 17:18:40 -0000      1.5
 +++ scsitest.c 15 Mar 2013 15:42:15 -0000
 @@ -176,7 +176,7 @@
                break;
        }
        case GET_CONFIGURATION: {
 -
 +              memset(xs->data, 0, sizeof(struct scsipi_get_conf_data));
                break;
        }
        case SCSI_READ_6_COMMAND: {
 
 --+g7M9IMkV8truYOl--
 


Home | Main Index | Thread Index | Old Index