freebsd-skq/sys
Bruce Evans 1d804e7925 Update timer0_prescaler_count before calling hardclock() while timer0
is "acquired".  This fixes a TSC biasing error of about 10 msec when
pcaudio is active.

Update `time' before calling hardclock() when timer0 is being released.
This is not known to be important.

Added some delays in writertc().  Efficiency is not critical here, unlike
in rtcin(), and we already use conservative delays there.

Don't touch the hardware when machdep.i8254_freq is being changed but
the maximum count wouldn't change.  This fixes jitter of up to 10 msec
for most small adjustments to machdep.i8254_freq.  When the maximum
count needs to change, the hardware should be adjusted more carefully.
1998-02-13 06:33:16 +00:00
..
alpha Add display of type KD_PIXEL. 1998-02-12 20:47:39 +00:00
amd64 Update timer0_prescaler_count before calling hardclock() while timer0 1998-02-13 06:33:16 +00:00
compat In the words of the submitter: 1998-02-07 02:13:27 +00:00
compile
conf Make NO_LKM a new-style option. 1998-02-12 18:02:07 +00:00
ddb Ensure that the linker sets for commands exist by putting a standard 1998-02-13 02:19:29 +00:00
dev Add support for VESA mode 0x102 (800x600x4) in syscons. You can activate 1998-02-12 22:05:08 +00:00
fs Deleted unused variable. 1998-02-10 08:04:31 +00:00
geom Remove unused devfs include. (Julian or Satoshi might want to add proper 1998-01-31 03:19:06 +00:00
gnu Fixed configuration and linkage of ext2_checkoverlap(). 1998-02-13 00:28:40 +00:00
i386 Update timer0_prescaler_count before calling hardclock() while timer0 1998-02-13 06:33:16 +00:00
isa Update timer0_prescaler_count before calling hardclock() while timer0 1998-02-13 06:33:16 +00:00
isofs/cd9660 Staticize. 1998-02-09 06:11:36 +00:00
kern Make NO_LKM a new-style option. 1998-02-12 18:02:07 +00:00
libkern Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
miscfs Deleted unused variable. 1998-02-10 08:04:31 +00:00
modules Back out opt_diagnostic.h changes. 1998-02-06 23:54:27 +00:00
msdosfs Staticize. 1998-02-09 06:11:36 +00:00
net Staticize. 1998-02-09 06:11:36 +00:00
netatalk Staticize. 1998-02-09 06:11:36 +00:00
netinet Replace non-existent ip_forwarding with ipforwarding 1998-02-12 03:37:45 +00:00
netipx Staticize. 1998-02-09 06:11:36 +00:00
netkey
netnatm Staticize. 1998-02-09 06:11:36 +00:00
netns Make INET a proper option. 1998-01-08 23:42:31 +00:00
nfs Staticize. 1998-02-09 06:11:36 +00:00
nfsclient Staticize. 1998-02-09 06:11:36 +00:00
nfsserver Staticize. 1998-02-09 06:11:36 +00:00
pc98 Sync with sys/i386/isa/syscons.c revision 1.251. 1998-02-12 08:16:34 +00:00
pccard - Removed typo in Copyright and added Id. 1998-02-07 20:41:20 +00:00
pci Staticize. (Diffs by me & and Simon in cooperation.) 1998-02-10 17:36:44 +00:00
powerpc/include
rpc
scsi Staticize. 1998-02-09 06:11:36 +00:00
sys Implement dladdr. 1998-02-06 16:46:46 +00:00
tools Use __inline instead of inline to prevent pedantic compiler warnings. 1997-12-19 23:25:16 +00:00
ufs Removed unnecessary dependencies on KERNEL and DIAGNOSTIC. This was 1998-02-13 00:20:36 +00:00
vm Staticize. 1998-02-09 06:11:36 +00:00
Makefile