patch-2.1.107 linux/drivers/block/ht6560b.c

Next file: linux/drivers/block/loop.c
Previous file: linux/drivers/block/hd.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/drivers/block/ht6560b.c linux/drivers/block/ht6560b.c
@@ -30,7 +30,7 @@
  * of the value is the Active Time  (at). Minimum value 2 is the fastest and
  * the maximum value 15 is the slowest. Default values should be 15 for both.
  * So 0x24 means 2 for rt and 4 for at. Each of the drives should have
- * both values, and IDESETUP gives automatically rt=15 st=15 for cdroms or
+ * both values, and IDESETUP gives automatically rt=15 st=15 for CDROMs or
  * similar. If value is too small there will be all sorts of failures.
  *
  * Port 0x3e6 bit 0x20 sets these timings on/off. If 0x20 bit is set
@@ -103,7 +103,7 @@
  * Active Time for each drive. Smaller value gives higher speed.
  * In case of failures you should probably fall back to a higher value.
  *
- * Hopefully this example will make it clearer:
+ * Here's an example to make it clearer:
  *
  * DOS:    DEVICE=C:\bin\HTIDE\HTIDE.SYS /D0=2,4 /D1=4,5 /D2=10,10 /D3=15,15
  * Linux:  byte ht6560b_timings [][] = {{0x24, 0x45}, {0xaa, 0xff}};
@@ -198,7 +198,7 @@
 
 	if (pio == 255)  {	/* auto-tune */
 		if (drive->media != ide_disk)
-			pio = 0; /* some cdroms don't like fast modes (?) */
+			pio = 0; /* some CDROMs don't like fast modes (?) */
 		else
 			pio = ide_get_best_pio_mode(drive, pio, 5, NULL);
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov