summaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-169-9/+9
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-926/+0
* 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
* -Wunused cleanup.Justin T. Gibbs1998-10-151-1/+1
* Honor CAM_TAG_ACTION_NONE.Justin T. Gibbs1998-10-151-1/+2
* Andrew Gallatin reported some internal queue overflows with MAXISPREQUESTMatt Jacob1998-10-141-1/+1
* Add hooks so that the alpha can detect which disk has the root partition.Doug Rabson1998-09-261-0/+3
* Bump request queue size up to full amount (now that we haveMatt Jacob1998-09-181-1/+1
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driverMatt Jacob1998-09-183-22/+19
* per bde (who is right about this) that an inlined fucntion with constMatt Jacob1998-09-172-21/+25
* Cleanliness. Don't leave defined a const char array that's only usedMatt Jacob1998-09-171-2/+4
* A major amount of cleaning up:Matt Jacob1998-09-171-44/+32
* Clean up a comment. Make the default debugging level contingent upon CAMDEBUG.Matt Jacob1998-09-171-8/+4
* Remove commented out and no longer pertinent EAGAIN message. Redo CMD_COMPLETEMatt Jacob1998-09-171-11/+6
* ISP_DMASETUP now returns a value to be possibly punted to outer layers.Matt Jacob1998-09-171-13/+25
* Roll revision, clean up a comment.Matt Jacob1998-09-171-8/+1
* Fix the (unported) resource shortage case- I'd done a xpt_freeze_simqMatt Jacob1998-09-162-4/+15
* Alpha port related fixes from Doug Rabson.Matt Jacob1998-09-161-17/+33
* alpha port fixes from Doug.Matt Jacob1998-09-162-5/+5
* fix reported compile error flying blind- I do not have the new compiler yetMatt Jacob1998-09-151-2/+2
* Convert ISP pci front end to CAM/bus space/dma.Justin T. Gibbs1998-09-151-36/+428
* Contents were duplicated.Justin T. Gibbs1998-09-151-206/+1
* Update QLogic ISP support for CAM. Add preliminary target mode support.Justin T. Gibbs1998-09-158-2946/+14045
* Use [u]intptr_t instead of [unsigned] long to convert and/or representBruce Evans1998-08-101-3/+3
* minphys means something different in FreeBSD than in NetBSD- not needed here ...Matt Jacob1998-07-251-2/+1
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-131-5/+5
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-3/+3
* Support compiling with `gcc -ansi'. Just use __inline instead of inline.Bruce Evans1998-05-011-2/+5
* Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fi...Matt Jacob1998-04-241-2/+8
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-221-0/+559
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-228-0/+8325