[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: oskit driver for i8042 keyboard controller
From: |
Thomas Bushnell, BSG |
Subject: |
Re: oskit driver for i8042 keyboard controller |
Date: |
08 Nov 2002 11:18:18 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Roland McGrath <roland@gnu.org> writes:
> In oskit-mach, we only probe on demand in device lookup, so you'd have to
> insert an early oskit_bus_probe (osenv_rootbus_getbus ()); call to see
> anything from oskit_dump_devices.
This is an interesting strategy. Long ago, I recall there being
devices on a Vax that you couldn't reliably probe this way, because
the bus could hang for several seconds during the probe for various
reasons.
It also prevents the auto-detection of interrupt number, doesn't it?
You'd have to turn off all other interrupts, and tickle the device.
- Re: oskit driver for i8042 keyboard controller, Marcus Brinkmann, 2002/11/06
- Re: oskit driver for i8042 keyboard controller, Marcus Brinkmann, 2002/11/07
- Re: oskit driver for i8042 keyboard controller, Roland McGrath, 2002/11/07
- Re: oskit driver for i8042 keyboard controller, Marcus Brinkmann, 2002/11/08
- Re: oskit driver for i8042 keyboard controller, Roland McGrath, 2002/11/08
- Re: oskit driver for i8042 keyboard controller,
Thomas Bushnell, BSG <=
- Re: oskit driver for i8042 keyboard controller, Roland McGrath, 2002/11/08
- Re: oskit driver for i8042 keyboard controller, Thomas Bushnell, BSG, 2002/11/09
- Re: oskit driver for i8042 keyboard controller, Roland McGrath, 2002/11/09
- Re: oskit driver for i8042 keyboard controller, Thomas Bushnell, BSG, 2002/11/09
- Re: oskit driver for i8042 keyboard controller, Roland McGrath, 2002/11/09
- Re: oskit driver for i8042 keyboard controller, Thomas Bushnell, BSG, 2002/11/09
- Re: oskit driver for i8042 keyboard controller, Roland McGrath, 2002/11/09
- Re: oskit driver for i8042 keyboard controller, Marcus Brinkmann, 2002/11/08
- Re: oskit driver for i8042 keyboard controller, Roland McGrath, 2002/11/08
- Re: oskit driver for i8042 keyboard controller, Marcus Brinkmann, 2002/11/08