i386/123820: 945GME no /dev/agpgart
shobaki sam
shsam at free.fr
Mon May 19 18:10:04 UTC 2008
The following reply was made to PR i386/123820; it has been noted by GNATS.
From: shobaki sam <shsam at free.fr>
To: bug-followup at FreeBSD.org, shsam at free.fr
Cc:
Subject: Re: i386/123820: 945GME no /dev/agpgart
Date: Mon, 19 May 2008 19:45:51 +0200
I managed to make that video chipset work with the last linux stable
kernel, and this line fixed the problem (fix found on some forums):
sed -i -e 's/#define IS_I945GM(dev) ((dev)->pci_device ==
0x27A2)/#define IS_I945GM(dev) ((dev)->pci_device == 0x27A2 || \\
\n (dev)->pci_device == 0x27AE)/'
drivers/char/drm/i915_drv.h
Tried to make this with the FreeBSD kernel adding a line to drm_pciids.h
resulted in the error posted in my report.
More information about the freebsd-i386
mailing list