Enable the i810 driver?
Arun Sharma
arun at freebsd.org
Wed Dec 29 13:03:00 PST 2004
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
More information about the freebsd-amd64
mailing list