summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Core version 2.0 rewrite. In this file we replace isp_tdebug withmjacob2000-08-011-118/+104
* Core version 2.0 cleanup/rewrite. Things get rearranged and changedmjacob2000-08-011-164/+233
* Remove isp_prtstst (now in case statement in isp.c). Removemjacob2000-08-011-116/+47
* Remove isp_tdebug. Change all PRINTF macros to the now commonmjacob2000-08-011-125/+117
* Fix typo. Remove isp_tdebug (we'll use ISP_LOGTDEBUG2 in isp->isp_dblevmjacob2000-08-011-6/+3
* Add in lengths of SBus or PCI registers.mjacob2000-08-011-0/+3
* Rewrite for version 2.0. Some structural changes, but alsomjacob2000-08-011-34/+189
* Part of major rewrite for core version 2.0- clarification ofmjacob2000-08-011-99/+106
* Add in some new IN_XXX and CT_XXXX flags in preparationmjacob2000-07-181-0/+6
* If debugging set, zero out an incoming response entrymjacob2000-07-181-1/+5
* The SERVICING_INTERRUPT isn't quite safe yet.mjacob2000-07-181-0/+4
* Add a isp_target_putback_atio- we aren't using CCINCR at this time, somjacob2000-07-181-40/+169
* Raise debug level for some messages. Fix botched inversionmjacob2000-07-181-11/+9
* Keep interrupts blocked for all of isp_pci_attach. Redo DMA routinesmjacob2000-07-181-78/+161
* Oops! If we're deciding a command is now really dead, make *darned*mjacob2000-07-051-0/+9
* Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,mjacob2000-07-051-7/+14
* Remove obsolete isp_dogactive tag.mjacob2000-07-041-1/+1
* 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
OpenPOWER on IntegriCloud