FreeBSD Bugzilla – Attachment 240442 Details for
Bug 269849
Compile error for sys/dev/atkbdc/psm.c when specifying KBD_DELAY1 and/or KBD_DELAY2 in kernel configuration file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for sys/dev/atkbdc/psm.c ensuring KBD_DELAY1 and/or KBD_DELAY2 are defined as early as possible
sys_dev_atkbdc_psm.c.diff (text/plain), 287 bytes, created by
Trond Endrestøl
on 2023-02-27 10:11:57 UTC
(
hide
)
Description:
Patch for sys/dev/atkbdc/psm.c ensuring KBD_DELAY1 and/or KBD_DELAY2 are defined as early as possible
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2023-02-27 10:11:57 UTC
Size:
287 bytes
patch
obsolete
>diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c >index a308cc81cd3a..86560f7bc2dd 100644 >--- a/sys/dev/atkbdc/psm.c >+++ b/sys/dev/atkbdc/psm.c >@@ -62,6 +62,7 @@ > __FBSDID("$FreeBSD$"); > > #include "opt_isa.h" >+#include "opt_kbd.h" > #include "opt_psm.h" > #include "opt_evdev.h" >
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 269849
: 240442