summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/aoe/status.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/aoe/status.sh b/Documentation/aoe/status.sh
index 6628116d4a9f..751f3be514b8 100644
--- a/Documentation/aoe/status.sh
+++ b/Documentation/aoe/status.sh
@@ -14,10 +14,6 @@ test ! -d "$sysd/block" && {
echo "$me Error: sysfs is not mounted" 1>&2
exit 1
}
-test -z "`lsmod | grep '^aoe'`" && {
- echo "$me Error: aoe module is not loaded" 1>&2
- exit 1
-}
for d in `ls -d $sysd/block/etherd* 2>/dev/null | grep -v p` end; do
# maybe ls comes up empty, so we use "end"
e2b'>Input: Fix fast scrolling scancodes in atkbd.cVojtech Pavlik2005-05-291-3/+3 | * Input: synaptics - reduce verboseness of synaptics driver - thereDmitry Torokhov2005-05-281-34/+5 | * Input: yet another model that does not play nicely when i8042 isDmitry Torokhov2005-05-281-0/+7 | * Input: automatically disable MUX mode on Toshiba Satellite P10Dmitry Torokhov2005-05-281-1/+10 | * Input: gunze - fix out-of-bound array access reported by Adrian Bunk.Dmitry Torokhov2005-05-281-2/+1 | * Input: Fix button mapping in joydev - BTN_TRIGGER was beingVojtech Pavlik2005-05-281-1/+1 | * Input: Workaround for Sunrex K8561 IR Keyboard/Mouse. The mouseVojtech Pavlik2005-05-281-1/+4 | * Input: Avoid double unregistering of i8042 PnP driver. This can happenKurt Garloff2005-05-281-2/+6 | * Input: Tone down the severity of a printk() in i386/ia64 arch codeDmitry Torokhov2005-05-281-1/+1 | * Input: Only write the CTR in i8042 resume function. Reading it isVojtech Pavlik2005-05-281-20/+28 | * Input: Remove (now) unused variable in i8042.cVojtech Pavlik2005-05-281-2/+0 | * Input: Add a missing KERN_INFO message designation, fix behaviorVojtech Pavlik2005-05-281-2/+2 | * Input:Adrian Bunk2005-05-281-20/+0 | * Input: Fix a warning in psmouse-base.cAndrew Morton2005-05-281-1/+1 * | [PATCH] input: Fix fast scrolling scancodes in atkbd.cVojtech Pavlik2005-05-281-3/+3 * | [PATCH] fix jumpy mouse cursor on consolePavel Machek2005-05-28