summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* -Wunused cleanup.gibbs1998-10-151-1/+1
* Honor CAM_TAG_ACTION_NONE.gibbs1998-10-151-1/+2
* Andrew Gallatin reported some internal queue overflows with MAXISPREQUESTmjacob1998-10-141-1/+1
* Add hooks so that the alpha can detect which disk has the root partition.dfr1998-09-261-0/+3
* Bump request queue size up to full amount (now that we havemjacob1998-09-181-1/+1
* (requested by gibbs) Remove the SCSI_CAM option (and rework the isp drivermjacob1998-09-183-22/+19
* per bde (who is right about this) that an inlined fucntion with constmjacob1998-09-172-21/+25
* Cleanliness. Don't leave defined a const char array that's only usedmjacob1998-09-171-2/+4
* A major amount of cleaning up:mjacob1998-09-171-44/+32
* Clean up a comment. Make the default debugging level contingent upon CAMDEBUG.mjacob1998-09-171-8/+4
* Remove commented out and no longer pertinent EAGAIN message. Redo CMD_COMPLETEmjacob1998-09-171-11/+6
* ISP_DMASETUP now returns a value to be possibly punted to outer layers.mjacob1998-09-171-13/+25
* Roll revision, clean up a comment.mjacob1998-09-171-8/+1
* Fix the (unported) resource shortage case- I'd done a xpt_freeze_simqmjacob1998-09-162-4/+15
* Alpha port related fixes from Doug Rabson.mjacob1998-09-161-17/+33
* alpha port fixes from Doug.mjacob1998-09-162-5/+5
* fix reported compile error flying blind- I do not have the new compiler yetmjacob1998-09-151-2/+2
* Convert ISP pci front end to CAM/bus space/dma.gibbs1998-09-151-36/+428
* Contents were duplicated.gibbs1998-09-151-206/+1
* Update QLogic ISP support for CAM. Add preliminary target mode support.gibbs1998-09-158-2948/+14047
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-101-3/+3
* minphys means something different in FreeBSD than in NetBSD- not needed here ...mjacob1998-07-251-2/+1
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-5/+5
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-3/+3
* Support compiling with `gcc -ansi'. Just use __inline instead of inline.bde1998-05-011-2/+5
* Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fi...mjacob1998-04-241-2/+8
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-221-0/+559
* Add support for the Qlogic ISP SCSI && FC/AL Adaptersmjacob1998-04-228-0/+8325
OpenPOWER on IntegriCloud