lkml.org 
[lkml]   [2012]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
SubjectAdd MODULE_ALIAS to autoload ipmi drivers on ACPI systems
From
The latest versions of the kernel drivers for ipmi can use ACPI to
determine the type of BMC device used in the system. The following
patch adds a module alias so that udev will autoload the ipmi_si
driver.

--- drivers/char/ipmi/ipmi_si_intf.c.orig 2012-07-26 09:18:58.000000000 -0500
+++ drivers/char/ipmi/ipmi_si_intf.c 2012-07-26 09:29:37.000000000 -0500
@@ -2267,6 +2267,8 @@ static struct pnp_driver ipmi_pnp_driver
.remove = __devexit_p(ipmi_pnp_remove),
.id_table = pnp_dev_table,
};
+
+MODULE_DEVICE_TABLE(pnp, pnp_dev_table);
#endif

#ifdef CONFIG_DMI

\
 
 \ /
  Last update: 2012-07-26 17:21    [W:0.023 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site