|
|
| version 1.6, 2004/01/30 05:42:15 | version 1.7, 2004/02/06 15:26:20 |
|---|---|
| Line 185 ppsintr(void *arg) | Line 185 ppsintr(void *arg) |
| struct pps_data *sc = DEVTOSOFTC(ppsdev); | struct pps_data *sc = DEVTOSOFTC(ppsdev); |
| sysclock_t count; | sysclock_t count; |
| count = cputimer_get_count(); | count = cputimer_count(); |
| if (!(ppb_rstr(ppbus) & nACK)) | if (!(ppb_rstr(ppbus) & nACK)) |
| return; | return; |
| if (sc->pps.ppsparam.mode & PPS_ECHOASSERT) | if (sc->pps.ppsparam.mode & PPS_ECHOASSERT) |