Date: Wed, 13 Aug 2003 15:16:04 +0200 (CEST) From: Soeren Schmidt <sos@spider.deepcore.dk> To: Lukas Ertl <l.ertl@univie.ac.at> Cc: freebsd-current@FreeBSD.ORG Subject: Re: driver maintainers, please help Message-ID: <200308131316.h7DDG47P025496@spider.deepcore.dk> In-Reply-To: <20030813150227.B575@korben.in.tern>
next in thread | previous in thread | raw e-mail | index | archive | help
It seems Lukas Ertl wrote:
> Hi there,
>
> this is a call for help from the various driver maintainers. In a recent
> discussion on -doc it has come out that several manpages are not in sync
> with what's listed in the 5.1 Hardware Notes, and I'm currently trying to
> update those manpages. Unfortunately, for some devices (especially older
> ones) I'd need some info that I just can't find on the web, so I hope some
> of the maintainers or authors can give me a hint (and of course anyone
> else who knows).
>
> What I would like to know so far:
>
> *) ata(4) - what are the supported UDMA levels for SiS 652, 751, and 752?
{ ATA_SIS652, 0x00, SIS_SOUTH, 0, ATA_UDMA6, "SiS 652" }
{ ATA_SIS751, 0x00, SIS_SOUTH, 0, ATA_UDMA6, "SiS 751" }
{ ATA_SIS752, 0x00, SIS_SOUTH, 0, ATA_UDMA6, "SiS 752" }
Or so it seems, it depends on the southbridge on the board, so this is
the max, but depending on the actual HW it can be UDMA5.
> Of course, it would be very helpful here if the driver maintainers could
> have a look at their manpages and compare them to the Hardware Notes and
> catch up with what isn't in the respective man page.
The ATA driver is in violent flux currently, but I will update the
man page when I'm done with the changes..
-Søren
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308131316.h7DDG47P025496>
