Commit 33abcc97 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] ide typo fixes #2

parent ed6989d9
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
* linux/drivers/ide/pci/cy82c693.c Version 0.40 Sep. 10, 2002 * linux/drivers/ide/pci/cy82c693.c Version 0.40 Sep. 10, 2002
* *
* Copyright (C) 1998-2000 Andreas S. Krebs (akrebs@altavista.net), Maintainer * Copyright (C) 1998-2000 Andreas S. Krebs (akrebs@altavista.net), Maintainer
* Copyright (C) 1998-2002 Andre Hedrick <andre@linux-ide.org>, Integrater * Copyright (C) 1998-2002 Andre Hedrick <andre@linux-ide.org>, Integrator
* *
* CYPRESS CY82C693 chipset IDE controller * CYPRESS CY82C693 chipset IDE controller
* *
* The CY82C693 chipset is used on Digital's PC-Alpha 164SX boards. * The CY82C693 chipset is used on Digital's PC-Alpha 164SX boards.
* Writting the driver was quite simple, since most of the job is * Writing the driver was quite simple, since most of the job is
* done by the generic pci-ide support. * done by the generic pci-ide support.
* The hard part was finding the CY82C693's datasheet on Cypress's * The hard part was finding the CY82C693's datasheet on Cypress's
* web page :-(. But Altavista solved this problem :-). * web page :-(. But Altavista solved this problem :-).
......
...@@ -166,7 +166,7 @@ static void hpt34x_tune_drive (ide_drive_t *drive, u8 pio) ...@@ -166,7 +166,7 @@ static void hpt34x_tune_drive (ide_drive_t *drive, u8 pio)
/* /*
* This allows the configuration of ide_pci chipset registers * This allows the configuration of ide_pci chipset registers
* for cards that learn about the drive's UDMA, DMA, PIO capabilities * for cards that learn about the drive's UDMA, DMA, PIO capabilities
* after the drive is reported by the OS. Initally for designed for * after the drive is reported by the OS. Initially for designed for
* HPT343 UDMA chipset by HighPoint|Triones Technologies, Inc. * HPT343 UDMA chipset by HighPoint|Triones Technologies, Inc.
*/ */
......
...@@ -447,7 +447,7 @@ static void hpt3xx_tune_drive (ide_drive_t *drive, u8 pio) ...@@ -447,7 +447,7 @@ static void hpt3xx_tune_drive (ide_drive_t *drive, u8 pio)
/* /*
* This allows the configuration of ide_pci chipset registers * This allows the configuration of ide_pci chipset registers
* for cards that learn about the drive's UDMA, DMA, PIO capabilities * for cards that learn about the drive's UDMA, DMA, PIO capabilities
* after the drive is reported by the OS. Initally for designed for * after the drive is reported by the OS. Initially for designed for
* HPT366 UDMA chipset by HighPoint|Triones Technologies, Inc. * HPT366 UDMA chipset by HighPoint|Triones Technologies, Inc.
* *
* check_in_drive_lists(drive, bad_ata66_4) * check_in_drive_lists(drive, bad_ata66_4)
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
*/ */
/* #define READ_PREFETCH 0 */ /* #define READ_PREFETCH 0 */
/* Uncommnent for disable read prefetch. /* Uncomment for disable read prefetch.
* There is some readprefetch capatibility in hdparm, * There is some readprefetch capatibility in hdparm,
* but when I type hdparm -P 1 /dev/hda, I got errors * but when I type hdparm -P 1 /dev/hda, I got errors
* and till reset drive is inaccessible. * and till reset drive is inaccessible.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment