From owner-freebsd-current@FreeBSD.ORG Wed Aug 13 06:23:51 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 B767C37B401 for ; Wed, 13 Aug 2003 06:23:51 -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 9755543F3F for ; Wed, 13 Aug 2003 06:23:50 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.9/8.12.9) id h7DDNnVu027190; Wed, 13 Aug 2003 15:23:49 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200308131323.h7DDNnVu027190@spider.deepcore.dk> In-Reply-To: <20030813152024.G575@korben.in.tern> To: Lukas Ertl Date: Wed, 13 Aug 2003 15:23:49 +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:23:52 -0000 It seems Lukas Ertl wrote: > On Wed, 13 Aug 2003, Soeren Schmidt wrote: > > > > *) 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. > > Thanks, Soren. > > > The ATA driver is in violent flux currently, but I will update the > > man page when I'm done with the changes.. > > So would you like to handle docs/55512 yourself? It will be dealt with when I'm done with these changes, so in a way yes... -Søren