search for: sysclock

Displaying 4 results from an estimated 4 matches for "sysclock".

2001 Mar 08
0
Timeserver Timezone Mismatch BUG?
...DT" (This aint in my /etc/profile and I can't find any solid documentation that tells me it needs to be there) I have installed xntp3-5_93-8mdk_i586.rpm, and would like to use xntpd with my hwclock set to UTC, but the only way I can get samba to pass the correct time is to set hwclock and sysclock to localtime, set UTC=true in the clock file and set no link between local time and any usr/share/zoneinfo files. If I set all config files the way they should be set, hwclock to UTC, clock [UTC=true, zone = America/Chicago], timezone [America/Chicago], localtime [ln to /usr/share/zoneinfo/America...
2001 Mar 08
0
Timeserver Timezone Mismatch -- BUG?
...T" (This aint in my /etc/profile and I can't find any solid documentation that tells me it needs to be there) I have installed xntp3-5_93-8mdk_i586.rpm, and would like to use xntpd with my hwclock set to UTC, but the only way I can get samba to pass the correct time is to set hwclock and sysclock to localtime, set UTC=true in the clock file and set no link between local time and any usr/share/zoneinfo files. If I set all config files the way they should be set, hwclock to UTC, clock [UTC=true, zone = America/Chicago], timezone [America/Chicago], localtime [ln to /usr/share/zoneinfo/America...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ta += mc_block_nr_bytes; } diff --git a/drivers/media/dvb-frontends/drxd_hard.c b/drivers/media/dvb-frontends/drxd_hard.c index 45f982863904..a7eb81df88c2 100644 --- a/drivers/media/dvb-frontends/drxd_hard.c +++ b/drivers/media/dvb-frontends/drxd_hard.c @@ -1620,11 +1620,10 @@ static int CorrectSysClockDeviation(struct drxd_state *state) case 6000000: bandwidth = DRXD_BANDWIDTH_6MHZ_IN_HZ; break; default: return -1; - break; } /* Compute new sysclock value sysClockFreq = (((incr + 2^23)*bandwidth)/2^21)/1000 */ incr += (1 << 23); diff --git a/drivers/medi...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...ta += mc_block_nr_bytes; } diff --git a/drivers/media/dvb-frontends/drxd_hard.c b/drivers/media/dvb-frontends/drxd_hard.c index 45f982863904..a7eb81df88c2 100644 --- a/drivers/media/dvb-frontends/drxd_hard.c +++ b/drivers/media/dvb-frontends/drxd_hard.c @@ -1620,11 +1620,10 @@ static int CorrectSysClockDeviation(struct drxd_state *state) case 6000000: bandwidth = DRXD_BANDWIDTH_6MHZ_IN_HZ; break; default: return -1; - break; } /* Compute new sysclock value sysClockFreq = (((incr + 2^23)*bandwidth)/2^21)/1000 */ incr += (1 << 23); diff --git a/drivers/medi...