NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-i386/44563: boot loader prompt doesn't read keyboard input on a MacBook1,1



The following reply was made to PR port-i386/44563; it has been noted by GNATS.

From: Jared McNeill <jmcneill%invisible.ca@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: port-i386-maintainer%netbsd.org@localhost, 
gnats-admin%netbsd.org@localhost, 
    netbsd-bugs%netbsd.org@localhost, Taylor R Campbell 
<campbell+netbsd%mumble.net@localhost>
Subject: Re: port-i386/44563: boot loader prompt doesn't read keyboard input
 on a MacBook1,1
Date: Tue, 15 Feb 2011 07:27:44 -0500 (EST)

 On Tue, 15 Feb 2011, David Laight wrote:
 > Hmmm... This shouldn't be needed, I can't remember if the bios call
 > congetc() does is expected to block or return -1 (or similar) to
 > indicate 'nothing available'.
 
 The patch is a workaround for a firmware bug.
 
 > In any case it is worth checking what the mbr code does.
 > Perhaps we should just directly read the ps2 keyboard uart!
 
 That might make things worse. It appears that USB legacy support isn't 
 enabled on these machines (keyboard doesn't work with 'boot -c'), so the 
 bios call is probably talking directly to the USB keyboard. If you spoke 
 ps2, you'd lose it completely!
 


Home | Main Index | Thread Index | Old Index