From 584ece2d73bf5129982d9f48c5c35f0cf36b4ae1 Mon Sep 17 00:00:00 2001 From: petrov Date: Mon, 26 Aug 2002 05:14:47 +0000 Subject: [PATCH] Dispose unused tinfo flags. --- sys/dev/ic/ncr53c9xvar.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/dev/ic/ncr53c9xvar.h b/sys/dev/ic/ncr53c9xvar.h index fa05d6986408..688883c9f645 100644 --- a/sys/dev/ic/ncr53c9xvar.h +++ b/sys/dev/ic/ncr53c9xvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr53c9xvar.h,v 1.35 2001/12/03 23:27:32 jdolecek Exp $ */ +/* $NetBSD: ncr53c9xvar.h,v 1.36 2002/08/26 05:14:47 petrov Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -171,9 +171,7 @@ struct ncr53c9x_tinfo { int perrs; /* # of parity errors */ int senses; /* # of request sense commands sent */ u_char flags; -#define T_NEED_TO_RESET 0x01 /* Should send a BUS_DEV_RESET */ #define T_NEGOTIATE 0x02 /* (Re)Negotiate synchronous options */ -#define T_BUSY 0x04 /* Target is busy, i.e. cmd in progress */ #define T_SYNCMODE 0x08 /* SYNC mode has been negotiated */ #define T_SYNCHOFF 0x10 /* SYNC mode for is permanently off */ #define T_RSELECTOFF 0x20 /* RE-SELECT mode is off */