summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-251-1/+1
* MFC: Add Qlogic Ultra3 support, better fibre channel stuff, and put inMatt Jacob2000-03-041-625/+954
* MFC: cleanup request/response queue size u_int8_t to u_int16_t change.Matt Jacob1999-12-031-138/+181
* MFC: turn back always doing tags for FCMatt Jacob1999-10-281-2/+8
* MFC: nuke a debug printout I thought I had already nukedMatt Jacob1999-10-261-2/+0
* MFC: remember to initialize mailbox 2 for FC isp bus resetsMatt Jacob1999-10-221-1/+1
* (last delta had wrong comment)Matt Jacob1999-10-171-0/+1
* MFC:roll 10[24]0 and 1080/12X0 f/wMatt Jacob1999-10-171-815/+166
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC:More code cleanup. Go back to using FULL_LOGIN Fibre Chan ifMatt Jacob1999-08-161-91/+157
* MFC: add 2200 f/w; fix botched defineMatt Jacob1999-07-051-2/+2
* MFC: Add 2200 support. Add Fabric Support. Add SCCLUN support. Clean up a lot.Matt Jacob1999-07-031-130/+713
* MFC: Add in dual bus support. Add in 1080 LVD support. Add in NVRAMMatt Jacob1999-05-111-731/+1632
* Suggested by bde@freebsd.org- memcpy not necessarily good to use. D'oh- not inMatt Jacob1999-01-101-11/+11
* Add some prototype deadchip detection. Set FIFO bursting (1XX0 only-Matt Jacob1999-01-101-48/+88
* clarify headers;move uninit to outer layer;remove watchdogMatt Jacob1998-12-281-69/+3
* 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
* per bde (who is right about this) that an inlined fucntion with constMatt Jacob1998-09-171-2/+24
* Cleanliness. Don't leave defined a const char array that's only usedMatt Jacob1998-09-171-2/+4
* ISP_DMASETUP now returns a value to be possibly punted to outer layers.Matt Jacob1998-09-171-13/+25
* fix reported compile error flying blind- I do not have the new compiler yetMatt Jacob1998-09-151-2/+2
* Update QLogic ISP support for CAM. Add preliminary target mode support.Justin T. Gibbs1998-09-151-490/+1645
* Add support for the Qlogic ISP SCSI && FC/AL AdaptersMatt Jacob1998-04-221-0/+1841