History log of /src/sys/dev/microcode/isp |
Revision | Date | Author | Comments |
1.3 | 11-Apr-2001 |
jdolecek | Only install headers which are actually used by our userland. This saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@ recently.
I HOPE to get the list right. The headers I left in are ones used for MI tools and those whose usage I discovered by grep over tree sources. Feel free to put needed includes back in if you encounter anything which should not be removed from lists.
|
1.2 | 26-Aug-1999 |
mrg | branches: 1.2.2; 1.2.14; do not install these headers. they are large (~1.8M) and useless to userland.
|
1.1 | 12-Jun-1998 |
cgd | Rework the way kernel include files are installed. In the new method, as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allows more flexibility as to what gets installed, makes 'partial installs' easier, and gives us more options as to which machines' includes get installed at any given time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_ still supported, though at least one bug in the 'symlinks' case is fixed by this change. Include files can't be build before installation, so directories that have includes as targets (e.g. dev/pci) have to move those targets into a different Makefile.
|
1.2.14.1 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.2.2.1 | 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.6 | 11-Mar-2008 |
mjacob | Checkpoint of some fairly major isp(4) rototilling.
Reintroduce more of a 'channel' concept in preparation for NP-IV support. This gets rid of the chanA/chanB concept as the 2400 can have up to 128 virtual channels. Actually, with MID firmware you can also have the 2200 and 2300 support 'channels, but they do it with an FL-Port topology. Because FC cards can now have 'channels', just about every support function for fibre channel had to be redone to have a channel index as well. Rototill isp_ioctl.h for channel stuff as well.
Pick up a lot of work about fabric management (hopefully better) and keep work in place that will allow for dynamic attachment/detachment of devices (if I can figure out how to make the midlayer support it).
Merge the target code with external trees. Eventually it might even be sorted out on NetBSD.
Update some firmware stuff.
|
1.5 | 24-May-2007 |
mjacob | branches: 1.5.8; 1.5.24; 1.5.28; Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.
|
1.4 | 11-Dec-2005 |
christos | branches: 1.4.30; 1.4.32; merge ktrace-lwp.
|
1.3 | 27-Feb-2005 |
perry | branches: 1.3.4; nuke trailing whitespace
|
1.2 | 12-Feb-2001 |
mjacob | branches: 1.2.24; 1.2.32; 1.2.34; update to latest f/w
|
1.1 | 05-Jul-2000 |
mjacob | branches: 1.1.2; 1.1.4; split firmware into smaller files
|
1.1.4.3 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.4.2 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.1.4.1 | 05-Jul-2000 |
bouyer | file asm_1040.h was added on branch thorpej_scsipi on 2000-11-20 11:41:45 +0000
|
1.1.2.3 | 16-Mar-2001 |
he | Pull up revision 1.2 (requested by mjacob): Update to latest firmware.
|
1.1.2.2 | 28-Aug-2000 |
mjacob | Complete rewrite of internals for isp core version 2.0. Pullup to netbsd-1-5 approved by thorpej@netbsd.org.
|
1.1.2.1 | 05-Jul-2000 |
mjacob | file asm_1040.h was added on branch netbsd-1-5 on 2000-08-28 17:42:18 +0000
|
1.2.34.1 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.2.32.1 | 29-Apr-2005 |
kent | sync with -current
|
1.2.24.1 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.3.4.2 | 17-Mar-2008 |
yamt | sync with head.
|
1.3.4.1 | 03-Sep-2007 |
yamt | sync with head.
|
1.4.32.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.4.30.1 | 27-May-2007 |
ad | Sync with head.
|
1.5.28.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.5.24.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.5.8.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.6 | 11-Mar-2008 |
mjacob | Checkpoint of some fairly major isp(4) rototilling.
Reintroduce more of a 'channel' concept in preparation for NP-IV support. This gets rid of the chanA/chanB concept as the 2400 can have up to 128 virtual channels. Actually, with MID firmware you can also have the 2200 and 2300 support 'channels, but they do it with an FL-Port topology. Because FC cards can now have 'channels', just about every support function for fibre channel had to be redone to have a channel index as well. Rototill isp_ioctl.h for channel stuff as well.
Pick up a lot of work about fabric management (hopefully better) and keep work in place that will allow for dynamic attachment/detachment of devices (if I can figure out how to make the midlayer support it).
Merge the target code with external trees. Eventually it might even be sorted out on NetBSD.
Update some firmware stuff.
|
1.5 | 24-May-2007 |
mjacob | branches: 1.5.8; 1.5.24; 1.5.28; Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.
|
1.4 | 11-Dec-2005 |
christos | branches: 1.4.30; 1.4.32; merge ktrace-lwp.
|
1.3 | 27-Feb-2005 |
perry | branches: 1.3.4; nuke trailing whitespace
|
1.2 | 12-Feb-2001 |
mjacob | branches: 1.2.24; 1.2.32; 1.2.34; update to latest f/w
|
1.1 | 05-Jul-2000 |
mjacob | branches: 1.1.2; 1.1.4; split firmware into smaller files
|
1.1.4.3 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.4.2 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.1.4.1 | 05-Jul-2000 |
bouyer | file asm_1080.h was added on branch thorpej_scsipi on 2000-11-20 11:41:45 +0000
|
1.1.2.3 | 16-Mar-2001 |
he | Pull up revision 1.2 (requested by mjacob): Update to latest firmware.
|
1.1.2.2 | 28-Aug-2000 |
mjacob | Complete rewrite of internals for isp core version 2.0. Pullup to netbsd-1-5 approved by thorpej@netbsd.org.
|
1.1.2.1 | 05-Jul-2000 |
mjacob | file asm_1080.h was added on branch netbsd-1-5 on 2000-08-28 17:42:18 +0000
|
1.2.34.1 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.2.32.1 | 29-Apr-2005 |
kent | sync with -current
|
1.2.24.1 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.3.4.2 | 17-Mar-2008 |
yamt | sync with head.
|
1.3.4.1 | 03-Sep-2007 |
yamt | sync with head.
|
1.4.32.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.4.30.1 | 27-May-2007 |
ad | Sync with head.
|
1.5.28.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.5.24.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.5.8.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.8 | 11-Mar-2008 |
mjacob | Checkpoint of some fairly major isp(4) rototilling.
Reintroduce more of a 'channel' concept in preparation for NP-IV support. This gets rid of the chanA/chanB concept as the 2400 can have up to 128 virtual channels. Actually, with MID firmware you can also have the 2200 and 2300 support 'channels, but they do it with an FL-Port topology. Because FC cards can now have 'channels', just about every support function for fibre channel had to be redone to have a channel index as well. Rototill isp_ioctl.h for channel stuff as well.
Pick up a lot of work about fabric management (hopefully better) and keep work in place that will allow for dynamic attachment/detachment of devices (if I can figure out how to make the midlayer support it).
Merge the target code with external trees. Eventually it might even be sorted out on NetBSD.
Update some firmware stuff.
|
1.7 | 24-May-2007 |
mjacob | branches: 1.7.8; 1.7.24; 1.7.28; Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.
|
1.6 | 11-Dec-2005 |
christos | branches: 1.6.30; 1.6.32; merge ktrace-lwp.
|
1.5 | 27-Feb-2005 |
perry | branches: 1.5.4; nuke trailing whitespace
|
1.4 | 21-Jan-2004 |
briggs | branches: 1.4.8; 1.4.10; Updated firmware from QLogic via Matt Jacob (from his Jan 14 distribution). 12160 Firmware Version 10.04.41 (10:30 Mar 21, 2003) 2200 Firmware Version 2.02.06 (08:39 Jun 26, 2003) 2300 Firmware Version 3.02.15 (08:26 Jul 21, 2003) Matt's done some testing with it, and I've also tested on a very basic setup with a QLA 2310 and a tower of 4 FC drives. Unfortunately, there doesn't seem to be any change log for the firmware.
|
1.3 | 20-Oct-2001 |
mjacob | branches: 1.3.18; Update to latest 12160 initiator firmware.
|
1.2 | 12-Feb-2001 |
mjacob | branches: 1.2.2; 1.2.4; update to latest f/w
|
1.1 | 05-Jul-2000 |
mjacob | branches: 1.1.2; 1.1.4; split firmware into smaller files
|
1.1.4.3 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.4.2 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.1.4.1 | 05-Jul-2000 |
bouyer | file asm_12160.h was added on branch thorpej_scsipi on 2000-11-20 11:41:49 +0000
|
1.1.2.3 | 16-Mar-2001 |
he | Pull up revision 1.2 (requested by mjacob): Update to latest firmware.
|
1.1.2.2 | 28-Aug-2000 |
mjacob | Complete rewrite of internals for isp core version 2.0. Pullup to netbsd-1-5 approved by thorpej@netbsd.org.
|
1.1.2.1 | 05-Jul-2000 |
mjacob | file asm_12160.h was added on branch netbsd-1-5 on 2000-08-28 17:42:19 +0000
|
1.2.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.2.1 | 22-Oct-2001 |
nathanw | Catch up to -current.
|
1.3.18.4 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.3.18.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.3.18.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.3.18.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.4.10.1 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.4.8.1 | 29-Apr-2005 |
kent | sync with -current
|
1.5.4.2 | 17-Mar-2008 |
yamt | sync with head.
|
1.5.4.1 | 03-Sep-2007 |
yamt | sync with head.
|
1.6.32.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.6.30.1 | 27-May-2007 |
ad | Sync with head.
|
1.7.28.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.7.24.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.7.8.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.9 | 11-Mar-2008 |
mjacob | Checkpoint of some fairly major isp(4) rototilling.
Reintroduce more of a 'channel' concept in preparation for NP-IV support. This gets rid of the chanA/chanB concept as the 2400 can have up to 128 virtual channels. Actually, with MID firmware you can also have the 2200 and 2300 support 'channels, but they do it with an FL-Port topology. Because FC cards can now have 'channels', just about every support function for fibre channel had to be redone to have a channel index as well. Rototill isp_ioctl.h for channel stuff as well.
Pick up a lot of work about fabric management (hopefully better) and keep work in place that will allow for dynamic attachment/detachment of devices (if I can figure out how to make the midlayer support it).
Merge the target code with external trees. Eventually it might even be sorted out on NetBSD.
Update some firmware stuff.
|
1.8 | 24-May-2007 |
mjacob | branches: 1.8.8; 1.8.24; 1.8.28; Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.
|
1.7 | 11-Dec-2005 |
christos | branches: 1.7.30; 1.7.32; merge ktrace-lwp.
|
1.6 | 27-Feb-2005 |
perry | branches: 1.6.4; nuke trailing whitespace
|
1.5 | 02-May-2004 |
tls | branches: 1.5.4; 1.5.6; Revert ISP2100 firmware to Qlogic revision 1.19.16 (the version that shipped with NetBSD 1.5). With all newer versions available to us, we have seen some adapters crash -- and fail to respond to reset -- under certain heavy load conditions. This version appears stable under heavy load with the current driver on multiple systems on which we can reproduce the failure with newer versions.
|
1.4 | 18-Oct-2002 |
mjacob | branches: 1.4.6; 1.4.8; Update to the latest Fibre Channel f/w from the QLogic intranet site. Fixes beaucoup bugs.
|
1.3 | 14-Dec-2001 |
mjacob | branches: 1.3.10; Roll f/w to latest level, correcting several, ah, interesting bugs.
|
1.2 | 12-Feb-2001 |
mjacob | branches: 1.2.2; 1.2.4; update to latest f/w
|
1.1 | 05-Jul-2000 |
mjacob | branches: 1.1.2; 1.1.4; split firmware into smaller files
|
1.1.4.3 | 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.4.2 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.1.4.1 | 05-Jul-2000 |
bouyer | file asm_2100.h was added on branch thorpej_scsipi on 2000-11-20 11:41:53 +0000
|
1.1.2.3 | 16-Mar-2001 |
he | Pull up revision 1.2 (requested by mjacob): Update to latest firmware.
|
1.1.2.2 | 28-Aug-2000 |
mjacob | Complete rewrite of internals for isp core version 2.0. Pullup to netbsd-1-5 approved by thorpej@netbsd.org.
|
1.1.2.1 | 05-Jul-2000 |
mjacob | file asm_2100.h was added on branch netbsd-1-5 on 2000-08-28 17:42:20 +0000
|
1.2.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.2.2 | 11-Nov-2002 |
nathanw | Catch up to -current
|
1.2.2.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.3.10.1 | 06-May-2004 |
jmc | Pullup rev 1.4-1.5 (requested by tls in ticket #1683)
Revert ISP2100 firmware to Qlogic revision 1.19.16 (the version that shipped with NetBSD 1.5). With all newer versions available to us, we have seen some adapters crash -- and fail to respond to reset -- under certain heavy load conditions. This version appears stable under heavy load with the current driver on multiple systems on which we can reproduce the failure with newer versions.
|
1.4.8.1 | 05-May-2004 |
tron | Pull up revision 1.5 (requested by tls in ticket #247): Revert ISP2100 firmware to Qlogic revision 1.19.16 (the version that shipped with NetBSD 1.5). With all newer versions available to us, we have seen some adapters crash -- and fail to respond to reset -- under certain heavy load conditions. This version appears stable under heavy load with the current driver on multiple systems on which we can reproduce the failure with newer versions.
|
1.4.6.4 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.4.6.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.6.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.6.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.6.1 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.5.4.1 | 29-Apr-2005 |
kent | sync with -current
|
1.6.4.2 | 17-Mar-2008 |
yamt | sync with head.
|
1.6.4.1 | 03-Sep-2007 |
yamt | sync with head.
|
1.7.32.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.7.30.1 | 27-May-2007 |
ad | Sync with head.
|
1.8.28.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.8.24.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.8.8.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.9 | 11-Mar-2008 |
mjacob | Checkpoint of some fairly major isp(4) rototilling.
Reintroduce more of a 'channel' concept in preparation for NP-IV support. This gets rid of the chanA/chanB concept as the 2400 can have up to 128 virtual channels. Actually, with MID firmware you can also have the 2200 and 2300 support 'channels, but they do it with an FL-Port topology. Because FC cards can now have 'channels', just about every support function for fibre channel had to be redone to have a channel index as well. Rototill isp_ioctl.h for channel stuff as well.
Pick up a lot of work about fabric management (hopefully better) and keep work in place that will allow for dynamic attachment/detachment of devices (if I can figure out how to make the midlayer support it).
Merge the target code with external trees. Eventually it might even be sorted out on NetBSD.
Update some firmware stuff.
|
1.8 | 24-May-2007 |
mjacob | branches: 1.8.8; 1.8.24; 1.8.28; Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.
|
1.7 | 11-Dec-2005 |
christos | branches: 1.7.30; 1.7.32; merge ktrace-lwp.
|
1.6 | 27-Feb-2005 |
perry | branches: 1.6.4; nuke trailing whitespace
|
1.5 | 21-Jan-2004 |
briggs | branches: 1.5.8; 1.5.10; Updated firmware from QLogic via Matt Jacob (from his Jan 14 distribution). 12160 Firmware Version 10.04.41 (10:30 Mar 21, 2003) 2200 Firmware Version 2.02.06 (08:39 Jun 26, 2003) 2300 Firmware Version 3.02.15 (08:26 Jul 21, 2003) Matt's done some testing with it, and I've also tested on a very basic setup with a QLA 2310 and a tower of 4 FC drives. Unfortunately, there doesn't seem to be any change log for the firmware.
|
1.4 | 18-Oct-2002 |
mjacob | branches: 1.4.6; Update to the latest Fibre Channel f/w from the QLogic intranet site. Fixes beaucoup bugs.
|
1.3 | 14-Dec-2001 |
mjacob | Roll f/w to latest level, correcting several, ah, interesting bugs.
|
1.2 | 28-Dec-2000 |
mjacob | branches: 1.2.2; 1.2.4; roll to 2.01.26 f/w
|
1.1 | 05-Jul-2000 |
mjacob | branches: 1.1.2; 1.1.4; split firmware into smaller files
|
1.1.4.3 | 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.1.4.2 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.1.4.1 | 05-Jul-2000 |
bouyer | file asm_2200.h was added on branch thorpej_scsipi on 2000-11-20 11:41:56 +0000
|
1.1.2.3 | 25-Jan-2001 |
jhawk | Pull up revision 1.2 (requested by mjacob): Add in correct SBus bursting; upgrade to 2.01.26 firmware; pull to latest initiator mode level; make changes to WWN default handling; quiet chatty boot messages; fix endian code so MacPPC works; fix bug in lock recursion counter; fix bug which excluded all but NL-ports from being logged into on a fabric.
|
1.1.2.2 | 28-Aug-2000 |
mjacob | Complete rewrite of internals for isp core version 2.0. Pullup to netbsd-1-5 approved by thorpej@netbsd.org.
|
1.1.2.1 | 05-Jul-2000 |
mjacob | file asm_2200.h was added on branch netbsd-1-5 on 2000-08-28 17:42:21 +0000
|
1.2.4.1 | 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.2.2.2 | 11-Nov-2002 |
nathanw | Catch up to -current
|
1.2.2.1 | 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.4.6.4 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.4.6.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.6.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.6.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.10.1 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.5.8.1 | 29-Apr-2005 |
kent | sync with -current
|
1.6.4.2 | 17-Mar-2008 |
yamt | sync with head.
|
1.6.4.1 | 03-Sep-2007 |
yamt | sync with head.
|
1.7.32.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.7.30.1 | 27-May-2007 |
ad | Sync with head.
|
1.8.28.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.8.24.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.8.8.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.10 | 07-May-2009 |
mjacob | update firmware
|
1.9 | 11-Mar-2008 |
mjacob | branches: 1.9.4; 1.9.18; Checkpoint of some fairly major isp(4) rototilling.
Reintroduce more of a 'channel' concept in preparation for NP-IV support. This gets rid of the chanA/chanB concept as the 2400 can have up to 128 virtual channels. Actually, with MID firmware you can also have the 2200 and 2300 support 'channels, but they do it with an FL-Port topology. Because FC cards can now have 'channels', just about every support function for fibre channel had to be redone to have a channel index as well. Rototill isp_ioctl.h for channel stuff as well.
Pick up a lot of work about fabric management (hopefully better) and keep work in place that will allow for dynamic attachment/detachment of devices (if I can figure out how to make the midlayer support it).
Merge the target code with external trees. Eventually it might even be sorted out on NetBSD.
Update some firmware stuff.
|
1.8 | 24-May-2007 |
mjacob | branches: 1.8.8; 1.8.24; 1.8.28; Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.
|
1.7 | 11-Dec-2005 |
christos | branches: 1.7.30; 1.7.32; merge ktrace-lwp.
|
1.6 | 27-Feb-2005 |
perry | branches: 1.6.4; nuke trailing whitespace
|
1.5 | 21-Jan-2004 |
briggs | branches: 1.5.8; 1.5.10; Updated firmware from QLogic via Matt Jacob (from his Jan 14 distribution). 12160 Firmware Version 10.04.41 (10:30 Mar 21, 2003) 2200 Firmware Version 2.02.06 (08:39 Jun 26, 2003) 2300 Firmware Version 3.02.15 (08:26 Jul 21, 2003) Matt's done some testing with it, and I've also tested on a very basic setup with a QLA 2310 and a tower of 4 FC drives. Unfortunately, there doesn't seem to be any change log for the firmware.
|
1.4 | 09-Feb-2003 |
mjacob | branches: 1.4.2; Roll to latest f/w. Supposed to correct some nasty f/w bugs.
|
1.3 | 18-Oct-2002 |
mjacob | Update to the latest Fibre Channel f/w from the QLogic intranet site. Fixes beaucoup bugs.
|
1.2 | 19-Feb-2002 |
mjacob | Update 2300 firmware to latest release level.
|
1.1 | 31-Aug-2001 |
mjacob | branches: 1.1.4; 1.1.6; Ulp! Open Wide! Another Firmware Enchilada! 2-Gigabit card firmware.
|
1.1.6.4 | 11-Nov-2002 |
nathanw | Catch up to -current
|
1.1.6.3 | 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.6.2 | 21-Sep-2001 |
nathanw | Catch up to -current.
|
1.1.6.1 | 31-Aug-2001 |
nathanw | file asm_2300.h was added on branch nathanw_sa on 2001-09-21 22:35:47 +0000
|
1.1.4.3 | 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.1.4.2 | 13-Sep-2001 |
thorpej | Update the kqueue branch to HEAD.
|
1.1.4.1 | 31-Aug-2001 |
thorpej | file asm_2300.h was added on branch kqueue on 2001-09-13 01:15:43 +0000
|
1.4.2.4 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.4.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.10.1 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.5.8.1 | 29-Apr-2005 |
kent | sync with -current
|
1.6.4.2 | 17-Mar-2008 |
yamt | sync with head.
|
1.6.4.1 | 03-Sep-2007 |
yamt | sync with head.
|
1.7.32.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.7.30.1 | 27-May-2007 |
ad | Sync with head.
|
1.8.28.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.8.24.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.8.8.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.9.18.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.9.4.1 | 16-May-2009 |
yamt | sync with head
|
1.3 | 28-Feb-2011 |
mjacob | Update firmware sets for the (rare) 2322, 2400 and 2500. In particular the latter two sets have boatloads of bug fixes.
|
1.2 | 11-Mar-2008 |
mjacob | branches: 1.2.26; 1.2.32; 1.2.34; Checkpoint of some fairly major isp(4) rototilling.
Reintroduce more of a 'channel' concept in preparation for NP-IV support. This gets rid of the chanA/chanB concept as the 2400 can have up to 128 virtual channels. Actually, with MID firmware you can also have the 2200 and 2300 support 'channels, but they do it with an FL-Port topology. Because FC cards can now have 'channels', just about every support function for fibre channel had to be redone to have a channel index as well. Rototill isp_ioctl.h for channel stuff as well.
Pick up a lot of work about fabric management (hopefully better) and keep work in place that will allow for dynamic attachment/detachment of devices (if I can figure out how to make the midlayer support it).
Merge the target code with external trees. Eventually it might even be sorted out on NetBSD.
Update some firmware stuff.
|
1.1 | 24-May-2007 |
mjacob | branches: 1.1.2; 1.1.4; 1.1.12; 1.1.14; 1.1.30; 1.1.34; Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.
|
1.1.34.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.1.30.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.1.14.3 | 17-Mar-2008 |
yamt | sync with head.
|
1.1.14.2 | 03-Sep-2007 |
yamt | sync with head.
|
1.1.14.1 | 24-May-2007 |
yamt | file asm_2322.h was added on branch yamt-lazymbuf on 2007-09-03 14:36:03 +0000
|
1.1.12.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.1.4.2 | 11-Jul-2007 |
mjf | Sync with head.
|
1.1.4.1 | 24-May-2007 |
mjf | file asm_2322.h was added on branch mjf-ufs-trans on 2007-07-11 20:06:46 +0000
|
1.1.2.2 | 09-Jun-2007 |
ad | Sync with head.
|
1.1.2.1 | 24-May-2007 |
ad | file asm_2322.h was added on branch vmlocking on 2007-06-09 21:37:21 +0000
|
1.2.34.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.2.32.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.2.26.1 | 05-Mar-2011 |
rmind | sync with head
|
1.6 | 28-Feb-2011 |
mjacob | Update firmware sets for the (rare) 2322, 2400 and 2500. In particular the latter two sets have boatloads of bug fixes.
|
1.5 | 25-Jun-2009 |
mjacob | branches: 1.5.4; 1.5.6; 1.5.8; Update 2400 firmware to latest (to match 2500 firmware)
|
1.4 | 07-May-2009 |
mjacob | update firmware
|
1.3 | 11-May-2008 |
mjacob | branches: 1.3.12; Update 2400 f/w to something more akin to what is current.
|
1.2 | 11-Mar-2008 |
mjacob | branches: 1.2.2; 1.2.4; 1.2.6; Checkpoint of some fairly major isp(4) rototilling.
Reintroduce more of a 'channel' concept in preparation for NP-IV support. This gets rid of the chanA/chanB concept as the 2400 can have up to 128 virtual channels. Actually, with MID firmware you can also have the 2200 and 2300 support 'channels, but they do it with an FL-Port topology. Because FC cards can now have 'channels', just about every support function for fibre channel had to be redone to have a channel index as well. Rototill isp_ioctl.h for channel stuff as well.
Pick up a lot of work about fabric management (hopefully better) and keep work in place that will allow for dynamic attachment/detachment of devices (if I can figure out how to make the midlayer support it).
Merge the target code with external trees. Eventually it might even be sorted out on NetBSD.
Update some firmware stuff.
|
1.1 | 24-May-2007 |
mjacob | branches: 1.1.2; 1.1.4; 1.1.12; 1.1.14; 1.1.30; 1.1.34; Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.
|
1.1.34.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.34.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.1.30.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.1.14.3 | 17-Mar-2008 |
yamt | sync with head.
|
1.1.14.2 | 03-Sep-2007 |
yamt | sync with head.
|
1.1.14.1 | 24-May-2007 |
yamt | file asm_2400.h was added on branch yamt-lazymbuf on 2007-09-03 14:36:04 +0000
|
1.1.12.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.1.4.2 | 11-Jul-2007 |
mjf | Sync with head.
|
1.1.4.1 | 24-May-2007 |
mjf | file asm_2400.h was added on branch mjf-ufs-trans on 2007-07-11 20:06:48 +0000
|
1.1.2.2 | 09-Jun-2007 |
ad | Sync with head.
|
1.1.2.1 | 24-May-2007 |
ad | file asm_2400.h was added on branch vmlocking on 2007-06-09 21:37:22 +0000
|
1.2.6.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.2.4.3 | 18-Jul-2009 |
yamt | sync with head.
|
1.2.4.2 | 16-May-2009 |
yamt | sync with head
|
1.2.4.1 | 16-May-2008 |
yamt | sync with head.
|
1.2.2.1 | 18-May-2008 |
yamt | sync with head.
|
1.3.12.2 | 23-Jul-2009 |
jym | Sync with HEAD.
|
1.3.12.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.5.8.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.5.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.5.4.1 | 05-Mar-2011 |
rmind | sync with head
|
1.2 | 28-Feb-2011 |
mjacob | Update firmware sets for the (rare) 2322, 2400 and 2500. In particular the latter two sets have boatloads of bug fixes.
|
1.1 | 07-May-2009 |
mjacob | branches: 1.1.2; 1.1.4; 1.1.8; 1.1.10; 1.1.12; Add firmware set for 8Gb card.
|
1.1.12.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.1.10.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.1.8.1 | 05-Mar-2011 |
rmind | sync with head
|
1.1.4.2 | 16-May-2009 |
yamt | sync with head
|
1.1.4.1 | 07-May-2009 |
yamt | file asm_2500.h was added on branch yamt-nfs-mp on 2009-05-16 10:41:30 +0000
|
1.1.2.2 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.1.2.1 | 07-May-2009 |
jym | file asm_2500.h was added on branch jym-xensuspend on 2009-05-13 17:20:06 +0000
|
1.29 | 05-Jul-2000 |
mjacob | split firmware into smaller files
|
1.28 | 12-Feb-2000 |
mjacob | branches: 1.28.4; add 12160 (Ultra3) microcode
|
1.27 | 20-Dec-1999 |
mjacob | oops, got the initiator and initiator/target f/w reversed for the 1080
|
1.26 | 20-Dec-1999 |
mjacob | add in initiator mode only f/w versions
|
1.25 | 03-Dec-1999 |
mjacob | add back firmware with BSD style copyright as approved by Qlogic
|
1.24 | 16-Nov-1999 |
mjacob | Re-add stub Qlogic F/W files so that life is easier when/if the new Qlogic F/W copyright is approved.
|
1.23 | 28-Oct-1999 |
mjacob | Remove f/w from tree. The licences are not acceptable to TNF.
|
1.22 | 14-Oct-1999 |
mjacob | branches: 1.22.2; 1.22.4; roll firmware
|
1.21 | 06-Jul-1999 |
mjacob | branches: 1.21.2; add in (controlled by option) 2200 Expanded Lun F/W
|
1.20 | 05-Jul-1999 |
mjacob | Upgrade 2100 F/W and add 2200 f/w.
|
1.19 | 12-May-1999 |
mjacob | roll ISP 1080/1240 f/w to latest level
|
1.18 | 04-Apr-1999 |
mjacob | roll ISP1040 and ISP2100 f/w to latest release
|
1.17 | 25-Mar-1999 |
mjacob | branches: 1.17.2; 1.17.4; roll internal tag level
|
1.16 | 17-Mar-1999 |
mjacob | add in 1080/1240 f/w, plus options to not compile stuff in
|
1.15 | 30-Jan-1999 |
mjacob | roll internal release tag
|
1.14 | 28-Dec-1998 |
mjacob | clean up header
|
1.13 | 05-Dec-1998 |
mjacob | Roll to 1.15 f/w level for Qlogic 2100. Leave all flavors in, but control which one gets compiled in by default. The default is private loop, non-expanded lun.
|
1.12 | 08-Sep-1998 |
mjacob | Adjust copyright notice to reflect that Qlogic still owns this. Move SCSI f/w to 7.55 level. Move FibreChannel f/w to 1.13 level.
|
1.11 | 28-Jan-1998 |
mjacob | Update 2100 F/W to 1.10 level. Also remove some older 2100 f/w versions. This version of the 1.10 f/w is initiator only (not initiator/target).
|
1.10 | 05-Dec-1997 |
mjacob | Rev up to 1.09 FC f/w, but keep 1.07 around- 1.09 is a little strange.
|
1.9 | 03-Dec-1997 |
mjacob | oops on a comment- it is 1.07 FW, not 1.05
|
1.8 | 17-Nov-1997 |
mjacob | Roll to 1.7 F/W level.
|
1.7 | 02-Nov-1997 |
mjacob | Updated f/w from Qlogic.
|
1.6 | 19-Sep-1997 |
mjacob | branches: 1.6.2; New microcode release (1.02) from qlogic for the 2100.
|
1.5 | 16-Aug-1997 |
mjacob | Addition of PCI Qlogic ISP2100 (Fibre Channel) support meant a slight change in f/w layout.
|
1.4 | 13-Mar-1997 |
cgd | branches: 1.4.4; change microcode array definitions from "unsigned short" to the more correct u_int16_t, and remove bogus casts that the old definition required.
|
1.3 | 13-Mar-1997 |
mycroft | Make the microcode table const.
|
1.2 | 12-Mar-1997 |
cgd | NetBSD RCS ID tweaks, a few comment block tweaks. Also, make copyright notices consistent (per Matt Jacob).
|
1.1 | 12-Mar-1997 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 12-Mar-1997 |
cgd | ISP 10x0 driver from Matthew Jacob of NASA Ames Research Center. (March 12, 1997 version).
|
1.4.4.2 | 22-Sep-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.4.4.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.6.2.3 | 07-Nov-1998 |
cgd | pull up revs 1.9-1.12 from trunk (mjacob)
|
1.6.2.2 | 18-Nov-1997 |
mellon | Pull rev 1.8 up from trunk (mjacob)
|
1.6.2.1 | 03-Nov-1997 |
mellon | Pull rev 1.7 up from trunk (mjacob)
|
1.17.4.2 | 02-Aug-1999 |
thorpej | Update from trunk.
|
1.17.4.1 | 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.17.2.2 | 13-May-2000 |
he | Apply patch (requested by Matthew Jacob via he): Correctly account for F-port vs. F-port (no FLOGI_ACC) topologies. Make sure we get a port database entry for the fabric name server. Preserve fabric logins if the device didn't change across fabric or port database changes, or the device has already logged into us (e.g., for target/initiator dual role devices like Veritas SANbox). Propagate class 3 service parameter changes where devices can change roles.
Fix all occurrences of setting a sendmarker so that setting it for one bus on dual bus cards doesn't wipe a pending sendmarker for other busses on the same card.
Comments added and clarifications made in some of the target mode code.
Add support for > 12 byte CDBs. Split out nvram reading into per-card functions. Add proper Ultra2/Ultra3 support. Upgrade firmware.
|
1.17.2.1 | 08-Jan-2000 |
he | Pull up revisions 1.18-1.27 (requested by mjacob): Untangle Qlogic firmware copyright problems and update firmware. Untangle some MD support issues for said firmware. Add 1280 (Dual LVD), 1240 (Dual Ultra), 2200 (2nd Generation Qlogic FC chipset). Fix some synchronous negotiation problems for parallel SCSI. Firm up some Fabric Support issues.
|
1.21.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.22.4.1 | 15-Nov-1999 |
fvdl | Sync with -current
|
1.22.2.1 | 20-Nov-2000 |
bouyer | Remove files that are no longer on the trunck, and commit Makefile which I forgot in the batch of commits.
|
1.28.4.1 | 28-Aug-2000 |
mjacob | Complete rewrite of internals for isp core version 2.0. Pullup to netbsd-1-5 approved by thorpej@netbsd.org.
|
1.22 | 11-Mar-2008 |
mjacob | Checkpoint of some fairly major isp(4) rototilling.
Reintroduce more of a 'channel' concept in preparation for NP-IV support. This gets rid of the chanA/chanB concept as the 2400 can have up to 128 virtual channels. Actually, with MID firmware you can also have the 2200 and 2300 support 'channels, but they do it with an FL-Port topology. Because FC cards can now have 'channels', just about every support function for fibre channel had to be redone to have a channel index as well. Rototill isp_ioctl.h for channel stuff as well.
Pick up a lot of work about fabric management (hopefully better) and keep work in place that will allow for dynamic attachment/detachment of devices (if I can figure out how to make the midlayer support it).
Merge the target code with external trees. Eventually it might even be sorted out on NetBSD.
Update some firmware stuff.
|
1.21 | 24-May-2007 |
mjacob | branches: 1.21.8; 1.21.24; 1.21.28; Major update to isp(4) driver to bring it in line with external sources.
The major changes are:
+ 4Gb (24XX) card support + Rewritten fabric and loop evaluation code + New f/w sets
The 4Gb changes required major rototilling, which caused a rewrite of fabric and loop eval code. The latter can now be set up to tune for dynamic device arrival/departure if the framework is set up for it, or to be firm about waiting for devices.
Testing has been principally on amd64, i386 and sparc64 and seems to not have broken things for me.
|
1.20 | 11-Dec-2005 |
christos | branches: 1.20.30; 1.20.32; merge ktrace-lwp.
|
1.19 | 31-May-2005 |
christos | branches: 1.19.2; remove bogus cast.
|
1.18 | 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.17 | 22-Mar-2002 |
mjacob | branches: 1.17.10; 1.17.18; 1.17.20; Cast for now non-const in ispdv structure.
|
1.16 | 16-Oct-2000 |
mjacob | branches: 1.16.2; 1.16.4; roll SBus f/w to latest released level (1.37)
|
1.15 | 03-Dec-1999 |
mjacob | branches: 1.15.4; add back firmware with BSD style copyright as approved by Qlogic
|
1.14 | 16-Nov-1999 |
mjacob | Re-add stub Qlogic F/W files so that life is easier when/if the new Qlogic F/W copyright is approved.
|
1.13 | 28-Oct-1999 |
mjacob | Remove f/w from tree. The licences are not acceptable to TNF.
|
1.12 | 25-Mar-1999 |
mjacob | branches: 1.12.2; 1.12.8; 1.12.10; 1.12.12; roll internal tag level
|
1.11 | 17-Mar-1999 |
mjacob | roll internal tag
|
1.10 | 31-Jan-1999 |
mjacob | darn- 7.55 seems to be a little unstable- go back to 1.31
|
1.9 | 30-Jan-1999 |
mjacob | Grrr.. Do the *correct* and *usable* 1.31 firmware. You have to power cycle to get rid of the old 1.31 firmware. *@!$&^@&$!&^&^!!!!!
But anyway comment it out and use new SBus 7.55 firmware. We get fast posting with this as well as 32 luns and target mode support.
|
1.8 | 28-Dec-1998 |
mjacob | clean up header
|
1.7 | 05-Dec-1998 |
mjacob | Add in and enable latest SBus ISP Firmware (1.31)
|
1.6 | 08-Sep-1998 |
mjacob | Adjust copyright to reflect that this is really still owned by Qlogic
|
1.5 | 16-Aug-1997 |
mjacob | Addition of PCI Qlogic ISP2100 (Fibre Channel) support meant a slight change in f/w layout.
|
1.4 | 13-Mar-1997 |
cgd | branches: 1.4.4; change microcode array definitions from "unsigned short" to the more correct u_int16_t, and remove bogus casts that the old definition required.
|
1.3 | 13-Mar-1997 |
mycroft | Make the microcode table const.
|
1.2 | 12-Mar-1997 |
cgd | NetBSD RCS ID tweaks, a few comment block tweaks. Also, make copyright notices consistent (per Matt Jacob).
|
1.1 | 12-Mar-1997 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 | 12-Mar-1997 |
cgd | ISP 10x0 driver from Matthew Jacob of NASA Ames Research Center. (March 12, 1997 version).
|
1.4.4.1 | 23-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.12.12.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.12.10.1 | 15-Nov-1999 |
fvdl | Sync with -current
|
1.12.8.1 | 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.12.2.1 | 08-Jan-2000 |
he | Pull up revisions 1.13-1.15 (requested by mjacob): Untangle Qlogic firmware copyright problems and update firmware. Untangle some MD support issues for said firmware. Add 1280 (Dual LVD), 1240 (Dual Ultra), 2200 (2nd Generation Qlogic FC chipset). Fix some synchronous negotiation problems for parallel SCSI. Firm up some Fabric Support issues.
|
1.15.4.1 | 25-Jan-2001 |
jhawk | Pull up revision 1.16 (requested by mjacob): Add in correct SBus bursting; upgrade to 2.01.26 firmware; pull to latest initiator mode level; make changes to WWN default handling; quiet chatty boot messages; fix endian code so MacPPC works; fix bug in lock recursion counter; fix bug which excluded all but NL-ports from being logged into on a fabric.
|
1.16.4.1 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.16.2.1 | 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.17.20.1 | 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.17.18.1 | 29-Apr-2005 |
kent | sync with -current
|
1.17.10.2 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.17.10.1 | 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.19.2.2 | 17-Mar-2008 |
yamt | sync with head.
|
1.19.2.1 | 03-Sep-2007 |
yamt | sync with head.
|
1.20.32.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.20.30.1 | 27-May-2007 |
ad | Sync with head.
|
1.21.28.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.21.24.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.21.8.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.4 | 09-Mar-2008 |
mjacob | Remove files that have no apparent immediate use.
|
1.3 | 01-Mar-2005 |
perry | branches: 1.3.4; 1.3.80; 1.3.84; revert the whitespace kill -- these are binaries.
|
1.2 | 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.1 | 01-Aug-2004 |
mycroft | branches: 1.1.2; Add binary versions of firmware images, which will be used Soon.
|
1.1.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.1 | 01-Aug-2004 |
skrll | file isp_1000.bin was added on branch ktrace-lwp on 2004-08-03 10:48:34 +0000
|
1.3.84.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.3.80.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.3.4.1 | 17-Mar-2008 |
yamt | sync with head.
|
1.4 | 09-Mar-2008 |
mjacob | Remove files that have no apparent immediate use.
|
1.3 | 01-Mar-2005 |
perry | branches: 1.3.4; 1.3.80; 1.3.84; revert the whitespace kill -- these are binaries.
|
1.2 | 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.1 | 01-Aug-2004 |
mycroft | branches: 1.1.2; Add binary versions of firmware images, which will be used Soon.
|
1.1.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.1 | 01-Aug-2004 |
skrll | file isp_1040.bin was added on branch ktrace-lwp on 2004-08-03 10:48:34 +0000
|
1.3.84.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.3.80.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.3.4.1 | 17-Mar-2008 |
yamt | sync with head.
|
1.4 | 09-Mar-2008 |
mjacob | Remove files that have no apparent immediate use.
|
1.3 | 01-Mar-2005 |
perry | branches: 1.3.4; 1.3.80; 1.3.84; revert the whitespace kill -- these are binaries.
|
1.2 | 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.1 | 01-Aug-2004 |
mycroft | branches: 1.1.2; Add binary versions of firmware images, which will be used Soon.
|
1.1.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.1 | 01-Aug-2004 |
skrll | file isp_1080.bin was added on branch ktrace-lwp on 2004-08-03 10:48:34 +0000
|
1.3.84.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.3.80.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.3.4.1 | 17-Mar-2008 |
yamt | sync with head.
|
1.4 | 09-Mar-2008 |
mjacob | Remove files that have no apparent immediate use.
|
1.3 | 01-Mar-2005 |
perry | branches: 1.3.4; 1.3.80; 1.3.84; revert the whitespace kill -- these are binaries.
|
1.2 | 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.1 | 01-Aug-2004 |
mycroft | branches: 1.1.2; Add binary versions of firmware images, which will be used Soon.
|
1.1.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.1 | 01-Aug-2004 |
skrll | file isp_12160.bin was added on branch ktrace-lwp on 2004-08-03 10:48:34 +0000
|
1.3.84.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.3.80.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.3.4.1 | 17-Mar-2008 |
yamt | sync with head.
|
1.4 | 09-Mar-2008 |
mjacob | Remove files that have no apparent immediate use.
|
1.3 | 01-Mar-2005 |
perry | branches: 1.3.4; 1.3.80; 1.3.84; revert the whitespace kill -- these are binaries.
|
1.2 | 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.1 | 01-Aug-2004 |
mycroft | branches: 1.1.2; Add binary versions of firmware images, which will be used Soon.
|
1.1.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.1 | 01-Aug-2004 |
skrll | file isp_2100.bin was added on branch ktrace-lwp on 2004-08-03 10:48:34 +0000
|
1.3.84.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.3.80.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.3.4.1 | 17-Mar-2008 |
yamt | sync with head.
|
1.4 | 09-Mar-2008 |
mjacob | Remove files that have no apparent immediate use.
|
1.3 | 01-Mar-2005 |
perry | branches: 1.3.4; 1.3.80; 1.3.84; revert the whitespace kill -- these are binaries.
|
1.2 | 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.1 | 01-Aug-2004 |
mycroft | branches: 1.1.2; Add binary versions of firmware images, which will be used Soon.
|
1.1.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.1 | 01-Aug-2004 |
skrll | file isp_2200.bin was added on branch ktrace-lwp on 2004-08-03 10:48:34 +0000
|
1.3.84.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.3.80.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.3.4.1 | 17-Mar-2008 |
yamt | sync with head.
|
1.4 | 09-Mar-2008 |
mjacob | Remove files that have no apparent immediate use.
|
1.3 | 01-Mar-2005 |
perry | branches: 1.3.4; 1.3.80; 1.3.84; revert the whitespace kill -- these are binaries.
|
1.2 | 27-Feb-2005 |
perry | nuke trailing whitespace
|
1.1 | 01-Aug-2004 |
mycroft | branches: 1.1.2; Add binary versions of firmware images, which will be used Soon.
|
1.1.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.1 | 01-Aug-2004 |
skrll | file isp_2300.bin was added on branch ktrace-lwp on 2004-08-03 10:48:34 +0000
|
1.3.84.1 | 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.3.80.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.3.4.1 | 17-Mar-2008 |
yamt | sync with head.
|