Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



mark
Sat Apr 18 20:51:44 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/dev
In directory nb00:/tmp/cvs-serv15042

Modified Files:
        todclockvar.h 
Log Message:
Add a rtc argument field to the todclock_attach_args structure.
Update the ta_rtc_{read,write}() functions in the todclock_attach_args
structure to take an argument attach time defined argument field as the
first argument.


mark
Sat Apr 18 20:54:24 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/dev
In directory nb00:/tmp/cvs-serv15090

Modified Files:
        todclock.c 
Log Message:
Update the softc to hold the rtc_{write,write}() argument and update
the function pointer prototypes.
Pass the rtc_arg field as the first parameter when calling the todclock
rtc_{read,write} function pointers.


mark
Sat Apr 18 20:55:45 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/dev
In directory nb00:/tmp/cvs-serv15123

Modified Files:
        rtc.c 
Log Message:
Define the prototypes for rtc_read() and rtc_write() here rather than
in machine/rtc.h
Update the rtc_read() and rtc_write() functions to take a private pointer
as the first argument (currently unused).


mark
Sat Apr 18 20:59:20 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/riscpc
In directory nb00:/tmp/cvs-serv15188

Modified Files:
        rpc_machdep.c 
Log Message:
Overhaulled cpu_reboot(). Junked all the boot action garbage and just use
howto to dictate what operations to perform.
Removed support for calling the deprecated kshell stuff.
Cleaned up a few bits of dead code and renamed rpc_sa110_kickstart() to
rpc_sa110_cc_setup().




Home | Main Index | Thread Index | Old Index