Source-Changes archive

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

CVS commit: src/sys/arch/mac68k/dev



Module Name:    src
Committed By:   scottr
Date:           Thu Apr  3 05:03:23 UTC 2008

Modified Files:
        src/sys/arch/mac68k/dev: adb.c adb_direct.c adbvar.h

Log Message:
Factor out ADB spin-wait timeout loop, and use it for synchronous
operations to access the PRAM RTC, etc. in the IIsi and Cuda cases.
Thanks to Martin Husemann for pointing out the flaw.

This is a slightly more thorough workaround for the issue Martin found
in PR 37611, as it affected more than just adb_read_date_time().


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/arch/mac68k/dev/adb.c
cvs rdiff -r1.61 -r1.62 src/sys/arch/mac68k/dev/adb_direct.c
cvs rdiff -r1.24 -r1.25 src/sys/arch/mac68k/dev/adbvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index