Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2008 18:10:03 GMT
From:      shobaki sam <shsam@free.fr>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/123820: 945GME no /dev/agpgart
Message-ID:  <200805191810.m4JIA3JC051150@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/123820; it has been noted by GNATS.

From: shobaki sam <shsam@free.fr>
To: bug-followup@FreeBSD.org,  shsam@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.
 



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