Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/15/2003 20:26:33
Module Name:	src
Committed By:	bouyer
Date:		Wed Oct 15 20:26:33 UTC 2003

Modified Files:
	src/sys/dev/ic: wdc.c

Log Message:
- don't ignore last bit when checking for floating bus value on slave
  device; some ATAPI devices as master will report 0x7f in all registers
  for slave before reset
- For the same reason, remove the er1 check.
Makes slave device with a "strange" ATAPI master probe again.
Problem reported and fix tested by Gary Duzan on current-users.


To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 src/sys/dev/ic/wdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.