aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* more 32 to 16 bit handle conversionsMatt Jacob2001-03-041-2/+2
* More 32 to 16 bit handle stuff. Roll core minor version.Matt Jacob2001-03-041-2/+2
* Remove a superfluous newline in a string (isp_prt adds this).Matt Jacob2001-03-041-2/+2
* Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob2001-03-026-87/+150
* Fix isp_print_qentry to print all four lines- it's been broken for months.Matt Jacob2001-03-021-2/+3
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-2/+2
* Eliminate the use of the getenv_int stuff we'd been using (with a bitmapMatt Jacob2001-03-011-88/+110
* Go to a default port and default node wwn model. Eliminate isp_nameMatt Jacob2001-03-011-8/+8
* Finally eliminate as many of the printf calls as possible (still leavingMatt Jacob2001-03-011-30/+42
* Fix at2_entry_t to reflect what the firmware actually writes (insteadMatt Jacob2001-02-272-10/+6
* Fix a longstanding bug- we had the sense of what bit 14Matt Jacob2001-02-233-12/+27
* Eliminate ISP2100_FABRIC- we always allow for fabric now. Add anMatt Jacob2001-02-111-18/+85
* Add structure defining FC-AL position maps. The only tool that I know ofMatt Jacob2001-02-111-0/+16
* Shuffle around how we do isp_disable management- make sure we return 0 soMatt Jacob2001-02-111-21/+25
* Add isp_fc_runstate function- this function's purpose is to, in stages,Matt Jacob2001-02-111-0/+54
* Roll minor version. Remove ISP2100_FABRIC define (unneeded now).Matt Jacob2001-02-111-2/+6
* Do some cleanup based upon adapter role- mainly not enabling interruptsMatt Jacob2001-02-111-35/+33
* Minor stuff:Matt Jacob2001-02-111-370/+593
* Change and clean the mutex lock interface.Bosko Milekic2001-02-092-4/+4
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Guard against overflow of the calculated timeout value.Matt Jacob2001-01-161-4/+9
* Add was_fabric_dev/fabric_dev tags to our local FC database structureMatt Jacob2001-01-151-9/+45
* Put in offset definitions for FPM and FBM registers, plus just enoughMatt Jacob2001-01-151-0/+17
* Set default adapter role.Matt Jacob2001-01-151-0/+1
* Use the isp_lastmbxcmd tag to report timed out mailbox commands.Matt Jacob2001-01-151-2/+3
* Do more cleanup of the usage of 0..125 for F-port topologies.Matt Jacob2001-01-151-11/+29
* When resetting the Qlogic 2X00 units, reset the FPM (Fibre ProtocolMatt Jacob2001-01-151-75/+134
* ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT.Matt Jacob2001-01-091-4/+3
* Add some SNS "Register FC4 type" subcommand defines. Add some definesMatt Jacob2001-01-091-1/+13
* Up tsleep && poll time for mailbox commands from 2 to 10 seconds. PrintMatt Jacob2001-01-091-5/+9
* Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also,Matt Jacob2001-01-091-2/+8
* Add a isp_register_fc4_type function so that we work with McData switchesMatt Jacob2001-01-091-38/+107
* add missing length argumentMatt Jacob2001-01-091-1/+1
* Fix problems with incomplete conversions from printf to isp_prt.Matt Jacob2000-12-311-5/+3
* Change the modification of what could be a const string. Apparently theMatt Jacob2000-12-301-3/+2
* Add in Bill Sommerfeld's -Wformat stuff. Add a ISP_CFG_NOINIT optionMatt Jacob2000-12-291-0/+7
* Add in Bill Sommerfelds -Wformat changes. Set up default node && portMatt Jacob2000-12-291-31/+35
* Set up to do a local interrupt fielding before calling common code-Matt Jacob2000-12-291-8/+27
* Make sure we do locking if we call isp_intr.Matt Jacob2000-12-291-1/+14
* add a couple off offset defines for ATIO2sMatt Jacob2000-12-281-0/+3
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-6/+3
* Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.Matt Jacob2000-12-051-6/+10
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0Matt Jacob2000-12-051-31/+31
* Remove more printfs and use either isp_prt or device_printf. RememberMatt Jacob2000-12-051-34/+37
* More M_ZERO patches.David Malone2000-12-031-2/+1
* Add USEC_SLEEP macro support. Change the location at which we defineMatt Jacob2000-12-021-12/+17
* Make the Not RESPONSE in RESPONSE QUEUE message have a bit more infoMatt Jacob2000-12-021-14/+36
* Add interrupt instrumentation. Change ISP_CFG_NPORT config option toMatt Jacob2000-12-021-1/+11
* I'm dropping the MAINTAINER request and see what happens. If it becomesMatt Jacob2000-10-311-2/+0
* Get rid of ridiculous ISP_PVS macro. Instead, just set anMatt Jacob2000-10-251-6/+7