The patch titled
IBM_ASM Kconfig corrections
has been added to the -mm tree. Its filename is
ibm_asm-kconfig-corrections.patch
Patches currently in -mm which might be from [EMAIL PROTECTED] are
remove-register_ioctl32_conversion-and-unregister_ioctl32_conversion.patch
fix-recursive-ipw2200-dependencies.patch
git-scsi-misc-drivers-scsi-chc-remove-devfs-stuff.patch
drivers-net-ne3210c-cleanups.patch
areca-raid-linux-scsi-driver-fix.patch
ibm_asm-kconfig-corrections.patch
kgdb-ga.patch
kgdb-x86_64-support.patch
make-page-becoming-writable-notification-a-vma-op-only-kafs-fix.patch
reiser4-kconfig-help-cleanup.patch
fuse-device-functions.patch
drivers-net-irda-irportc-cleanups.patch
drivers-net-sk98lin-possible-cleanups.patch
drivers-net-arcnet-possible-cleanups.patch
mm-mmapnommuc-several-unexports.patch
unexport-hugetlb_total_pages.patch
unexport-clear_page_dirty_for_io.patch
mm-filemapc-make-sync_page_range_nolock-static.patch
mm-filemapc-make-generic_file_direct_io-static.patch
mm-page_allocc-unexport-nr_swap_pages.patch
unexport-console_unblank.patch
mm-swapc-unexport-vm_acct_memory.patch
mm-swapfilec-unexport-total_swap_pages.patch
mm-swap_statec-unexport-swapper_space.patch
unexport-idle_cpu.patch
unexport-uts_sem.patch
__deprecated_for_modules-insert_resource.patch
__deprecated_for_modules-panic_timeout.patch
sound-oss-sequencer_syms-unexport-reprogram_timer.patch
From: Adrian Bunk <[EMAIL PROTECTED]>
This patch contains the following fixes:
- IBM_ASM must depend on PCI
- remove useless "default n"
- correct the URL to further information
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/misc/Kconfig | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff -puN drivers/misc/Kconfig~ibm_asm-kconfig-corrections drivers/misc/Kconfig
--- 25/drivers/misc/Kconfig~ibm_asm-kconfig-corrections Fri Jul 8 16:56:30 2005
+++ 25-akpm/drivers/misc/Kconfig Fri Jul 8 16:56:30 2005
@@ -6,8 +6,7 @@ menu "Misc devices"
config IBM_ASM
tristate "Device driver for IBM RSA service processor"
- depends on X86 && EXPERIMENTAL
- default n
+ depends on X86 && PCI && EXPERIMENTAL
---help---
This option enables device driver support for in-band access to the
IBM RSA (Condor) service processor in eServer xSeries systems.
@@ -22,7 +21,7 @@ config IBM_ASM
WARNING: This software may not be supported or function
correctly on your IBM server. Please consult the IBM ServerProven
- website <http://www.pc.ibm/ww/eserver/xseries/serverproven> for
+ website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for
information on the specific driver level and support statement
for your IBM server.
_
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html