| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | MFC: roll core minor. Add definitions for topology. | Matt Jacob | 2000-05-09 | 1 | -7/+14 |
| * | MFC: it is PORT not NODE for WWN in NVRAM | Matt Jacob | 2000-05-09 | 1 | -1/+12 |
| * | MFC: protect macro with parens | Matt Jacob | 2000-05-09 | 1 | -1/+1 |
| * | MFC: clarify some comments | Matt Jacob | 2000-05-09 | 1 | -12/+27 |
| * | MFC: clean up some prototpes | Matt Jacob | 2000-05-09 | 1 | -3/+5 |
| * | MFC: put in the right place NA_RST_CLRD | Matt Jacob | 2000-05-09 | 1 | -6/+12 |
| * | MFC: roll platform minor | Matt Jacob | 2000-05-09 | 1 | -1/+1 |
| * | MFC: add a watchdog timeout routine | Matt Jacob | 2000-05-09 | 1 | -2/+31 |
| * | MFC: some fabric && WWN related fixes, plus some bothces about overwriting | Matt Jacob | 2000-05-09 | 1 | -153/+276 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-03-13 | 1 | -1769/+0 |
| * | Add in mailbox return codes for failed fabric logins (port_id_used, | Matt Jacob | 2000-02-29 | 1 | -0/+23 |
| * | Minor non-FreeBSD changes (keeping source sync'd). | Matt Jacob | 2000-02-29 | 1 | -8/+19 |
| * | Prettier print of fabric devices being attached- say what kind of | Matt Jacob | 2000-02-29 | 1 | -9/+59 |
| * | Slightly cleaner fabric support (whiter whites! redder reds!).. No, | Matt Jacob | 2000-02-29 | 1 | -124/+138 |
| * | Clean up defines for correct 12160/1080 exclusion. Final 4.0. | Matt Jacob | 2000-02-29 | 1 | -3/+3 |
| * | Fix ITDEBUG macro. | Matt Jacob | 2000-02-15 | 1 | -1/+1 |
| * | Correctly identify which bus of dual bus SCSI adapters some target mode | Matt Jacob | 2000-02-15 | 1 | -2/+8 |
| * | Clean up some target mode debug messages. Fix (finally, I believe) | Matt Jacob | 2000-02-15 | 1 | -14/+9 |
| * | If the CDB length is greater than 12 for parallel SCSI, ispscsicmd has | Matt Jacob | 2000-02-15 | 1 | -1/+5 |
| * | Clean out residual bogosity for fast posting stuff- ISP_NO_FASTPOST_SCSI | Matt Jacob | 2000-02-15 | 1 | -15/+12 |
| * | Add in 12160 (Ultra3) support. Redo things to use the newbus code. | Matt Jacob | 2000-02-11 | 1 | -141/+196 |
| * | Turn back on fast posting- the code that turns it off (for 1020/1040) is | Matt Jacob | 2000-02-11 | 1 | -5/+0 |
| * | Correct a minor typo in error message. | Matt Jacob | 2000-02-11 | 1 | -1/+1 |
| * | Add in new async mbox defines for 2200- point to point stuff. | Matt Jacob | 2000-02-11 | 1 | -0/+23 |
| * | Add in 12160 (Ultra3) NVRAM definitions. | Matt Jacob | 2000-02-11 | 1 | -2/+76 |
| * | Add in 12160 (Ultra3) firmware. Gawd, this file is bulky. | Matt Jacob | 2000-02-11 | 1 | -0/+4037 |
| * | Restructure nvram reading routine to split out to separate functions | Matt Jacob | 2000-02-11 | 1 | -362/+584 |
| * | Add 12160 (Ultra3) defines. Add config option flag for forcing point-to-point | Matt Jacob | 2000-02-11 | 1 | -5/+12 |
| * | There seems to be some problems, particularly on alpha, with | Matt Jacob | 2000-01-21 | 1 | -0/+5 |
| * | Remove compile warning not seen when compiling with target mode enabled. | Matt Jacob | 2000-01-15 | 1 | -0/+2 |
| * | Redo FC target mode dma routine to try and generate an extra CTIO | Matt Jacob | 2000-01-15 | 1 | -106/+231 |
| * | clean up for SBus Ultra (yes, we do not do that here yet) | Matt Jacob | 2000-01-15 | 1 | -2/+9 |
| * | a whale of a lot of target mode cleanup | Matt Jacob | 2000-01-15 | 1 | -42/+70 |
| * | cleanup- it was not MI code as it should have been | Matt Jacob | 2000-01-15 | 1 | -16/+11 |
| * | cleanup | Matt Jacob | 2000-01-15 | 1 | -82/+117 |
| * | include public target mode functions | Matt Jacob | 2000-01-15 | 1 | -0/+3 |
| * | public target mode stuff | Matt Jacob | 2000-01-15 | 1 | -0/+303 |
| * | tighten up printout | Matt Jacob | 2000-01-15 | 1 | -4/+2 |
| * | add MAINTAINER file for clarity | Matt Jacob | 2000-01-13 | 1 | -0/+2 |
| * | change debug printout lefvels for a couple of places | Matt Jacob | 2000-01-09 | 1 | -4/+4 |
| * | oop, use PRINTF not printf in MI code | Matt Jacob | 2000-01-04 | 1 | -1/+1 |
| * | Clean up some debug printing. Find the correct lun when SCCLUN is | Matt Jacob | 2000-01-04 | 1 | -25/+43 |
| * | Make Fibre Channel cards correctly note the presence/absence | Matt Jacob | 2000-01-04 | 1 | -3/+11 |
| * | set default target mode debug to 0 | Matt Jacob | 2000-01-04 | 1 | -1/+1 |
| * | add clarifying tag define for FC | Matt Jacob | 2000-01-04 | 1 | -0/+1 |
| * | Add in an isp_tdebug environment variable. Clean up some debugging | Matt Jacob | 2000-01-04 | 1 | -10/+65 |
| * | These are platform independent functions for target mode support. | Matt Jacob | 2000-01-04 | 1 | -0/+1227 |
| * | These are platform independent definitions for target mode support- | Matt Jacob | 2000-01-03 | 1 | -0/+619 |
| * | Make a static chain of isp softcs- gdb usage becomes a lot easier. | Matt Jacob | 2000-01-03 | 1 | -17/+1079 |
| * | Raise default FCP logintime to 60 seconds. Move the position | Matt Jacob | 2000-01-03 | 1 | -21/+53 |