FreeBSD Bugzilla – Attachment 197497 Details for
Bug 231625
[patch] provide MODULE_PNP_INFO() for iwm(4)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
add MODULE_PNP_INFO() to iwm(4)
pr231625.diff (text/plain), 558 bytes, created by
Yuri Pankov
on 2018-09-25 18:17:26 UTC
(
hide
)
Description:
add MODULE_PNP_INFO() to iwm(4)
Filename:
MIME Type:
Creator:
Yuri Pankov
Created:
2018-09-25 18:17:26 UTC
Size:
558 bytes
patch
obsolete
>diff --git a/sys/dev/iwm/if_iwm.c b/sys/dev/iwm/if_iwm.c >index 9daa85257ac9..30ca77516cec 100644 >--- a/sys/dev/iwm/if_iwm.c >+++ b/sys/dev/iwm/if_iwm.c >@@ -6460,6 +6460,8 @@ static driver_t iwm_pci_driver = { > static devclass_t iwm_devclass; > > DRIVER_MODULE(iwm, pci, iwm_pci_driver, iwm_devclass, NULL, NULL); >+MODULE_PNP_INFO("U16:device;P:#;T:vendor=0x8086", pci, iwm_pci_driver, >+ iwm_devices, sizeof(iwm_devices[0]), nitems(iwm_devices)); > MODULE_DEPEND(iwm, firmware, 1, 1, 1); > MODULE_DEPEND(iwm, pci, 1, 1, 1); > MODULE_DEPEND(iwm, wlan, 1, 1, 1);
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 231625
:
197394
| 197497