aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Remove compile warning not seen when compiling with target mode enabled.Matt Jacob2000-01-151-0/+2
* Redo FC target mode dma routine to try and generate an extra CTIOMatt Jacob2000-01-151-106/+231
* clean up for SBus Ultra (yes, we do not do that here yet)Matt Jacob2000-01-151-2/+9
* a whale of a lot of target mode cleanupMatt Jacob2000-01-151-42/+70
* cleanup- it was not MI code as it should have beenMatt Jacob2000-01-151-16/+11
* cleanupMatt Jacob2000-01-151-82/+117
* include public target mode functionsMatt Jacob2000-01-151-0/+3
* public target mode stuffMatt Jacob2000-01-151-0/+303
* tighten up printoutMatt Jacob2000-01-151-4/+2
* add MAINTAINER file for clarityMatt Jacob2000-01-131-0/+2
* change debug printout lefvels for a couple of placesMatt Jacob2000-01-091-4/+4
* oop, use PRINTF not printf in MI codeMatt Jacob2000-01-041-1/+1
* Clean up some debug printing. Find the correct lun when SCCLUN isMatt Jacob2000-01-041-25/+43
* Make Fibre Channel cards correctly note the presence/absenceMatt Jacob2000-01-041-3/+11
* set default target mode debug to 0Matt Jacob2000-01-041-1/+1
* add clarifying tag define for FCMatt Jacob2000-01-041-0/+1
* Add in an isp_tdebug environment variable. Clean up some debuggingMatt Jacob2000-01-041-10/+65
* These are platform independent functions for target mode support.Matt Jacob2000-01-041-0/+1227
* These are platform independent definitions for target mode support-Matt Jacob2000-01-031-0/+619
* Make a static chain of isp softcs- gdb usage becomes a lot easier.Matt Jacob2000-01-031-17/+1079
* Raise default FCP logintime to 60 seconds. Move the positionMatt Jacob2000-01-031-21/+53
* Support target mode operations. This involves having some variantMatt Jacob2000-01-031-45/+350
* Role platform minor revision. Add in some target mode onlyMatt Jacob2000-01-031-1/+35
* add isp_print_qentry inline functionMatt Jacob2000-01-031-0/+23
* Roll minor revision number and add a more finalized listMatt Jacob2000-01-031-8/+7
* Add missing target mode flag and fix the RQSTYPE_CTIO0Matt Jacob2000-01-031-1/+2
* Add in missing ENABLE TARGET MODE opcode.Matt Jacob1999-12-271-0/+2
* Oops- got the initiator and initiator/target f/w reversed forMatt Jacob1999-12-221-1942/+1942
* Clean up lun width determination based upon f/w revisionsMatt Jacob1999-12-201-3/+6
* Clean up some f/w revision checking wrt enabling fast posting.Matt Jacob1999-12-201-76/+98
* add initiator-only mode f/w for 1040 && 1080/1280/1240Matt Jacob1999-12-201-0/+3378
* Add Dual LVD bus (1280) supportMatt Jacob1999-12-166-147/+216
* roll platform minorMatt Jacob1999-12-031-1/+1
* clean up sprintf and have buffer that won't overflowMatt Jacob1999-12-031-34/+66
* turn some messages into CFGPRINT messagesMatt Jacob1999-12-031-5/+5
* Clean up stupidity in the isp_handle_other_response function- indexesMatt Jacob1999-11-211-119/+169
* Add storage/access for a default WWN. A miscellaneous tweak or two.Matt Jacob1999-11-211-3/+3
* Add a isp_getrqentry inline function (that is, find the next availableMatt Jacob1999-11-211-0/+24
* Fix some includes for when we (eventually) get target mode working again.Matt Jacob1999-11-211-53/+76
* Put *back* the f/w, this time with a BSD style licence as approvedMatt Jacob1999-11-211-6/+25220
* Fix dmasetup functions to have 16 bit queue indices. Get the chip revisionMatt Jacob1999-11-211-28/+40
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootAndrew Gallatin1999-11-051-6/+0
* correct moronic typoMatt Jacob1999-11-011-2/+2
* Organize things to cope with the (possible) lack of downloadableMatt Jacob1999-10-301-11/+27
* Remove firmware from tree until a better copyright from Qlogic is forthcoming.Matt Jacob1999-10-301-24949/+7
* Use pointer to f/w in md structure as to whether f/w exists or not.Matt Jacob1999-10-301-14/+7
* I was misinformed. I cannot get away from specifying tags for FC. Some devicesMatt Jacob1999-10-281-2/+8
* nuke a debug printout I thought I had already nukedMatt Jacob1999-10-261-2/+0
* remember to initialize mailbox 2 for FC isp bus resetsMatt Jacob1999-10-221-1/+1
* Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or whatMatt Jacob1999-10-171-22/+59