FreeBSD Bugzilla – Attachment 241461 Details for
Bug 268393
system always reboots once from a powered off state
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
delay driver attach by 10 ms
delay-patch (text/plain), 399 bytes, created by
John Grafton
on 2023-04-13 17:52:54 UTC
(
hide
)
Description:
delay driver attach by 10 ms
Filename:
MIME Type:
Creator:
John Grafton
Created:
2023-04-13 17:52:54 UTC
Size:
399 bytes
patch
obsolete
>diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c >index 39b5d5398bb3..b53a8359a8b1 100644 >--- a/sys/dev/sound/pci/hda/hdac.c >+++ b/sys/dev/sound/pci/hda/hdac.c >@@ -1270,6 +1270,9 @@ hdac_attach(device_t dev) > "Uncacheable" : "PCIe snoop", vendor); > ); > >+ /* delay 10 ms */ >+ DELAY(10000); >+ > /* Allocate resources */ > result = hdac_mem_alloc(sc); > if (result != 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 268393
:
238814
|
238815
|
238816
|
238817
|
240519
|
240520
|
240521
|
240647
|
240800
|
240801
|
240909
|
240910
|
241040
|
241393
|
241394
|
241460
| 241461 |
241709
|
243289
|
243290
|
243291
|
244703