Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/01/1998 19:20:02
scottr
Mon Jun  1 19:14:21 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/dev
In directory nb00:/tmp/cvs-serv15220/dev

Modified Files:
	grf.c grf_subr.c grfvar.h 
Log Message:
Store the PA of the framebuffer in the softc.  This eliminates the need
for the sc_phys callback; we can just store the PA in the grfbus attach
args, rather than a function pointer, which simplifies the code nicely.


scottr
Mon Jun  1 19:14:21 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/nubus
In directory nb00:/tmp/cvs-serv15220/nubus

Modified Files:
	grf_nubus.c 
Log Message:
Store the PA of the framebuffer in the softc.  This eliminates the need
for the sc_phys callback; we can just store the PA in the grfbus attach
args, rather than a function pointer, which simplifies the code nicely.


scottr
Mon Jun  1 19:14:22 PDT 1998
Update of /cvsroot/src/sys/arch/mac68k/obio
In directory nb00:/tmp/cvs-serv15220/obio

Modified Files:
	grf_obio.c 
Log Message:
Store the PA of the framebuffer in the softc.  This eliminates the need
for the sc_phys callback; we can just store the PA in the grfbus attach
args, rather than a function pointer, which simplifies the code nicely.