Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166887062
D19369.id54432.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
603 B
Referenced Files
None
Subscribers
None
D19369.id54432.diff
View Options
Index: sys/dev/isp/isp_pci.c
===================================================================
--- sys/dev/isp/isp_pci.c
+++ sys/dev/isp/isp_pci.c
@@ -931,6 +931,14 @@
return (0);
bad:
+ if (isp->isp_osinfo.fw == NULL) {
+ /*
+ * Failure to attach at boot time might have been caused
+ * by a missing ispfw(4).
+ */
+ isp_prt(isp, ISP_LOGWARN, "Consider adding ispfw_load=\"YES\""
+ " to loader.conf(5)");
+ }
for (i = 0; i < isp->isp_nirq; i++) {
(void) bus_teardown_intr(dev, pcs->irq[i].irq, pcs->irq[i].ih);
(void) bus_release_resource(dev, SYS_RES_IRQ, pcs->irq[i].iqd,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 1:12 PM (7 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36894046
Default Alt Text
D19369.id54432.diff (603 B)
Attached To
Mode
D19369: Make isp(4) suggest loading ispfw(4) when it fails to attach.
Attached
Detach File
Event Timeline
Log In to Comment