amd64/67745: boot fails on compaq presario r3000z
Andrew Lankford
andrew.lankford at verizon.net
Wed Aug 11 18:20:26 PDT 2004
The following reply was made to PR amd64/67745; it has been noted by GNATS.
From: Andrew Lankford <andrew.lankford at verizon.net>
To: <freebsd-gnats-submit at FreeBSD.org>
Cc: <scottl at freebsd.org>, <newntrbr at ucla.edu>
Subject: Re: amd64/67745: boot fails on compaq presario r3000z
Date: Wed, 11 Aug 2004 20:19:34 -0500
Instead of totally disabling test_kbd_port and test_aux_port
completely with Jung-uk Kim's patch, Scott Long suggested
that I try removing one or two calls to test_kbd_port at a
time from atkbd.c. My first guess at the problem was the
first time test_kbd_port was called in probe_keyboard():
--- atkbd.c.old Tue Aug 10 22:40:35 2004
+++ atkbd.c Tue Aug 10 22:41:07 2004
@@ -1117,7 +1117,7 @@
* to set the command byte to particular values.
*/
test_controller(kbdc);
- test_kbd_port(kbdc);
+ //test_kbd_port(kbdc);
err = get_kbd_echo(kbdc);
This patch fixes my booting problems. Any problems with
test_aux_port have most likely already been fixed by a
recent commit.
Andrew Lankford
More information about the freebsd-amd64
mailing list