| Summary: | Obsolete sysctls in manpage for ata(4) | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Michal Pasternak <doc> |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
On Sat, Jun 15, 2002 at 08:38:16PM -0000, Michal Pasternak wrote: > > >Number: 39343 > >Category: docs > >Synopsis: Obsolete sysctls in manpage for ata(4) this PR is a dup a PR #39202 and may be closed. ata(4) refer to sysctl(8) instead of atacontrol(8). http://www.FreeBSD.org/cgi/query-pr.cgi?pr=misc/39202 Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net State Changed From-To: open->closed I just closed misc/39202 which closes this issue. Thanks! |
Manpage for ata(4) gives false information about: ... To see the devices' current access modes, use the command line: sysctl hw.atamodes which results in the modes of the devices being displayed as a string like this: hw.atamodes: dma,pio,---,pio,dma,---,dma,---, (--- = no device) ... And such. My kernel config with ATA devices is considered proper. Fix: Someone with better ata knowledge should rewrite the manpage. How-To-Repeat: man 4 ata sysctl -a |grep hw.atamodes