Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 1998 23:53:21 +0200
From:      Stefan Esser <se@FreeBSD.ORG>
To:        "Greg A. Woods" <woods@zeus.leitch.com>, FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        freebsd-bugs@FreeBSD.ORG, Stefan Esser <se@FreeBSD.ORG>
Subject:   Re: kern/6481: Patches for VIA Socket 7 chipsets
Message-ID:  <19980505235321.27506@mi.uni-koeln.de>
In-Reply-To: <199805042240.SAA21126@brain.zeus.leitch.com>; from Greg A. Woods on Mon, May 04, 1998 at 06:40:55PM -0400
References:  <199805042240.SAA21126@brain.zeus.leitch.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1998-05-04 18:40 -0400, "Greg A. Woods" <woods@zeus.leitch.com> wrote:
> The following hunk of code (in sys/pci/pcisupport.c:chipset_probe() from
> 2.2.6) shows a bit more detail on the FIC PA-2012 motherboard w/VIA-VP3
> that we're testing....  Chip revision details were derived from the
> on-line datasheets at www.via.com.tw.  Seems a bit silly to do all this
> just for the probe messages, but it is kinda neat to see it all and know
> you've got what you think you have.  It might be nice if the probe
> message in which these strings appear used hex for the "rev" value too...

I'll look into this when I have some spare time.
There is code to print messages based on the contents
of arbitrary configuration registers (see what's done
for the Intel Saturn chip-set, for example, that's the
one I implemented the feature for, originally ...)

But in fact I think those register dumps should be 
moved out of the kernel and into a user-land program,
which accesses the configuration registers through the
ioctl interface (/dev/pci), see pciconf.

Regards, STefan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980505235321.27506>