aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-10/+9
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* temp fix for internal queue overflow problemMatt Jacob1999-04-141-14/+34
* Staticize.Eivind Eklund1999-04-111-2/+2
* Make firmware revision a triple. Clean up some FC init stuff forMatt Jacob1999-04-041-73/+138
* oops on this lastMatt Jacob1999-04-041-3/+2
* F/W revisions now a tuple (not a duple). Fix pre-CAM code.Matt Jacob1999-04-041-19/+57
* Fix for pre-CAM kernels (again). Turn back on fast posting.Matt Jacob1999-04-041-35/+16
* Remove incorrect BIG_ENDIAN defines and substitute in the SBus only macrosMatt Jacob1999-04-041-126/+45
* Change f/w revision to major,minor,micro version. Add in ISP1040C definition.Matt Jacob1999-04-041-5/+8
* roll ISP1040 and ISP2100 f/w to latest releaseMatt Jacob1999-04-041-13460/+13587
* Read the board revision and trim cache line size back from 16 to 1Matt Jacob1999-04-041-8/+71
* Annoying little nigglet- apparently *some* Qlogic temporarily ignoreMatt Jacob1999-03-261-2/+10
* enable 1080 LVD supportMatt Jacob1999-03-251-21/+19
* Add in 1080 LVD support and some basis also for the 1240. The port databaseMatt Jacob1999-03-256-302/+413
* roll internal tag levelMatt Jacob1999-03-251-3/+2
* roll internal tag levelMatt Jacob1999-03-252-4/+4
* Prep for 1080/1240 support. Those fine h/w engineers at QlogicMatt Jacob1999-03-171-79/+184
* A wad of changes- prepping for 1080/1240 support (which caused a massiveMatt Jacob1999-03-179-349/+2917
* Cleanup. Set all PCI parameters of importance. Set a define that willMatt Jacob1999-02-091-15/+105
* Roll internal release tag. Roll core version minor. Fix broken DPARM_DEFAULTMatt Jacob1999-02-091-5/+8
* clean up some NVRAM definesMatt Jacob1999-02-091-9/+5
* Add in defines that disable (temp) fast posting.Matt Jacob1999-02-091-3/+7
* Allow fibre channel 'bus resets' to go through. Handle Loop Down/Loop UpMatt Jacob1999-02-091-13/+43
* Roll internal release tag. Print out if we're in a 64 bit PCI slot.Matt Jacob1999-02-091-58/+155
* roll internal release tagMatt Jacob1999-02-094-10/+14
* Implement and use Fast Posting for both parallel && fibre. Redo a bit ofMatt Jacob1999-01-307-205/+410
* Grrr.. Do the *correct* and *usable* 1.31 firmware. You have to powerMatt Jacob1999-01-301-1135/+3100
* roll internal release tagMatt Jacob1999-01-301-2/+2
* roll internal release tagMatt Jacob1999-01-301-2/+2
* Suggested by bde@freebsd.org- memcpy not necessarily good to use. D'oh- not inMatt Jacob1999-01-103-13/+15
* Add some prototype deadchip detection. Set FIFO bursting (1XX0 only-Matt Jacob1999-01-101-48/+88
* up isp_fifo_threshold NVRAM storage to 3 bits (for future 128 bit)Matt Jacob1999-01-101-3/+3
* add MEMZERO portability definesMatt Jacob1999-01-102-4/+8
* Amazingly stupid forgetfullness had me forgetting to turn on FIFO burstsMatt Jacob1999-01-101-4/+4
* clarify headers;ansifyMatt Jacob1998-12-281-60/+22
* clarify headers;move uninit to outer layer;remove watchdogMatt Jacob1998-12-289-136/+173
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-141-2/+2
* oops on lastMatt Jacob1998-12-051-3/+3
* Remove the Target mode functions until they're in better shape. Implement someMatt Jacob1998-12-051-89/+532
* make a real "done" func; clarify some LUN widthsMatt Jacob1998-12-051-8/+51
* compilation fixes from EklundMatt Jacob1998-12-051-2/+3
* compilation fixes from Eklund && move XS_CMD_DONE to be a real functionMatt Jacob1998-12-051-28/+5
* do a bit of cleanup on some target mode structures and clarify a couple other...Matt Jacob1998-12-051-179/+428
* roll core version minor and wire a non-i386 default Loop ID to 113Matt Jacob1998-12-051-3/+7
* offset was wrong for HARDLOOPID in NVRAMMatt Jacob1998-12-051-2/+3
* Roll to 1.15 f/w level for Qlogic 2100. Leave all flavors in, but control whichMatt Jacob1998-12-051-9947/+12433
* roll to 1.31 levelMatt Jacob1998-12-051-35/+1170
* trivial header fixMatt Jacob1998-12-051-0/+5
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-1/+1