- 論壇徽章:
- 0
|
6.2re光盤啟動支持sas的硬盤,只是還不能驅(qū)動qla2340卡
安裝時提示
isp0 0x2 command failing
在bsd郵件列表里找到一篇文章
It's failing to attach because there's no firmware loaded into SRAM for the
command to the ROM to execute (that's the 0x2 command failing).
It'd be nice if I had code in place that did the appropriate flash rom read
and hand loaded firmware from the flash rom if I wasn't downloading from
ispfw, but the stuff in flash rom is so unpredictable that I always say "load
the firmware from the kernel".
The reason this is a separate module is that it's big and won't fit on the
install floppy. Also, eventually, we'll be able to reclaim memory from modules
when we unload them. Next year, probably....
現(xiàn)在只要編譯一下內(nèi)核加入對光纖卡fw的支持
在config里開啟
device ispfw
ok!
現(xiàn)在能在新一些的機(jī)器設(shè)備上用freebsd做服務(wù)了,感覺不錯。
以前看好多人說不能在ibmx系列服務(wù)器順利安裝,現(xiàn)在可以了。 |
|