diff options
| author | Xin LI <delphij@FreeBSD.org> | 2008-10-29 19:52:24 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2008-10-29 19:52:24 +0000 |
| commit | aab00a081b37872bfddb77d6732777cfb902a688 (patch) | |
| tree | a0d0fca37b39f937aa41a3d12bd60473387fecc6 | |
| parent | c6243679f3cfdd093d898284c9c29ac49e4d8e0c (diff) | |
Notes
| -rw-r--r-- | share/man/man4/ata.4 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4 index 342a6f28d408..34d782b7a9c8 100644 --- a/share/man/man4/ata.4 +++ b/share/man/man4/ata.4 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 31, 2008 +.Dd October 4, 2008 .Dt ATA 4 .Os .Sh NAME @@ -121,9 +121,9 @@ Cyrix 5530. .It HighPoint: HPT302, HPT366, HPT368, HPT370, HPT371, HPT372, HPT372N, HPT374. .It Intel: -6300ESB, 31244, PIIX, PIIX3, PIIX4, ESB2, ICH, ICH0, ICH2, ICH3, ICH4, ICH5, ICH6, ICH7, ICH8, ICH9. +6300ESB, 31244, PIIX, PIIX3, PIIX4, ESB2, ICH, ICH0, ICH2, ICH3, ICH4, ICH5, ICH6, ICH7, ICH8, ICH9, ICH10. .It ITE: -IT8211F, IT8212F. +IT8211F, IT8212F, IT8213F. .It JMicron: JMB360, JMB361, JMB363, JMB365, JMB366, JMB368. .It Marvell @@ -171,7 +171,8 @@ the driver has detected that the required 80 conductor cable is not present or could not be detected properly, or that one of the devices on the channel only accepts up -to UDMA2/ATA33. The +to UDMA2/ATA33. +The .Va hw.ata.ata_dma_check_80pin tunable can be set to 0 to disable this check. .Pp |
