summaryrefslogtreecommitdiffstats
path: root/sys/dev/ispfw/asm_1040.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r291188: Rip off target mode support for parallel SCSI QLogic adapters.mav2015-11-301-2072/+0
| | | | | | | Hacks to enable target mode there complicated code, while didn't really work. And for outdated hardware fixing it is not really interesting. Initiator mode tested with Qlogic 1080 adapter is still working fine.
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwaremjacob2006-07-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | loading for the QLogic cards. Because isp(4) exists before the root is mounted, it's not really possible for us to use the kernel's linker to load modules directly from disk- that's really too bad. However, the this is still a net win in in that the firmware has been split up on a per chip (and in some cases, functionality) basis, so the amount of stuff loaded *can* be substantially less than the 1.5MB of firmware images that ispfw now manages. That is, each specific f/w set is now also built as a module. For example, QLogic 2322 f/w is built as isp_2322.ko and Initiator/Target 1080 firmware is built as isp_1080_it.ko. For compatibility purposes (i.e., to perturb folks the least), we also still build all of the firmware as one ispfw.ko module. This allows us to let 'ispfw_LOAD' keep on working in existing loader.conf files. If you now want to strip this down to just the firmware for your h/w, you can then change loader.conf to load the f/w you specifically want. We also still allow for ispfw to be statically built (e.g., for PAE and sparc64). Future changes will look at f/w unloading and also role switching that then uses the kernel linker to load different ips f/w sets. MFC after: 2 months
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* update to latest and greatest f/wmjacob2001-02-111-3188/+3315
|
* Roll back target mode f/w to 7.55- 7.65 hangs when presented with amjacob2000-07-171-1967/+1855
| | | | | | | non-disconnecting command. Interestingly enough, of the other flavors of the 7.65 f/w (the dual-id and multi-id flavor)- the dual-id doesn't hang (they're also supposed to be the same except for supporting dual or multi-id capture!), but other things are questionable as well.
* Add in (separate files for different board's firmware) new files for ispfwmjacob2000-06-181-0/+3527
loadable module.
OpenPOWER on IntegriCloud