FreeBSD Bugzilla – Attachment 81101 Details for
Bug 116169
[PATCH] acpi_ibm => psm0 not found problem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 657 bytes, created by
igor
on 2007-09-06 22:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
igor
Created:
2007-09-06 22:40:01 UTC
Size:
657 bytes
patch
obsolete
>--- /usr/src/sys/dev/acpi_support/acpi_ibm.c.orig 2007-09-06 22:19:39.000000000 +0100 >+++ /usr/src/sys/dev/acpi_support/acpi_ibm.c 2007-09-06 22:20:27.000000000 +0100 >@@ -317,7 +317,7 @@ > > device_set_desc(dev, "IBM ThinkPad ACPI Extras"); > >- return (0); >+ return (BUS_PROBE_LOW_PRIORITY); > } > > static int >--- /usr/src/sys/dev/atkbdc/psm.c.orig 2007-09-06 22:20:13.000000000 +0100 >+++ /usr/src/sys/dev/atkbdc/psm.c 2007-09-06 22:21:15.000000000 +0100 >@@ -1254,7 +1254,7 @@ > /* done */ > kbdc_set_device_mask(sc->kbdc, mask | KBD_AUX_CONTROL_BITS); > kbdc_lock(sc->kbdc, FALSE); >- return (0); >+ return (BUS_PROBE_DEFAULT); > } > > static 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 116169
: 81101