Re: removing the agp(4) driver
- Reply: Tomoaki AOKI : "Re: removing the agp(4) driver"
- In reply to: Emmanuel Vadot : "Re: removing the agp(4) driver"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Mar 2025 17:37:07 UTC
> 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.