[Fai-commit] r3112 - in people/h01ger/fai-kernels: . debian

fai-repository at svn.debian.org fai-repository at svn.debian.org
Sun Nov 27 01:15:31 UTC 2005


Author: h01ger-guest
Date: 2005-11-27 01:15:30 +0000 (Sun, 27 Nov 2005)
New Revision: 3112

Modified:
   people/h01ger/fai-kernels/debian/changelog
   people/h01ger/fai-kernels/kernel-config-2.6.amd64
   people/h01ger/fai-kernels/kernel-config-2.6.i386
Log:
- added support for Fusion MPT in 2.6 on i386 and amd64


Modified: people/h01ger/fai-kernels/debian/changelog
===================================================================
--- people/h01ger/fai-kernels/debian/changelog	2005-11-27 00:50:37 UTC (rev 3111)
+++ people/h01ger/fai-kernels/debian/changelog	2005-11-27 01:15:30 UTC (rev 3112)
@@ -3,7 +3,8 @@
   * added build-depends on gcc-3.3 (closes: #340884)
   * reenabled serial console on 2.6 on i386 (closes: #296932) and also on
     powerpc and amd64 as well as on 2.4 on powerpc
-     
+  * added support for Fusion MPT in 2.6 on i386 and amd64
+
  -- Holger Levsen <debian at layer-acht.org>  Sat, 26 Nov 2005 11:13:16 +0000
 
 fai-kernels (1.10) unstable; urgency=low

Modified: people/h01ger/fai-kernels/kernel-config-2.6.amd64
===================================================================
--- people/h01ger/fai-kernels/kernel-config-2.6.amd64	2005-11-27 00:50:37 UTC (rev 3111)
+++ people/h01ger/fai-kernels/kernel-config-2.6.amd64	2005-11-27 01:15:30 UTC (rev 3112)
@@ -377,11 +377,11 @@
 #
 # Fusion MPT device support
 #
-CONFIG_FUSION=m
-CONFIG_FUSION_BOOT=m
+CONFIG_FUSION=y
+CONFIG_FUSION_BOOT=y
 CONFIG_FUSION_MAX_SGE=40
 # CONFIG_FUSION_ISENSE is not set
-CONFIG_FUSION_CTL=m
+CONFIG_FUSION_CTL=y
 CONFIG_FUSION_LAN=m
 
 #

Modified: people/h01ger/fai-kernels/kernel-config-2.6.i386
===================================================================
--- people/h01ger/fai-kernels/kernel-config-2.6.i386	2005-11-27 00:50:37 UTC (rev 3111)
+++ people/h01ger/fai-kernels/kernel-config-2.6.i386	2005-11-27 01:15:30 UTC (rev 3112)
@@ -618,10 +618,12 @@
 #
 # Fusion MPT device support
 #
-# CONFIG_FUSION is not set
-# CONFIG_FUSION_SPI is not set
-# CONFIG_FUSION_FC is not set
-# CONFIG_FUSION_SAS is not set
+CONFIG_FUSION=y
+CONFIG_FUSION_BOOT=y
+CONFIG_FUSION_MAX_SGE=40
+# CONFIG_FUSION_ISENSE is not set
+CONFIG_FUSION_CTL=y
+CONFIG_FUSION_LAN=m
 
 #
 # IEEE 1394 (FireWire) support




More information about the Fai-commit mailing list