David Fries 0af80c04e2 ide: ide.c 'clear' fix, update "ide=nodma" documentation
Documentation/kernel-parameters.txt
- ide=nodma is no longer valid.

drivers/ide/Kconfig
- The module is ide-core.ko not ide.

drivers/ide/ide.c
- It took me a while to figure out what the arguments %d.%d:%d to nodma
  module parameter ment, so I added a comment to each.
- Added a comment to each of the sscanf lines.
- There is a bug, if j is 0 it would previously clear all the other bits
  except the current device, changed in three different places.
  mask &= (1 << i) should be mask &= ~(1 << i).

Signed-off-by: David Fries <david@fries.net>
[bart: s/disk/device/ in ide.c, beautify patch description]
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2009-02-25 20:28:21 +01:00
..
2009-01-06 17:20:52 +01:00
2009-01-06 17:20:55 +01:00
2009-01-06 17:20:52 +01:00
2009-02-02 20:12:23 +01:00
2009-01-06 17:20:52 +01:00
2009-01-19 13:46:56 +01:00
2008-11-27 12:38:11 +00:00
2009-01-06 17:20:53 +01:00
2008-11-09 21:35:36 +01:00
2009-01-06 17:20:53 +01:00
2009-01-14 19:19:04 +01:00
2008-07-23 19:55:57 +02:00
2009-01-06 17:20:56 +01:00
2009-01-06 17:20:52 +01:00
2008-11-02 21:40:08 +01:00
2008-12-28 20:00:03 +01:00
2009-02-02 20:12:23 +01:00
2009-01-06 17:20:52 +01:00
2009-01-06 17:21:01 +01:00
2008-10-26 09:35:05 -07:00
2009-01-06 17:20:52 +01:00
2009-01-06 17:20:52 +01:00
2009-01-14 19:19:03 +01:00
2009-01-06 17:20:52 +01:00
2009-01-06 17:20:52 +01:00
2009-01-06 17:20:52 +01:00