Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: head/sys/dev/atkbdc/atkbd.c 147271 2005-06-10 20:56:38Z marius $");
---
> __FBSDID("$FreeBSD: head/sys/dev/atkbdc/atkbd.c 158041 2006-04-26 06:05:16Z sobomax $");
285,289c285,290
< /* probe the keyboard controller */
< atkbdc_configure();
<
< /* if the driver is disabled, unregister the keyboard if any */
< if (resource_disabled("atkbd", ATKBD_DEFAULT)) {
---
> /*
> * Probe the keyboard controller, if not present or if the driver
> * is disabled, unregister the keyboard if any.
> */
> if (atkbdc_configure() != 0 ||
> resource_disabled("atkbd", ATKBD_DEFAULT)) {