summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* some copyright cleanupsmjacob2000-09-2110-50/+21
* Inintialize the queue index stuff from what the f/w sends back- justmjacob2000-09-211-3/+4
* Per msmith's request, don't attach to Qlogic 12160 id'd cards that havemjacob2000-09-071-0/+8
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-9/+0
* remove clause 3 licencemjacob2000-08-271-7/+1
* various fixesmjacob2000-08-277-241/+409
* Add a comment as to where stdarg.h applies.mjacob2000-08-031-1/+1
* Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.jhb2000-08-031-1/+1
* Add in macros && masks so that mailbox command errors can bemjacob2000-08-011-0/+3
* Major whacking for core version 2.0. A major motivator for 2.0 and thesemjacob2000-08-011-938/+980
* 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
OpenPOWER on IntegriCloud