Subject: changed files: 'src/sys/arch/i386/isa wd.c'
To: None <source-changes>
From: Charles Hannum <mycroft>
List: source-changes
Date: 03/06/1994 21:54:48
Update of /b/source/CVS/src/sys/arch/i386/isa
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/i386/isa

Modified Files:
	wd.c 
Log Message:
Some changes inspired by Bruce Evans's driver:
Consolidate error reporting in one function.  Actually use the dk_status and
dk_error fields, and pass around only the error bit to avoid lots of unneeded
assignments and tests.  No functional differences.

------------------------------------------------------------------------------