clock.outb.diff
| /usr/src1/sys/i386/isa/clock.c 16 Jan 2006 00:07:46 -0000 | ||
|---|---|---|
| 109 | 109 |
#endif |
| 110 | 110 | |
| 111 | 111 |
static uint8_t i8254_walltimer_sel; |
| 112 |
static uint16_t i8254_walltimer_cntr;
|
|
| 112 |
static uint32_t i8254_walltimer_cntr;
|
|
| 113 | 113 | |
| 114 | 114 |
int adjkerntz; /* local offset from GMT in seconds */ |
| 115 | 115 |
int disable_rtc_set; /* disable resettodr() if != 0 */ |