diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2001-07-14 19:41:16 +0000 |
commit | c1f3e4bf21571a88d4269a87f57e3e4ff2ba3ef6 (patch) | |
tree | fb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man4/ata.4 | |
parent | 52353da871a1c6308e9596c9fc75e374413a6ac4 (diff) |
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
Notes
Notes:
svn path=/head/; revision=79727
Diffstat (limited to 'share/man/man4/ata.4')
-rw-r--r-- | share/man/man4/ata.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4 index e173eedfe11f..06b04a25ff40 100644 --- a/share/man/man4/ata.4 +++ b/share/man/man4/ata.4 @@ -115,7 +115,7 @@ Ultra DMA 33 (UDMA2), 33 MB/sec Ultra DMA 66 (UDMA4), 66 MB/sec .It Promise Ultra/Fasttrak-100 Ultra DMA 100 (UDMA5), 100 MB/sec -.It ServerWorks ROSB4 +.It ServerWorks ROSB4 Ultra DMA 33 (UDMA2), 33 MB/sec .It SiS 5591 Ultra DMA 33 (UDMA2), 33 MB/sec @@ -186,7 +186,7 @@ to use a special 80 conductor cable, and the driver tries to determine if you have such a cable attached before setting UDMA4 mode. .Pp -The use of UDMA4(66MHz) and higher together with non-UDMA4 devices on +The use of UDMA4(66MHz) and higher together with non-UDMA4 devices on the same ATA channel is not recommended, unless they are run at the non-UDMA4 device's lower speed. The driver has been designed to handle that kind of setup but lots of |