docs/55512: [PATCH] catch up ata(4) with hardware notes
Lukas Ertl
l.ertl at univie.ac.at
Tue Aug 12 23:00:38 UTC 2003
>Number: 55512
>Category: docs
>Synopsis: [PATCH] catch up ata(4) with hardware notes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Aug 12 16:00:35 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Lukas Ertl
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
Vienna University Computer Center
>Environment:
System: FreeBSD korben 5.1-CURRENT FreeBSD 5.1-CURRENT #24: Sat Aug 9 13:17:00 CEST 2003 le at korben:/usr/obj/usr/src/sys/KORBEN i386
>Description:
This one is the first of a series of patches I plan to submit to catch
up various driver man pages with what is listed in the hardware notes.
A word on SiS chipsets: there's really a *lot* of them, and it was
quite hard to find out which one supports which DMA mode. Three of them
were absolutely not to find on Google: 652, 751, and 752, so I made a
guess and put them amongst the UDMA5 chipsets. Please correct that if
somebody knows better.
>How-To-Repeat:
>Fix:
--- ata.4.diff begins here ---
Index: share/man/man4/ata.4
===================================================================
RCS file: /usr/local/bsdcvs/src/share/man/man4/ata.4,v
retrieving revision 1.34
diff -u -r1.34 ata.4
--- share/man/man4/ata.4 3 Dec 2002 20:18:01 -0000 1.34
+++ share/man/man4/ata.4 12 Aug 2003 22:44:14 -0000
@@ -105,12 +105,16 @@
Ultra DMA 66 (UDMA4), 66 MB/sec
.It AMD 766
Ultra DMA 100 (UDMA5), 100 MB/sec
+.It AMD 768
+Ultra DMA 100 (UDMA5), 100 MB/sec
.It Acard ATP850
Ultra DMA 33 (UDMA2), 33 MB/sec
.It Acard ATP860
Ultra DMA 66 (UDMA4), 66 MB/sec
.It Acard ATP865
Ultra DMA 133 (UDMA6), 133 MB/sec
+.It Cenatek Rocket Drive
+Ultra DMA 133 (UDMA6), 133 MB/sec
.It CMD 646
DMA 2 (WDMA2), 16 MB/sec
.It CMD 648
@@ -145,6 +149,16 @@
Ultra DMA 100 (UDMA5), 100 MB/sec
.It Intel ICH4
Ultra DMA 100 (UDMA5), 100 MB/sec
+.It nVidia nForce
+Ultra DMA 100 (UDMA5), 100 MB/sec
+.It nVidia nForce2
+Ultra DMA 133 (UDMA6), 133 MB/sec
+.It Promise OEM chip (pdc20265)
+Ultra DMA 100 (UDMA5), 100 MB/sec
+.It Promise OEM chip (pdc20269)
+Ultra DMA 133 (UDMA6), 133 MB/sec
+.It Promise SATA150 TX2/TX4
+Serial ATA/150, 150 MB/sec
.It Promise Ultra/Fasttrak-33
Ultra DMA 33 (UDMA2), 33 MB/sec
.It Promise Ultra/Fasttrak-66
@@ -155,12 +169,28 @@
Ultra DMA 100 (UDMA5), 100 MB/sec
.It Promise Ultra/Fasttrak-133 TX2/TX2000
Ultra DMA 133 (UDMA6), 133 MB/sec
+.It Promise Ultra-133 TX4000
+Ultra DMA 133 (UDMA6), 133 MB/sec
.It ServerWorks ROSB4
Ultra DMA 33 (UDMA2), 33 MB/sec
-.It ServerWorks CSB5
+.It ServerWorks CSB5, CSB6
Ultra DMA 100 (UDMA5), 100 MB/sec (depending on model, max stated at boot)
.It Sil 0680
Ultra DMA 133 (UDMA6), 133 MB/sec (depending on model, max stated at boot)
+.It SiS 540
+Ultra DMA 33 (UDMA2), 33 MB/sec
+.It SiS 530, 620, 630
+Ultra DMA 66 (UDMA4), 66 MB/sec
+.It SiS 550, 630S, 633, 635, 645
+Ultra DMA 100 (UDMA5), 100 MB/sec
+.It SiS 650, 652, 730, 733, 735
+Ultra DMA 100 (UDMA5), 100 MB/sec
+.It SiS 740, 745, 750, 751, 752
+Ultra DMA 100 (UDMA5), 100 MB/sec
+.It SiS 640, 645DX, 648, 651, 655
+Ultra DMA 133 (UDMA6), 133 MB/sec
+.It SiS 658, 746, 748, 755
+Ultra DMA 133 (UDMA6), 133 MB/sec
.It SiS 5591
Ultra DMA 100 (UDMA5), 100 MB/sec (depending on model, max stated at boot)
.It VIA 82C586
--- ata.4.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list