Age | Commit message (Collapse) | Author |
|
used to store a per-device reset callback, for use in sbusreset(). Except
sbusreset() has never, ever, been used since Torek's sbus code went in.
Time to recycle those wasted bits.
|
|
- instead of queueing events each time the sense information changes,
only remember that the slot needs attention
- when processing a slot needing attention, decide what to do depending upon
its current sense information, rather than what it was when the change
was detected
- handle the ``only one sensor asserted'' state happening during slow
insertion or removal.
This makes the driver much more reactive to insertions and removals, and
also removes unnecessary attach/detach calls.
ok deraadt@
|
|
|
|
and for access to the pcmcia windows from the pcmcia drivers.
|
|
associate a name with each interrupt handler. This is not visible
outside the kernel (yet).
ok jason@
|
|
|
|
attachment routines for sparc and sparc64.
|