FreeBSD Bugzilla – Attachment 175656 Details for
Bug 187015
agp(4): Panic make_dev_credv: bad si_name (error=17, si_name=agpgart)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Resolve agpgart naming conflict by adding unit numbers to the device files.
FreeBSD_10.3-RELEASE_intel-agpgart.patch (text/plain), 390 bytes, created by
dominik.muth
on 2016-10-12 11:06:49 UTC
(
hide
)
Description:
Resolve agpgart naming conflict by adding unit numbers to the device files.
Filename:
MIME Type:
Creator:
dominik.muth
Created:
2016-10-12 11:06:49 UTC
Size:
390 bytes
patch
obsolete
>--- /usr/src/sys/dev/agp/agp.c.orig 2016-03-25 02:09:38.000000000 +0100 >+++ /usr/src/sys/dev/agp/agp.c 2016-10-10 11:29:28.807659000 +0200 >@@ -250,7 +250,7 @@ > sc->as_nextid = 1; > > sc->as_devnode = make_dev(&agp_cdevsw, >- 0, UID_ROOT, GID_WHEEL, 0600, "agpgart"); >+ 0, UID_ROOT, GID_WHEEL, 0600, "agpgart%d", device_get_unit(dev)); > sc->as_devnode->si_drv1 = dev; > > return 0;
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 187015
:
145022
|
145023
|
175656
|
176606
|
204441