[BACK]Return to dasd_9343_erp.c CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / drivers / s390 / block

File: [Development] / linux-2.6-xfs / drivers / s390 / block / Attic / dasd_9343_erp.c (download)

Revision 1.2, Mon Feb 6 14:53:10 2006 UTC (11 years, 8 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +0 -1 lines

Merge up to 2.6.16-rc2.
Merge of 2.6.x-xfs-melb:linux:25118a by kenmcd.

/* 
 * File...........: linux/drivers/s390/block/dasd_9345_erp.c
 * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
 * Bugreports.to..: <Linux390@de.ibm.com>
 * (C) IBM Corporation, IBM Deutschland Entwicklung GmbH, 2000
 *
 */

#define PRINTK_HEADER "dasd_erp(9343)"

#include "dasd_int.h"

dasd_era_t
dasd_9343_erp_examine(struct dasd_ccw_req * cqr, struct irb * irb)
{
	if (irb->scsw.cstat == 0x00 &&
	    irb->scsw.dstat == (DEV_STAT_CHN_END | DEV_STAT_DEV_END))
		return dasd_era_none;

	return dasd_era_recover;
}