aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Add in some new IN_XXX and CT_XXXX flags in preparationMatt Jacob2000-07-181-0/+6
* If debugging set, zero out an incoming response entryMatt Jacob2000-07-181-1/+5
* The SERVICING_INTERRUPT isn't quite safe yet.Matt Jacob2000-07-181-0/+4
* Add a isp_target_putback_atio- we aren't using CCINCR at this time, soMatt Jacob2000-07-181-40/+169
* Raise debug level for some messages. Fix botched inversionMatt Jacob2000-07-181-11/+9
* Keep interrupts blocked for all of isp_pci_attach. Redo DMA routinesMatt Jacob2000-07-181-76/+159
* Oops! If we're deciding a command is now really dead, make *darned*Matt Jacob2000-07-051-0/+9
* Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds,Matt Jacob2000-07-051-7/+14
* Remove obsolete isp_dogactive tag.Matt Jacob2000-07-041-1/+1
* Fix completely stupid and idiotiuc sprintfs in isp_inline.h withMatt Jacob2000-07-041-36/+19
* Add in config_hook for catching when interrupts are safe- this allowsMatt Jacob2000-07-041-72/+91
* Add in isp_lock/isp_unlock inlines. Add in an islocked/intsok flagMatt Jacob2000-07-041-9/+82
* Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETEMatt Jacob2000-07-041-7/+2
* Change startup locking. Use new isp_handle_index functionMatt Jacob2000-07-041-20/+16
* Fix usage of DELAY (SYS_DELAY is the platform independent localMatt Jacob2000-06-271-468/+381
* Add in the enabling of interrupts (to isp_attach). Clean up a bustedMatt Jacob2000-06-271-34/+93
* Clean up private storage so that we can use the spriv_field0 toMatt Jacob2000-06-271-12/+33
* Add 8 bits of volatile mailbox busy mask- this will be the bitmask ofMatt Jacob2000-06-271-3/+5
* Add mailbox bitmask macros (numbers of available mailbox registersMatt Jacob2000-06-271-1/+9
* Add an isp_handle_index function- this is prepatory to loading more intoMatt Jacob2000-06-271-3/+15
* Clean up firmware load issues and remove darn near all config options.Matt Jacob2000-06-181-95/+43
* Removing this bulky one large f/w file. This f/w is now in dev/ispfw.Matt Jacob2000-06-181-36137/+0
* Once we have firmware running (if isp_reset) and this is the first timeMatt Jacob2000-06-181-34/+74
* Remove all ISP2100_SCCLUN define protected code and replace it withMatt Jacob2000-06-181-23/+12
* Remove all ISP2100_SCCLUN define based code and replace it with runtimeMatt Jacob2000-06-181-27/+27
* Roll platform minor number. Force definition of SCSI_ISP_FABRICMatt Jacob2000-06-181-8/+6
* Roll core minor version. Set ISP_MAX_LUNS to be off of new isp_maxlunsMatt Jacob2000-06-181-11/+4
* add "disable autodisconnect" flagsMatt Jacob2000-06-181-0/+1
* cleanup i_int_X vs. uint_X definitionsMatt Jacob2000-06-181-16/+16
* add MBOX_GET_RESOURCE_COUNT commandMatt Jacob2000-06-181-0/+1
* Fix breakage to target mode support.Matt Jacob2000-06-121-14/+25
* Fix some breakage about how we build WWNs. Do some other fabric relatedMatt Jacob2000-05-091-136/+247
* roll platform minorMatt Jacob2000-05-091-1/+1
* Roll core minor version. Change our 'fabdev' tag to 'loggedin'.Matt Jacob2000-05-091-6/+6
* Add in a watchdog routine to catch cases where we've dropped the command.Matt Jacob2000-05-091-2/+32
* The storage for WWN from NVRAM is actually the PORT WWN, not the NODE WWN.Matt Jacob2000-05-091-1/+12
* Conrrect a macro with parenthesis.Matt Jacob2000-05-091-1/+1
* Now that we fixed the isp_sendmarker botch, we can now do initial busMatt Jacob2000-04-211-4/+1
* Roll minor version. Increase size (and add defines for) topology storage.Matt Jacob2000-04-211-2/+9
* Some minor tweaklets.Matt Jacob2000-04-213-21/+44
* Add in the now required malloc.h include. I guess somebodyMatt Jacob2000-04-211-0/+1
* Pick up topology more sanely at f/w startup. Change the restrictions ofMatt Jacob2000-04-211-22/+34
* Update (finally) 1.15.37 to 1.19.03 for the 2100. This allows us to notMatt Jacob2000-04-211-20026/+23524
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* roll platform versions to 5.0Matt Jacob2000-03-151-2/+2
* Don't do bus resets for ULTRA2 or later cards because what seems toMatt Jacob2000-03-131-1/+4
* Add in mailbox return codes for failed fabric logins (port_id_used,Matt Jacob2000-02-291-0/+23
* Minor non-FreeBSD changes (keeping source sync'd).Matt Jacob2000-02-291-8/+19
* Prettier print of fabric devices being attached- say what kind ofMatt Jacob2000-02-291-9/+59
* Slightly cleaner fabric support (whiter whites! redder reds!).. No,Matt Jacob2000-02-291-124/+138