Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove isp_tdebug. Change all PRINTF macros to the now common | mjacob | 2000-08-01 | 1 | -125/+117 | |
| | | | | isp_prt logging function. | |||||
* | If debugging set, zero out an incoming response entry | mjacob | 2000-07-18 | 1 | -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 runtime | mjacob | 2000-06-18 | 1 | -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. | mjacob | 2000-04-21 | 1 | -6/+12 | |
| | ||||||
* | Correctly identify which bus of dual bus SCSI adapters some target mode | mjacob | 2000-02-15 | 1 | -2/+8 | |
| | | | | | | commands (enable/disable/modify lun && immediate notify) we're talking about. Approved: jkh | |||||
* | Correct a minor typo in error message. | mjacob | 2000-02-11 | 1 | -1/+1 | |
| | | | | Approved: jkh@freebsd.org | |||||
* | cleanup- it was not MI code as it should have been | mjacob | 2000-01-15 | 1 | -16/+11 | |
| | ||||||
* | set default target mode debug to 0 | mjacob | 2000-01-04 | 1 | -1/+1 | |
| | ||||||
* | These are platform independent functions for target mode support. | mjacob | 2000-01-04 | 1 | -0/+1227 | |
This is just a first pass at this and is likely to change a bit over the next month. |