Laptop and live cd
Simon 'corecode' Schubert
corecode at fs.ei.tum.de
Sun Dec 26 21:53:12 PST 2004
On Sunday, 26. December 2004 22:28, Bryan Berch wrote:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=amd64/67745
>
> If I knew enough on how to put that in an iso I would have tried it to
> see if it works. Hope this info can help solve the problem. Best I can
> do. More than happy to test a live cd to see if it works.
fyi to keep people from reading the whole thread, the patch bryan is talking
about should be this:
---8<----
From: Andrew Lankford <andrew.lankford at xxxxxxxxxxx>
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
----8<----
unless i'm mistaken we don't support dynamic load-time flags, do we? jhb got a
more streamlined patch for that too in the same thread.
cheers
simon
--
/"\
\ /
\ ASCII Ribbon Campaign
/ \ Against HTML Mail and News
Attachment:
pgp00012.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00012.pgp
Type: application/octet-stream
Size: 187 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20041226/f7c1ef21/attachment-0021.obj>
More information about the Users
mailing list