Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/04/1997 04:10:03
mhitch
Fri Oct  3 21:00:02 PDT 1997
Update of /cvsroot/src/sys/arch/amiga/dev
In directory netbsd1:/var/slash-tmp/cvs-serv21527

Modified Files:
	ser.c 
Log Message:
Use a global variable to hold the current speed of the internal serial port.
This will be used by certain SCSI drivers to limit the length of DMA transfers
when the serial port is running at higher speeds.  GVP and Phase5 DMA
interfers significantly with CPU execution, and significantly increases
receive buffer overruns (silo overflow).  Reducing the DMA transfer length
can reduce the overruns.


mhitch
Fri Oct  3 21:01:34 PDT 1997
Update of /cvsroot/src/sys/arch/amiga/dev
In directory netbsd1:/var/slash-tmp/cvs-serv21866

Modified Files:
	bzsc.c bzscvar.h bztzsc.c bztzscvar.h flsc.c flscvar.h 
Added Files:
	cbsc.c cbscvar.h cbiisc.c cbiiscvar.h 
Log Message:
Replace Fastlane and Blizzard SCSI driver frontends, using the machine
independent ncr53c9x driver.  Add 12x0-IV support to the 1230 driver, and
add Cyberstorm SCSI I and II drivers.


mhitch
Fri Oct  3 21:02:07 PDT 1997
Update of /cvsroot/src/sys/arch/amiga/conf
In directory netbsd1:/var/slash-tmp/cvs-serv22013

Modified Files:
	files.amiga GENERIC 
Log Message:
Replace Fastlane and Blizzard SCSI driver frontends, using the machine
independent ncr53c9x driver.  Add 12x0-IV support to the 1230 driver, and
add Cyberstorm SCSI I and II drivers.