FreeBSD Bugzilla – Attachment 255330 Details for
Bug 282860
Kernel panic at boot on intel i9-7980XE / asus prime x299-A rev1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
debug prints
diff (text/plain), 423 bytes, created by
Mark Johnston
on 2024-11-20 20:23:21 UTC
(
hide
)
Description:
debug prints
Filename:
MIME Type:
Creator:
Mark Johnston
Created:
2024-11-20 20:23:21 UTC
Size:
423 bytes
patch
obsolete
>diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c >index 2dbe1072aa83..6d1531fe218d 100644 >--- a/sys/kern/subr_bus.c >+++ b/sys/kern/subr_bus.c >@@ -3418,8 +3418,10 @@ bus_generic_probe(device_t dev) > */ > if (dl->pass > bus_current_pass) > continue; >+ printf("%s:%d %s\n", __func__, __LINE__, dl->driver->name); > DEVICE_IDENTIFY(dl->driver, dev); > } >+ printf("%s:%d\n", __func__, __LINE__); > > 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 282860
:
255299
|
255308
|
255309
|
255310
|
255311
|
255312
|
255313
|
255329
|
255330
|
255331
|
255332
|
255333
|
255337
|
255354
|
255357