Hi, I just updated my world to try kms which has recently been merged into stable. However I get this when kldload'ing i915kms: drmn0: <Intel SandyBridge (M)> on vgapci0 info: [drm] MSI enabled 1 message(s) error: [drm:pid1295:drm_load] *ERROR* Card isn't AGP, or couldn't initialize AGP. device_attach: drmn0 attach returned 12 CPU is this model: CPU: Intel(R) Xeon(R) CPU E31260L @ 2.40GHz (2400.07-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x206a7 Family = 6 Model = 2a Stepping = 7 Is this model supposed to work with the current code? Best regards Riggs
On Fri, Jun 22, 2012 at 07:44:52PM +0200, Thomas Zander wrote:> Hi, > > I just updated my world to try kms which has recently been merged into > stable. However I get this when kldload'ing i915kms: > > drmn0: <Intel SandyBridge (M)> on vgapci0 > info: [drm] MSI enabled 1 message(s) > error: [drm:pid1295:drm_load] *ERROR* Card isn't AGP, or couldn't > initialize AGP. > device_attach: drmn0 attach returned 12 > > CPU is this model: > > CPU: Intel(R) Xeon(R) CPU E31260L @ 2.40GHz (2400.07-MHz K8-class CPU) > Origin = "GenuineIntel" Id = 0x206a7 Family = 6 Model = 2a Stepping = 7 > > Is this model supposed to work with the current code?Show pciconf -lv output. Also show the dmesg from verbose boot. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20120622/e1c96369/attachment.pgp
On Fri, Jun 22, 2012 at 08:28:29PM +0200, Thomas Zander wrote:> Hello Konstantin,Do not strip lists from Cc:, I am not your tech support.> > On Fri, Jun 22, 2012 at 7:51 PM, Konstantin Belousov > <kostikbel@gmail.com> wrote: > >> CPU: Intel(R) Xeon(R) CPU E31260L @ 2.40GHz (2400.07-MHz K8-class CPU) > >> ? Origin = "GenuineIntel" ?Id = 0x206a7 ?Family = 6 ?Model = 2a ?Stepping = 7 > >> > >> Is this model supposed to work with the current code? > > > > Show pciconf -lv output. Also show the dmesg from verbose boot. > > Thank you for your quick response. Output is attached. > This is probably one of the relatively rarely sold CPUs, so I might > have an edge case here...Yes, indeed, this is something Intel calls 'SandyBridge server Integrated Graphics'. The device id is known to agp driver, but probably it failed to attach due to some (mis)interpretation of the state. Your dmesg is not complete, the hda output displaced the previous messages which contained the agp attach diagnostic. Take agp or hda out from kernel, and rerun the test. Or, increase MSGBUF_SIZE, see conf/NOTES for description. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20120622/270d41f6/attachment.pgp