Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2007 23:31:15 +0400
From:      Vladimir Kuzmin <kuzminva@gmail.com>
To:        freebsd-mobile@freebsd.org
Subject:   Inspiron e1505: 6.2-Relese: agp.ko and acpi_video.ko are conflicted
Message-ID:  <45BE4B83.10706@gmail.com>

next in thread | raw e-mail | index | archive | help
FreeBSD 6.2-Release

video: Intel 945GM

I upgraded agp_i810.c that it support 945GM (/dev/agpgart)and found that there is no /dev/agpgart if I have added to loader.conf:

acpi_video_load="YES"


After investigations I found that if I build kernel without device agp "kldload agp.ko" does not create /dev/agpgart if agp_video.ko is loaded. If I unloaded agp_video.ko and then loaded agp.ko it works well ( it creates /dev/agpgart).

Attend that it works well also if I loaded agp.ko before and then video_acpi.ko. One thing which I do not understand - if kernel is built with device agp and I use acpi_video_load="YES" in loader.conf, should agp be loaded before acpi_video? If yes, why it does not work?

Thanks,
Vladimir Kuzmin 





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