Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158868260
D19369.id55540.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
717 B
Referenced Files
None
Subscribers
None
D19369.id55540.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,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
Mon, Jun 8, 1:57 AM (16 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33804856
Default Alt Text
D19369.id55540.diff (717 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