Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/25/1996 21:10:03
christos
Wed Sep 25 17:03:10 EDT 1996
Update of /a/cvsroot/src/sys/ddb
In directory netbsd1:/var/slash-tmp/cvs-serv10787
Modified Files:
db_output.c
Log Message:
Recognize %.2x as %02x
christos
Wed Sep 25 17:03:51 EDT 1996
Update of /a/cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv11187
Modified Files:
subr_prf.c
Log Message:
Recognize %.2x as %02x
jonathan
Wed Sep 25 14:07:58 PDT 1996
Update of /cvsroot/src/sys/dev/tc
In directory netbsd1:/var/slash-tmp/cvs-serv10917
Modified Files:
asc.c
Added Files:
asc_tc.c asc_ioasic.c ascvar.h
Log Message:
* Rewrite asc driver with ``mi'' backend and parent-specific front-end
cfattach code for TC SCSI option cards and ioasic 53c94 baseboard SCSI.
ascvar.h: shared softc declarations
asc_ioasic.c: ioasic front-end code.
asc_tc.c: Turbochannel option (and 5000/200 basebard) front-end code.
* ioasic_attach meeds more work to eliminate pmax_type dependency
and to verify the clocks speed passed to 53c94.
* Add prototypes for asc script entry points; should compile with
-Wstrict-prototypes -Wmissing-prototypes.
* Use tcvar.h interface. The usage of tc_syncbus() and tc_mb() may
not be quite stylistically on an Alhpa, but it apparently makes no
difference on the eerly-generation Alpha CPUs in TC Alphas.