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: 03/27/1996 05:10:04
jonathan
Wed Mar 27 05:03:05 EST 1996
Update of /a/cvsroot/src/sys/arch/pica/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13218
Modified Files:
pccons.c fd.c
Log Message:
Fixup after "New device attachment scheme": Fix cfattach typos.
"struct cfattch pms_ca" (should be "cfattach"), and
"struct cfattach fd_cd" ("should be fd_ca").
leo
Wed Mar 27 05:07:54 EST 1996
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/arch/atari/atari
Modified Files:
atari_init.c
Log Message:
Take out direct access to the YM2149. The chip definitions are moved
from video.h to ym2149reg.h.
leo
Wed Mar 27 05:08:37 EST 1996
Update of /a/cvsroot/src/sys/arch/atari/dev
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/arch/atari/dev
Modified Files:
fd.c zs.c
Added Files:
ym2149.c ym2149reg.h
Log Message:
Take out direct access to the YM2149. The chip definitions are moved
from video.h to ym2149reg.h.
leo
Wed Mar 27 05:08:50 EST 1996
Update of /a/cvsroot/src/sys/arch/atari/include
In directory pain.lcs.mit.edu:/a/users/leo/src/sys/arch/atari/include
Modified Files:
video.h
Log Message:
Take out direct access to the YM2149. The chip definitions are moved
from video.h to ym2149reg.h.
jonathan
Wed Mar 27 05:09:12 EST 1996
Update of /a/cvsroot/src/sys/arch/pica/include
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv13433
Added Files:
bus.h
Log Message:
minial subset of bus.h, from CGD's description:
bus memory and I/O space access functions/macros, to be used by
machine-independent code for more sane access to bus resources.
New functions will be added to this set, in the future, as appropriate,
but this is a good starting set. Defines:
bus_{io,mem}_{map,unmap}
bus_{io,mem}_{read,write}_{1,2,4,8}
functions, and several types to go with them.