diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-06 08:57:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-06 08:57:35 +0000 |
commit | 676f87b92336f3b31fd629d3f628afd3414d0f12 (patch) | |
tree | aa5a9cb452a81f7226a55d6554adce918fcb64c0 /miscutils/Config.in | |
parent | b08e4c8c3109dc1602a326c4b69eb9c625b70255 (diff) | |
download | busybox-w32-676f87b92336f3b31fd629d3f628afd3414d0f12.tar.gz busybox-w32-676f87b92336f3b31fd629d3f628afd3414d0f12.tar.bz2 busybox-w32-676f87b92336f3b31fd629d3f628afd3414d0f12.zip |
Patch from Steven Scholz:
should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and
use it for "set" and "get" ???
Since although CONFIG_FEATURE_HDPARM_HDIO_GET_DMA is _not_ set I still
can use "hdparm -d 1 /dev/hda" to switch the DMA on.
Is this desireable or meant to be like that?
So how about the applied patch?
git-svn-id: svn://busybox.net/trunk/busybox@7173 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 0c56f0ee9..a994c5096 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -100,6 +100,14 @@ config CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF | |||
100 | and the '-b' option to get/set bus state. This is dangerous | 100 | and the '-b' option to get/set bus state. This is dangerous |
101 | stuff, so you should probably say N. | 101 | stuff, so you should probably say N. |
102 | 102 | ||
103 | config CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA | ||
104 | bool " get/set using_dma flag (DANGEROUS)" | ||
105 | default n | ||
106 | depends on CONFIG_HDPARM | ||
107 | help | ||
108 | Enables the 'hdparm -d' option to get/set using_dma flag. | ||
109 | This is dangerous stuff, so you should probably say N. | ||
110 | |||
103 | config CONFIG_MAKEDEVS | 111 | config CONFIG_MAKEDEVS |
104 | bool "makedevs" | 112 | bool "makedevs" |
105 | default n | 113 | default n |