Date: Sat, 30 Mar 1996 20:05:39 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 support.s src/sys/i386/include clock.h cpufunc.h src/sys/i386/isa clock.c Message-ID: <199603310405.UAA16439@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 96/03/30 20:05:38
Modified: sys/i386/i386 support.s
sys/i386/include clock.h cpufunc.h
sys/i386/isa clock.c
Log:
Moved rtcin() to clock.c.
Always delay using one inb(0x84) after each i/o in rtcin() - don't
do this conditional on the bogus option DUMMY_NOPS not being defined.
If you want an optionally slightly faster rtcin() again, then inline
it and use a better named option or sysctl variable. It only needs
to be fast in rtcintr().
Revision Changes Path
1.32 +1 -13 src/sys/i386/i386/support.s
1.10 +2 -1 src/sys/i386/include/clock.h
1.48 +1 -2 src/sys/i386/include/cpufunc.h
1.54 +14 -1 src/sys/i386/isa/clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603310405.UAA16439>
