summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Pointy hat- bad commit.mjacob2003-02-161-1/+1
* Make sure we propagate rxid && iid in isp_target_put_atiomjacob2003-02-161-0/+2
* Pick up some compilation warning fixes from NetBSD.mjacob2003-02-161-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-5/+5
* Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making suremjacob2003-01-021-5/+7
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-303-4/+4
* LINT related fixes (as noticed by bde)mjacob2002-10-141-6/+6
* This should enable 10160 support. As best as I can tell, the samemjacob2002-10-113-4/+27
* From PHK's flex tool- we can get -1 returned from xpt_path_target_id,mjacob2002-10-101-15/+18
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Remove ISP_DMA_ADDR_T definition.mjacob2002-09-231-10/+17
* Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions.mjacob2002-09-231-0/+6
* Redo dma tag creation to correctly reflect the boundary and segmentmjacob2002-09-231-8/+7
* Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTEDmjacob2002-09-231-8/+12
* Fix buglet in A64 CTIO3 structure copy.mjacob2002-09-231-1/+1
* Remove ISP_DMA_ADDR_T define (see ispvar.h)mjacob2002-09-231-1/+4
* If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64mjacob2002-09-231-22/+49
* The size argument to snprintf does not have to be backed off by onemjacob2002-09-071-17/+17
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manmjacob2002-09-063-20/+17
* Tsk. Now that we're not using our own locks, we have to remembermjacob2002-09-061-0/+2
* Turn off usage of SMP style locking until we sort out CAM.mjacob2002-09-032-21/+72
* Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t.mjacob2002-08-221-0/+3
* unused variable removal (pointed out by bde)mjacob2002-08-221-1/+0
* If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannotmjacob2002-08-171-22/+63
* We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined-mjacob2002-08-171-0/+12
* Fix the incorrect parsing of the Risc2Host isr. For RIO_16,mjacob2002-08-171-1/+13
* Add ICBXOPT_ZIO definition.mjacob2002-08-171-0/+1
* Add ISPASYNC_FW_DUMPED async event.mjacob2002-08-171-0/+3
* Frequency default should be '25' for 25MHz, not 25000000.mjacob2002-07-251-7/+23
* Don't test against default_iid being zero as a test for whether wemjacob2002-07-251-1/+2
* Make sure that if are in fact using 'full SMP', make the interruptmjacob2002-07-253-12/+25
* Put MODULE_VERSION back here so that ispfw is happy.mjacob2002-07-251-0/+2
* Remove a couple of debugging lines.mjacob2002-07-111-7/+0
* 'Support' for ISP SBus cards.mjacob2002-07-115-9/+853
* Add 2002 to copyright.mjacob2002-07-081-1/+1
* Add get/set param ioctl support.mjacob2002-07-082-135/+154
* Add get/set param ioctls.mjacob2002-07-081-0/+23
* Add override so that we can force set our hard loopdid.mjacob2002-07-081-0/+14
* Remove the 'bogus registrant' hack for fabric searches. It reallymjacob2002-07-081-12/+9
* If the HBA is already 'touched', still set maxluns. Othewise formjacob2002-06-161-67/+126
* Add support for ISP_FC_GETHINFO, which returns current connectionmjacob2002-06-161-38/+158
* Extend private adjunct to ATIO to have both tag lun, and extended statemjacob2002-06-161-1/+10
* Force commit (last CVS comment was wrong).mjacob2002-06-161-1/+0
* Add ISP_FC_GETHINFO ioctl.mjacob2002-06-162-1/+30
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob2002-06-161-241/+73
* Change isp_target_async to a function returning an integer.mjacob2002-06-161-20/+8
* Set default command count to 0xfe. This tells the f/w essentiallymjacob2002-06-161-3/+5
* Add MBOX_DRIVER_HEARTBEAT/MBOX_FW_HEARTBEAT/FC4_FC_SVC defines.mjacob2002-06-161-0/+4
* Roll minor version. Add ISPASYNC_FW_RESTARTED async event. Addmjacob2002-06-161-4/+11
OpenPOWER on IntegriCloud