Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153398212
D19369.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
732 B
Referenced Files
None
Subscribers
None
D19369.diff
View Options
Index: head/sys/dev/isp/isp_pci.c
===================================================================
--- head/sys/dev/isp/isp_pci.c
+++ head/sys/dev/isp/isp_pci.c
@@ -931,6 +931,15 @@
return (0);
bad:
+ if (isp->isp_osinfo.fw == NULL && !IS_26XX(isp)) {
+ /*
+ * Failure to attach at boot time might have been caused
+ * by a missing ispfw(4). Except for for 16Gb adapters,
+ * there's no loadable firmware for them.
+ */
+ isp_prt(isp, ISP_LOGWARN, "See the ispfw(4) man page on "
+ "how to load known good firmware at boot time");
+ }
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, Apr 21, 10:34 PM (8 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31937070
Default Alt Text
D19369.diff (732 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