Bug 23692

Summary: GENERIC kernel config on 4.2 changes default keyboard detection
Product: Base System Reporter: adam <adam>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   

Description adam 2000-12-20 16:20:01 UTC
FreeBSD 4.2 reverses the default keyboard determination - 
i.e. it forces detection of a keyboard, where the default 
used to be to assume one was present. this is very bad if
you have a rack full of servers that do not normally have
keyboards installed.

Fix: 

change 

  device         atkbd0  at atkbdc? irq 1 flags 0x1

to

  device          atkbd0  at atkbdc? irq 1
How-To-Repeat: build kernel. remove keyboard. reboot. cry.
Comment 1 iedowse freebsd_committer freebsd_triage 2001-11-18 19:27:58 UTC
State Changed
From-To: open->feedback


Is this still an issue with more recent releases?
Comment 2 iedowse freebsd_committer freebsd_triage 2002-06-02 11:51:28 UTC
State Changed
From-To: feedback->closed


Feedback timeout.