Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/dev/atkbdc/atkbdc.c 92661 2002-03-19 10:53:33Z peter $
---
> * $FreeBSD: head/sys/dev/atkbdc/atkbdc.c 93279 2002-03-27 13:16:11Z murray $
222c222
< * The device driver which utilizes the `kbdio' module are assumed to
---
> * The device drivers which utilize the `kbdio' module are assumed to
225c225
< * b. Timeout routines which may briefly polls the keyboard controller.
---
> * b. Timeout routines which may briefly poll the keyboard controller.
244,245c244,245
< * interruption is OK so long as the timeout routine observes the
< * the rule 4 below.
---
> * interruption is OK so long as the timeout routine observes
> * rule 4 below.
247,249c247,249
< * across more than one interrupt or timeout; they must complete
< * necessary I/O operation within one invokation of the routine.
< * This measns that if the timeout routine acquires the lock flag,
---
> * across more than one interrupt or timeout; they must complete any
> * necessary I/O operation within one invocation of the routine.
> * This means that if the timeout routine acquires the lock flag,