From owner-freebsd-current@FreeBSD.ORG Wed Aug 13 07:18:35 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 C26B337B401 for ; Wed, 13 Aug 2003 07:18:35 -0700 (PDT) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id C2F8643FB1 for ; Wed, 13 Aug 2003 07:18:34 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: (qmail 26404 invoked by uid 1002); 13 Aug 2003 14:18:33 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 13 Aug 2003 14:18:33 -0000 Message-ID: <3F3A48B5.9010401@freebsd.org> Date: Wed, 13 Aug 2003 08:18:29 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Petri Helenius References: <02b701c360de$ed311950$812a40c1@PETEX31> <20030812161353.F85404@carver.gumbysoft.com> <3F399A8A.8070605@freebsd.org> <03d101c3616a$982476a0$812a40c1@PETEX31> In-Reply-To: <03d101c3616a$982476a0$812a40c1@PETEX31> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: pci configuration 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 14:18:36 -0000 Petri Helenius wrote: >>I'm not aware of any registers in the standard PCI config space that >>will tell you the speed of the bus. Some PCI devices will make that >>information available, but not in a standard way. The BIOS of some >>higher-end systems might also tell you this information. >> > > How about the busmaster parameters like PCI latency timer, etc? > > Pete > > True, those parameters are available, but the original question was about reporting the bus width and frequency, which are not available. Scott