Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
christos
Mon Oct 6 15:51:13 EDT 1997
Update of /a/cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv4160
Modified Files:
files
Log Message:
>From Enami Tsugutomo: Busify and split the aic6360 driver.
gwr
Mon Oct 6 12:58:02 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/include
In directory netbsd1:/var/slash-tmp/cvs-serv4651/include
Modified Files:
control.h
Log Message:
Use vm_offset_t to represent control space addresses, because
they are more like physical addresses in that you can not just
dereference a pointer to access the space. (Also, if you use a
pointer type for such things, gdb will _try_ to deference it.)
gwr
Mon Oct 6 12:58:06 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/sun3
In directory netbsd1:/var/slash-tmp/cvs-serv4651/sun3
Modified Files:
control.c fpu.c cache.c leds.c
Log Message:
Use vm_offset_t to represent control space addresses, because
they are more like physical addresses in that you can not just
dereference a pointer to access the space. (Also, if you use a
pointer type for such things, gdb will _try_ to deference it.)
gwr
Mon Oct 6 12:58:08 PDT 1997
Update of /cvsroot/src/sys/arch/sun3/dev
In directory netbsd1:/var/slash-tmp/cvs-serv4651/dev
Modified Files:
idprom.c bw2.c
Log Message:
Use vm_offset_t to represent control space addresses, because
they are more like physical addresses in that you can not just
dereference a pointer to access the space. (Also, if you use a
pointer type for such things, gdb will _try_ to deference it.)
Home |
Main Index |
Thread Index |
Old Index