Summary: | [kbd] [patch] Fix keyboard hang for IBM / Intel blade servers | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Devon H. O'Dell <dodell> | ||||
Component: | kern | Assignee: | Doug White <dwhite> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | 6.0-RELEASE | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Devon H. O'Dell
2006-03-22 06:50:09 UTC
Responsible Changed From-To: freebsd-bugs->dwhite Taking State Changed From-To: open->feedback Committed, thanks! dwhite 2006-09-22 01:05:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/atkbdc atkbdc.c Log: MFC rev 1.25: Avoid an infinite loop in empty_both_buffers() by adding a timeout. This helps systems that don't actually have atkbd controllers, such as the Intel SBX82 blade, boot without device.hints hacks. PR: 94822 Submitted by: Devon H. O'Dell <devon.odell@coyotepoint.com> Approved by: re Revision Changes Path 1.21.2.2 +11 -0 src/sys/dev/atkbdc/atkbdc.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed MFC completed. This change will be present in 6.2-R. |