FreeBSD Bugzilla – Attachment 43665 Details for
Bug 67745
boot fails on compaq presario r3000z
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
r3000z.diff
r3000z.diff (text/plain; charset="us-ascii"), 707 bytes, created by
Jung-uk Kim
on 2004-07-06 16:50:37 UTC
(
hide
)
Description:
r3000z.diff
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2004-07-06 16:50:37 UTC
Size:
707 bytes
patch
obsolete
>--- src/sys/dev/kbd/atkbdc.c.orig Fri Jul 2 11:16:41 2004 >+++ src/sys/dev/kbd/atkbdc.c Fri Jul 2 11:17:12 2004 >@@ -944,6 +944,7 @@ > int > test_kbd_port(KBDC p) > { >+#if 0 > int retry = KBD_MAXRETRY; > int again = KBD_MAXWAIT; > int c = -1; >@@ -965,11 +966,15 @@ > if (verbose || bootverbose) > log(LOG_DEBUG, "kbdc: TEST_KBD_PORT status:%04x\n", c); > return c; >+#else >+ return 0; >+#endif > } > > int > test_aux_port(KBDC p) > { >+#if 0 > int retry = KBD_MAXRETRY; > int again = KBD_MAXWAIT; > int c = -1; >@@ -991,6 +996,9 @@ > if (verbose || bootverbose) > log(LOG_DEBUG, "kbdc: TEST_AUX_PORT status:%04x\n", c); > return c; >+#else >+ return 0; >+#endif > } > > int
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 67745
:
43664
| 43665