*** dev/isa/wdc.c-	Mon Feb 24 00:50:46 1997
--- dev/isa/wdc.c	Fri Sep 12 14:33:57 1997
***************
*** 695,700 ****
--- 695,701 ----
  		/* Clear the pending interrupt and abort. */
  		s = bus_space_read_1(iot, ioh, wd_status);
  		if (s != (WDCS_DRDY|WDCS_DSC)) {
+ #ifndef REES
  #ifdef ATAPI_DEBUG_WDC
  			e = bus_space_read_1(iot, ioh, wd_error);
  			i = bus_space_read_1(iot, ioh, wd_seccnt);
***************
*** 715,720 ****
--- 716,722 ----
  #endif
  				wdcbit_bucket(wdc, len);
  			}
+ #endif /* REES */
  		}
  		return 0;
  	}
