History log of /freebsd-10.0-release/sys/dev/ispfw/ispfw.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 204748 05-Mar-2010 sobomax

Don't spam dmesg with "registered firmware ..." when module is compiled
into kernel, unless there is a verbose boot flag set. There is no real
need to have this information printed.

MFC after: 1 week


# 196007 31-Jul-2009 mjacob

Add 8Gb card firmware. Update some 2Gb and 4Gb f/w sets.
Split 4Gb and 8Gb into pieces that can be either multi_id
capable or not.

Reviewed by: scottl, ken
Approved by: re


# 184830 10-Nov-2008 jkim

Make ispfw(4) play nice with individual firmware modules.

- Do not let individual KLD module unregister firmware image loaded by ispfw
or vice versa.
- Make 'kldunload ispfw' actually unregister all firmware images loaded by
ispfw, not just 'isp_1040'.
- Print which KLD module actually loaded the firmware image.
- Remove unused return value from do_load_fw() and do_unload_fw() and remove
duplicate sys/param.h while I am here.


# 165062 10-Dec-2006 mjacob

The MODULE_NAME should "ispfw" unless overriden, not "isp".


# 161647 26-Aug-2006 mjacob

Add QLogic 2400 (4Gb) firmware.


# 160212 09-Jul-2006 mjacob

Convert isp(4) and ispfw(4) to use firmware(9) to manage firmware
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


# 160079 03-Jul-2006 mjacob

Add 2322 firmware.


# 153083 04-Dec-2005 ru

Fix -Wunder and make the sbus code really compile only on sparc64.


# 140653 23-Jan-2005 mjacob

Remember to snag firmware for the DELL OEM (6312) card

MFC after: 2 days


# 132199 15-Jul-2004 phk

Do a pass over all modules in the kernel and make them return EOPNOTSUPP
for unknown events.

A number of modules return EINVAL in this instance, and I have left
those alone for now and instead taught MOD_QUIESCE to accept this
as "didn't do anything".


# 129879 30-May-2004 phk

Add missing <sys/module.h> includes


# 127276 21-Mar-2004 obrien

Fix $FreeBSD$.

Reported by: Daniel O'Connor <doconnor@gsoft.com.au>


# 119418 24-Aug-2003 obrien

Use __FBSDID().
Also some minor style cleanups.


# 104947 11-Oct-2002 mjacob

Know that a 10160 is the same as a 12160.

MFC after: 0 days


# 99752 10-Jul-2002 mjacob

Add SBus firmware (compiled in only for sparc systems).


# 92739 20-Mar-2002 alfred

Remove __P.


# 82687 31-Aug-2001 mjacob

Add 2300/2312 (2Gbit) firmware.


# 72345 11-Feb-2001 mjacob

update to latest and greatest f/w


# 66189 21-Sep-2000 mjacob

some copyright cleanups


# 66169 21-Sep-2000 mjacob

remove unneeded includes
(obtained from phk@freebsd.org)


# 62528 04-Jul-2000 mjacob

A side effect of new 12160 f/w- there is only one set whether target
mode enabled or not now (like the FC cards).


# 61765 18-Jun-2000 mjacob

Add in (separate files for different board's firmware) new files for ispfw
loadable module.