summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
...
* Add in Bill Sommerfeld's -Wformat stuff. Add a ISP_CFG_NOINIT optionmjacob2000-12-291-0/+7
* Add in Bill Sommerfelds -Wformat changes. Set up default node && portmjacob2000-12-291-31/+35
* Set up to do a local interrupt fielding before calling common code-mjacob2000-12-291-8/+27
* Make sure we do locking if we call isp_intr.mjacob2000-12-291-1/+14
* add a couple off offset defines for ATIO2smjacob2000-12-281-0/+3
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-6/+3
* Only call ISP_UNLOCK/ISP_LOCK if isp->isp_osinfo.intsok in USEC_SLEEP.mjacob2000-12-051-6/+10
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0mjacob2000-12-051-31/+31
* Remove more printfs and use either isp_prt or device_printf. Remembermjacob2000-12-051-34/+37
* More M_ZERO patches.dwmalone2000-12-031-2/+1
* Add USEC_SLEEP macro support. Change the location at which we definemjacob2000-12-021-12/+17
* Make the Not RESPONSE in RESPONSE QUEUE message have a bit more infomjacob2000-12-021-14/+36
* Add interrupt instrumentation. Change ISP_CFG_NPORT config option tomjacob2000-12-021-1/+11
* I'm dropping the MAINTAINER request and see what happens. If it becomesmjacob2000-10-311-2/+0
* Get rid of ridiculous ISP_PVS macro. Instead, just set anmjacob2000-10-251-6/+7
* Whoops! Forgot to commit this when I committed the other (turnin on locks)mjacob2000-10-251-13/+26
* Catch up to moving headers:jhb2000-10-201-1/+1
* Roll minor revision- for once we'll use this because.... if revision >= 5.4,mjacob2000-10-171-32/+30
* remove "SERVICING_INTERRUPT" nonsensemjacob2000-10-171-2/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make changes required by change in how default and usable node and portmjacob2000-10-121-15/+3
* Redo how default Node and Port WWNs are determined (again!). This is somjacob2000-10-121-29/+66
* Change some default macro usages/definitions/requirements.mjacob2000-10-121-11/+16
* 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
OpenPOWER on IntegriCloud