Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/21/1997 13:40:03
cgd
Mon Apr 21 06:36:51 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/isa
In directory netbsd1:/var/slash-tmp/cvs-serv23320

Added Files:
	awd.c 
Log Message:
copy ISA wd driver from /sys/dev/isa/wd.c.  This rev is unmodified.
This is temporary, until /sys/dev/isa/wd.c is properly bus_space_*-ified.


cgd
Mon Apr 21 06:38:41 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/isa
In directory netbsd1:/var/slash-tmp/cvs-serv23386

Modified Files:
	awd.c 
Log Message:
Convert to use bus_space_* macros.  The resulting code isn't quite correct,
but works on the alpha (since there's currently no floppy drive support).