aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-20 13:44:50 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-20 13:44:50 +0000
commit3c96d0258c4f3321a8fef850587f55ff56032860 (patch)
tree6a16ebb4d5395b05b2dc213f804e9148f408bf14 /include
parent0f3a580c4fec98bd4612dce4d77a9ac53a669fd3 (diff)
downloadbusybox-3c96d0258c4f3321a8fef850587f55ff56032860.tar.gz
hdparm: do not lie about supporting -q (quiet)
hdparm: interpret_standby() shrink hdparm: make HDIO_GET/SET_QDMA #ifdef more complete (by Joe Krahn <krahn AT niehs.nih.gov>) function old new delta packed_usage 23798 23776 -22 process_dev 5342 5315 -27
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index ad9009763..aa1b8b6da 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1415,7 +1415,7 @@
"\n -n Get/set ignore-write-errors flag (0/1)" \
"\n -p Set PIO mode on IDE interface chipset (0,1,2,3,4,...)" \
"\n -P Set drive prefetch count" \
- "\n -q Change next setting quietly" \
+/* "\n -q Change next setting quietly" - not supported ib bbox */ \
"\n -Q Get/set DMA tagged-queuing depth (if supported)" \
"\n -r Get/set readonly flag (DANGEROUS to set)" \
USE_FEATURE_HDPARM_HDIO_SCAN_HWIF( \