[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:14987] Re: which pcmcia-source with kernel-2.2.5 on slink



From: Masato Taruishi <taru@debian.or.jp>
Subject: [debian-users:14904] Re: which pcmcia-source with kernel-2.2.5 on slink
Date: Sat, 24 Apr 1999 20:39:27 +0900
> メンテナは直したと思ってるようですが直ってないだけです。
> 前に修正パッチを作ったけど送るの忘れてました。
> パッチが手元にないので直す方法だけ示しとくと
> 原因は CONFIG_CARDBUS = "n" の作業をするのが遅いからという
> 事になります。
(略)

修正したところ、うまくコンパイルできるようになりました。ありがとう
ございます。最後にパッチをつけます。

# レポートも出さなきゃ。re-openってどうやるんだっけか…。
-- 
喜瀬“冬猫”浩@南国沖縄


−−−−−−−−−−−−−−−ここから−−−−−−−−−−−−−−−

--- Configure.original	Sun Apr 11 04:03:42 1999
+++ Configure	Mon Apr 26 17:54:48 1999
@@ -223,6 +223,14 @@
 ask_str "Compiler flags for debugging" PCDEBUG
 
 ask_bool "Build 'trusting' versions of card utilities" UNSAFE_TOOLS
+
+if [ "$CONFIG_PCI" != "y" -a "$CONFIG_CARDBUS" = "y" ] ; then
+    echo "Cardbus support requires kernel PCI BIOS support!"
+    echo "    Disabling Cardbus support."
+    CONFIG_CARDBUS="n"
+#    echo "    To fix, re-run 'make config' and disable Cardbus support."
+#    exit 1
+fi
 ask_bool "Include 32-bit (CardBus) card support" CONFIG_CARDBUS
 
 echo ""
@@ -415,14 +423,6 @@
 	ask_bool "/proc filesystem support" CONFIG_PROC_FS
 	;;
 esac
-
-if [ "$CONFIG_PCI" != "y" -a "$CONFIG_CARDBUS" = "y" ] ; then
-    echo "Cardbus support requires kernel PCI BIOS support!"
-    echo "    Disabling Cardbus support."
-    CONFIG_CARDBUS="n"
-#    echo "    To fix, re-run 'make config' and disable Cardbus support."
-#    exit 1
-fi
 
 ARCH=`uname -m`
 AFLAGS=