Date: Mon, 18 Jun 2001 02:52:26 +0200 From: Anton Berezin <tobez@FreeBSD.org> To: freebsd-current@FreeBSD.org Subject: Workaround for PS/2 mouse problems with recent -current Message-ID: <20010618025226.A3848@heechee.tobez.org>
next in thread | raw e-mail | index | archive | help
Commenting out hint.atkbd.0.* and hint.psm.0.* fixed the problem that others reported. Little investigation showed that the new resource_find() function in kern/subr_bus.c finds two atkbd0 and two psm0, one of each from kern_envp, and the other one from static_hints; no wildcard matches were involved. I'll leave the real solution for the more kernel-clueful here. \Anton. -- May the tuna salad be with you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010618025226.A3848>