Re: removing the agp(4) driver

From: Tomoaki AOKI <junchoon_at_dec.sakura.ne.jp>
Date: Sun, 16 Mar 2025 17:59:09 UTC
On Sun, 16 Mar 2025 20:37:07 +0300
Artem Bunichev <tembun@bk.ru> wrote:

> >  This is due to
> > https://github.com/freebsd/drm-kmod/blob/master/drivers/gpu/drm/i915/i915_module.c#L156
> >  This should be under an #ifdef _i386_ as we only set CONFIG_AGP for
> > this arch, I'll commit something later today in all supported branches.
> 
> It's been a while, but as I can see, this piece of code is still _not_ under
> that #ifdef.  I want to ask, is it planned to be updated or not, because I
> basically have the same problem: my machine does _not_ have an AGP port, but
> i915kms refuses to work without agp(4) driver, so I have to compile it into
> the kernel to make it work.
> 
> Thank you,
> Artem.

Just a FYI:
It could be because even MINIMAL kernel configuration has

 device		agp		# support several AGP chipsets

line.

-- 
Tomoaki AOKI    <junchoon@dec.sakura.ne.jp>