FreeBSD Bugzilla – Attachment 241194 Details for
Bug 270509
Various x11-drivers/xf86-video drivers erroneously assume that no kernel driver will attach to graphics cards (need local patches)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Hack to delete the call to pci_device_has_kernel_driver(dev)
patch-vesa.c (text/plain), 540 bytes, created by
George Mitchell
on 2023-03-29 23:04:30 UTC
(
hide
)
Description:
Hack to delete the call to pci_device_has_kernel_driver(dev)
Filename:
MIME Type:
Creator:
George Mitchell
Created:
2023-03-29 23:04:30 UTC
Size:
540 bytes
patch
obsolete
>--- /dev/null 2023-03-29 18:58:54.665407000 -0400 >+++ x11-drivers/xf86-video-vesa/files/patch-vesa.c 2023-03-29 18:53:26.994527000 -0400 >@@ -0,0 +1,15 @@ >+--- src/vesa.c.orig 2020-09-10 18:04:05.000000000 -0400 >++++ src/vesa.c 2023-03-29 18:51:06.019095000 -0400 >+@@ -464,10 +464,12 @@ >+ if (pScrn != NULL) { >+ VESAPtr pVesa; >+ >++/* >+ if (pci_device_has_kernel_driver(dev)) { >+ ErrorF("vesa: Ignoring device with a bound kernel driver\n"); >+ return FALSE; >+ } >++*/ >+ >+ pVesa = VESAGetRec(pScrn); >+ VESAInitScrn(pScrn);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270509
:
241194
|
241202