diff options
author | Jeff Mahoney <jeffm@suse.com> | 2005-07-06 15:26:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-06 12:55:20 -0700 |
commit | b5bf5b6786ccfc9e0c8801291f463d92c8e0b423 (patch) | |
tree | 2b398307b9d647f8f8902093f66ec20348727567 /drivers/macintosh/Makefile | |
parent | 5e6557722e69840506eb8bc5a1edcdb4e447a917 (diff) | |
download | kernel_samsung_smdk4412-b5bf5b6786ccfc9e0c8801291f463d92c8e0b423.zip kernel_samsung_smdk4412-b5bf5b6786ccfc9e0c8801291f463d92c8e0b423.tar.gz kernel_samsung_smdk4412-b5bf5b6786ccfc9e0c8801291f463d92c8e0b423.tar.bz2 |
[PATCH] openfirmware: add sysfs nodes for open firmware devices
This adds sysfs nodes that the hotplug userspace can use to load the
appropriate modules.
In order for hotplug to work with macio devices, patches to
module-init-tools and hotplug must be applied. Those patches are
available at:
ftp://ftp.suse.com/pub/people/jeffm/linux/macio-hotplug/
Changes: The previous versions were built on 2.6.12. 2.6.13-rcX introduced
a device_attribute parameter to the show functions. Since that
parameter was treated as the output buffer, memory corruption would
result, causing Oopsen very quickly.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/macintosh/Makefile')
-rw-r--r-- | drivers/macintosh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/Makefile b/drivers/macintosh/Makefile index f5ae171..236291b 100644 --- a/drivers/macintosh/Makefile +++ b/drivers/macintosh/Makefile @@ -4,7 +4,7 @@ # Each configuration option enables a list of files. -obj-$(CONFIG_PPC_PMAC) += macio_asic.o +obj-$(CONFIG_PPC_PMAC) += macio_asic.o macio_sysfs.o obj-$(CONFIG_PMAC_MEDIABAY) += mediabay.o obj-$(CONFIG_MAC_EMUMOUSEBTN) += mac_hid.o |