summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_target.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove isp_tdebug. Change all PRINTF macros to the now commonmjacob2000-08-011-125/+117
| | | | isp_prt logging function.
* If debugging set, zero out an incoming response entrymjacob2000-07-181-1/+5
| | | | | | | when we're done reading it (makes checking things easier). Before calling isp_notify_ack make sure we're at RUNSTATE- elsewise we can be responding to LIPs or SCSI bus resets before we've finished some of the wiring.
* Remove all ISP2100_SCCLUN define based code and replace it with runtimemjacob2000-06-181-27/+27
| | | | | | comparisons against the tag isp_maxluns- if > 16, we're SCCLUN based. On initial regular SCSI startup, disable auto-disconnect.
* Some minor tweaklets.mjacob2000-04-211-6/+12
|
* Correctly identify which bus of dual bus SCSI adapters some target modemjacob2000-02-151-2/+8
| | | | | | commands (enable/disable/modify lun && immediate notify) we're talking about. Approved: jkh
* Correct a minor typo in error message.mjacob2000-02-111-1/+1
| | | | Approved: jkh@freebsd.org
* cleanup- it was not MI code as it should have beenmjacob2000-01-151-16/+11
|
* set default target mode debug to 0mjacob2000-01-041-1/+1
|
* These are platform independent functions for target mode support.mjacob2000-01-041-0/+1227
This is just a first pass at this and is likely to change a bit over the next month.
OpenPOWER on IntegriCloud