summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix completely stupid and idiotiuc sprintfs in isp_inline.h withmjacob2000-07-041-36/+19
* Add in config_hook for catching when interrupts are safe- this allowsmjacob2000-07-041-72/+91
* Add in isp_lock/isp_unlock inlines. Add in an islocked/intsok flagmjacob2000-07-041-9/+82
* Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETEmjacob2000-07-041-7/+2
* Change startup locking. Use new isp_handle_index functionmjacob2000-07-041-20/+16
* Fix usage of DELAY (SYS_DELAY is the platform independent localmjacob2000-06-271-469/+382
* Add in the enabling of interrupts (to isp_attach). Clean up a bustedmjacob2000-06-271-34/+93
* Clean up private storage so that we can use the spriv_field0 tomjacob2000-06-271-12/+33
* Add 8 bits of volatile mailbox busy mask- this will be the bitmask ofmjacob2000-06-271-3/+5
* Add mailbox bitmask macros (numbers of available mailbox registersmjacob2000-06-271-1/+9
* Add an isp_handle_index function- this is prepatory to loading more intomjacob2000-06-271-3/+15
* Clean up firmware load issues and remove darn near all config options.mjacob2000-06-181-95/+43
* Removing this bulky one large f/w file. This f/w is now in dev/ispfw.mjacob2000-06-181-36137/+0
* Once we have firmware running (if isp_reset) and this is the first timemjacob2000-06-181-34/+74
* Remove all ISP2100_SCCLUN define protected code and replace it withmjacob2000-06-181-23/+12
* Remove all ISP2100_SCCLUN define based code and replace it with runtimemjacob2000-06-181-27/+27
* Roll platform minor number. Force definition of SCSI_ISP_FABRICmjacob2000-06-181-8/+6
* Roll core minor version. Set ISP_MAX_LUNS to be off of new isp_maxlunsmjacob2000-06-181-11/+4
* add "disable autodisconnect" flagsmjacob2000-06-181-0/+1
* cleanup i_int_X vs. uint_X definitionsmjacob2000-06-181-16/+16
* add MBOX_GET_RESOURCE_COUNT commandmjacob2000-06-181-0/+1
* Fix breakage to target mode support.mjacob2000-06-121-14/+25
* Fix some breakage about how we build WWNs. Do some other fabric relatedmjacob2000-05-091-136/+247
* roll platform minormjacob2000-05-091-1/+1
* Roll core minor version. Change our 'fabdev' tag to 'loggedin'.mjacob2000-05-091-6/+6
* Add in a watchdog routine to catch cases where we've dropped the command.mjacob2000-05-091-2/+32
* The storage for WWN from NVRAM is actually the PORT WWN, not the NODE WWN.mjacob2000-05-091-1/+12
* Conrrect a macro with parenthesis.mjacob2000-05-091-1/+1
* Now that we fixed the isp_sendmarker botch, we can now do initial busmjacob2000-04-211-4/+1
* Roll minor version. Increase size (and add defines for) topology storage.mjacob2000-04-211-2/+9
* Some minor tweaklets.mjacob2000-04-213-21/+44
* Add in the now required malloc.h include. I guess somebodymjacob2000-04-211-0/+1
* Pick up topology more sanely at f/w startup. Change the restrictions ofmjacob2000-04-211-22/+34
* Update (finally) 1.15.37 to 1.19.03 for the 2100. This allows us to notmjacob2000-04-211-20026/+23524
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* roll platform versions to 5.0mjacob2000-03-151-2/+2
* Don't do bus resets for ULTRA2 or later cards because what seems tomjacob2000-03-131-1/+4
* Add in mailbox return codes for failed fabric logins (port_id_used,mjacob2000-02-291-0/+23
* Minor non-FreeBSD changes (keeping source sync'd).mjacob2000-02-291-8/+19
* Prettier print of fabric devices being attached- say what kind ofmjacob2000-02-291-9/+59
* Slightly cleaner fabric support (whiter whites! redder reds!).. No,mjacob2000-02-291-124/+138
* Clean up defines for correct 12160/1080 exclusion. Final 4.0.mjacob2000-02-291-3/+3
* Fix ITDEBUG macro.mjacob2000-02-151-1/+1
* Correctly identify which bus of dual bus SCSI adapters some target modemjacob2000-02-151-2/+8
* Clean up some target mode debug messages. Fix (finally, I believe)mjacob2000-02-151-14/+9
* If the CDB length is greater than 12 for parallel SCSI, ispscsicmd hasmjacob2000-02-151-1/+5
* Clean out residual bogosity for fast posting stuff- ISP_NO_FASTPOST_SCSImjacob2000-02-151-15/+12
* Add in 12160 (Ultra3) support. Redo things to use the newbus code.mjacob2000-02-111-141/+196
* Turn back on fast posting- the code that turns it off (for 1020/1040) ismjacob2000-02-111-5/+0
* Correct a minor typo in error message.mjacob2000-02-111-1/+1
OpenPOWER on IntegriCloud