Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 12/04/2000 08:23:37
Module Name: syssrc
Committed By: scottr
Date: Mon Dec 4 06:23:36 UTC 2000
Modified Files:
syssrc/sys/arch/mac68k/obio: grf_obio.c
Log Message:
Fix PR 11000: The esp driver needs two longwords in DAFB register space to
implement pseudo-DMA transfers with the SCSI controller. This caused our
match to fail when we couldn't map the entire DAFB register/control space
for our own use. Instead, we map only (about) what we will need in two
separate regions.
As a consequence we no longer do Turbo SCSI configuration here; indeed, it
may have caused us trouble later on if we actually changed the values
stored in those registers in the esp driver.
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 syssrc/sys/arch/mac68k/obio/grf_obio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.