From owner-freebsd-current@FreeBSD.ORG Wed Aug 13 06:16:06 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D9F37B401 for ; Wed, 13 Aug 2003 06:16:06 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE2843F85 for ; Wed, 13 Aug 2003 06:16:05 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9) id h7DDG47P025496; Wed, 13 Aug 2003 15:16:04 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200308131316.h7DDG47P025496@spider.deepcore.dk> In-Reply-To: <20030813150227.B575@korben.in.tern> To: Lukas Ertl Date: Wed, 13 Aug 2003 15:16:04 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 cc: freebsd-current@FreeBSD.ORG Subject: Re: driver maintainers, please help X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 13:16:07 -0000 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