summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* fix broken _IOR usagemjacob2003-11-141-1/+1
* Turn off ISP_SMPLOCK- not to be turned on again.mjacob2003-10-211-1/+1
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* Add a module dependancy. Now CAM will autoload when you load this.markm2003-09-151-0/+1
* NetBSD'er with time on their hands (dma->DMA)mjacob2003-09-131-1/+1
* Bland synchronization of common source with no effect on FreeBSD whatsomever.mjacob2003-09-131-66/+132
* Some ridiculous target mode botches- like having the wrong definitionsmjacob2003-09-132-32/+34
* Some canonicalization function cleanups based upon some target modemjacob2003-09-131-13/+2
* No time like the present to turn back on SMP locking.mjacob2003-09-131-2/+1
* Report correct active vs. nvram node/port WWNs in an ioctl.mjacob2003-09-131-2/+4
* On reset, make sure that we have some parameters set correctly. Thismjacob2003-09-131-1/+18
* Move the inclusion of <machine/ofw_machdep.h> after the inclusion ofmarcel2003-09-021-1/+1
* Revert previous commit. Violates Maintainer (O'Brien knows how tomjacob2003-08-251-13/+24
* Use __FBSDID().obrien2003-08-244-6/+14
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-012-4/+8
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-13/+1
* Restore parentheses removed inappropriately in last commit.mjacob2003-06-011-2/+3
* Remove unused variablesphk2003-05-312-6/+5
* Add an explanatory comment about what operational modes in xfwopt are.mjacob2003-03-251-1/+5
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-192-5/+5
* 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
OpenPOWER on IntegriCloud