Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2004 13:02:56 -0800
From:      Arun Sharma <arun@freebsd.org>
To:        freebsd-amd64@freebsd.org
Subject:   Re: Enable the i810 driver?
Message-ID:  <20041229210256.GA798@sharma-home.net>
In-Reply-To: <20041229201725.GA68336@dragon.nuxi.com>
References:  <20041228233910.GA29072@sharma-home.net> <20041229073947.GA2780@dragon.nuxi.com> <20041229172345.GA32737@sharma-home.net> <20041229201725.GA68336@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Dec 29, 2004 at 12:17:25PM -0800, David O'Brien wrote:
> They are on-topic.
> 
> But my knowledge of the i810 video driver is that it is to drive the
> video on Intel's i810 and i815 Pentium-3 motherboards.  Those certainly
> can't accept an EM64T CPU.  So I'm puzzled what piece of hardware, in a
> platform that FreeBSD/AMD64 runs on, that could need this driver.
> 

The board in question is grantsdale (aka 915G):

http://www.intel.com/design/chipsets/915g/

> src/sys/conf/files.amd64 revision 1.46 removed pci/agp_i810.c under these
> assumptions.  Were they wrong and I should add pci/agp_i810.c back?

My understanding is that, this driver needs to be enhanced to support the
915G chipset:

#define CHIP_I810 0     /* i810/i815 */
#define CHIP_I830 1     /* 830M/845G */
#define CHIP_I855 2     /* 852GM/855GM/865G */

Also, agp_810.c may be a little bit of a misnomer for the file, given that
it seems to support other chipsets.

This is true of the xorg i810_drv.o as well. Even though the name suggests
only i810, it really supports a range of chipsets including the 915G:

http://cvs.freedesktop.org/xorg/xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c?rev=1.13&view=auto

	-Arun



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