Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2004 01:20:26 GMT
From:      Andrew Lankford <andrew.lankford@verizon.net>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/67745: boot fails on compaq presario r3000z
Message-ID:  <200408120120.i7C1KQvM011668@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/67745; it has been noted by GNATS.

From: Andrew Lankford <andrew.lankford@verizon.net>
To: <freebsd-gnats-submit@FreeBSD.org>
Cc: <scottl@freebsd.org>, <newntrbr@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
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408120120.i7C1KQvM011668>