summaryrefslogtreecommitdiff
path: root/sys/dev/microcode/isp
AgeCommit message (Collapse)Author
2003-02-28Update firmware to latest levels- fixes several nasty bugs on the 2300 at least.mjacob
2002-05-17Update to latest released 2300/2312 f/w.mjacob
2001-12-14Roll f/w to latest && greatest for 2100 and 2200 cards.mjacob
2001-10-24update firmwaremjacob
2001-09-01Catch up with mainline of code development.mjacob
Add support for 2 Gigabit cards (2300/2312). This necessitated a change in how interrupts are down- the 23XX has not only a different place to check for an interrupt, but unlike all other QLogic cards, you have to read the status as a 32 bit word- not 16 bit words. Rather than have device specific functions as called from the core module (in isp_intr), it makes more sense to have the platform/bus modules do the gruntwork of splitting out the isr, semaphore register and the first outgoing mailbox register (if needed) *prior* to calling isp_intr (if calling isp_intr is necessary at all). Rearchitect how regular SCSI parameters are stored or used.
2001-02-12update to latest firmware levelsmjacob
2000-10-16update SBUS microcode to 1.37 (latest)mjacob
2000-07-06Split PCI firmware into separate (product) files to minimizemjacob
CVS rototillage on f/w upgrades.
2000-02-20add Qlogic 12160 microcodemjacob
1999-12-20add in initiator-only f/w (preferred) for parallel SCSI devicesmjacob
1999-11-22Roll in new firmware (also with a shiny new BSD style licence)mjacob
1999-04-04Roll out changes because the tree is frozen.mjacob
1999-04-04roll ISP1040 and ISP2100 f/w to latest releasemjacob
1999-03-25roll internal revision levels and enable 1080 supportmjacob
1999-03-17fix OpenBSD headersmjacob
1999-03-17update firmware substantiallymjacob
1998-03-24add isp driver from netbsd, more munging neededTheo de Raadt