diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-06-10 13:38:40 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-06-10 13:38:40 +0000 |
commit | eff86e03a92c81d62eb613a4bfb8a27050e82774 (patch) | |
tree | ab62690bb97710206699d26d477446895f363f93 /share | |
parent | 84a2d255387b26e1046c40c744b966636ed8f103 (diff) | |
download | FreeBSD-src-eff86e03a92c81d62eb613a4bfb8a27050e82774.zip FreeBSD-src-eff86e03a92c81d62eb613a4bfb8a27050e82774.tar.gz |
Fix alphabetical ordering of supported ATA-chipsets.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ata.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4 index fab1bf6..61617f7 100644 --- a/share/man/man4/ata.4 +++ b/share/man/man4/ata.4 @@ -77,6 +77,10 @@ The currently supported controllers with their maximum speed include: Ultra DMA 33 (UDMA2), 33 MB/sec .It AMD 756 Ultra DMA 66 (UDMA4), 66 MB/sec +.It CMD 646 +DMA 2 (WDMA2), 16 MB/sec +.It Cypress 82C693 +DMA 2 (WDMA2), 16 MB/sec .It HighPoint HPT366 Ultra DMA 66 (UDMA4), 66 MB/sec .It Intel PIIX @@ -101,10 +105,6 @@ Ultra DMA 33 (UDMA2), 33 MB/sec Ultra DMA 33 (UDMA2), 33 MB/sec .It VIA 82C686 Ultra DMA 66 (UDMA4), 66 MB/sec -.It CMD 646 -DMA 2 (WDMA2), 16 MB/sec -.It Cypress 82C693 -DMA 2 (WDMA2), 16 MB/sec .El .Pp All unknown chipsets can be supported at the maximum speed of 16 MB/sec. |