| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvs | cvs2svn | 2004-01-10 | 15 | -15/+15 |
| * | fix broken _IOR usage | Matt Jacob | 2003-11-14 | 1 | -1/+1 |
| * | Turn off ISP_SMPLOCK- not to be turned on again. | Matt Jacob | 2003-10-21 | 1 | -1/+1 |
| * | The present defaults for the open and close for device drivers which | Poul-Henning Kamp | 2003-09-27 | 1 | -2/+0 |
| * | Add a module dependancy. Now CAM will autoload when you load this. | Mark Murray | 2003-09-15 | 1 | -0/+1 |
| * | NetBSD'er with time on their hands (dma->DMA) | Matt Jacob | 2003-09-13 | 1 | -1/+1 |
| * | Bland synchronization of common source with no effect on FreeBSD whatsomever. | Matt Jacob | 2003-09-13 | 1 | -66/+132 |
| * | Some ridiculous target mode botches- like having the wrong definitions | Matt Jacob | 2003-09-13 | 2 | -32/+34 |
| * | Some canonicalization function cleanups based upon some target mode | Matt Jacob | 2003-09-13 | 1 | -13/+2 |
| * | No time like the present to turn back on SMP locking. | Matt Jacob | 2003-09-13 | 1 | -2/+1 |
| * | Report correct active vs. nvram node/port WWNs in an ioctl. | Matt Jacob | 2003-09-13 | 1 | -2/+4 |
| * | On reset, make sure that we have some parameters set correctly. This | Matt Jacob | 2003-09-13 | 1 | -1/+18 |
| * | Move the inclusion of <machine/ofw_machdep.h> after the inclusion of | Marcel Moolenaar | 2003-09-02 | 1 | -1/+1 |
| * | Revert previous commit. Violates Maintainer (O'Brien knows how to | Matt Jacob | 2003-08-25 | 1 | -13/+24 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 4 | -6/+14 |
| * | s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev | Warner Losh | 2003-08-23 | 1 | -1/+1 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 2 | -4/+8 |
| * | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | Nate Lawson | 2003-06-14 | 1 | -13/+1 |
| * | Restore parentheses removed inappropriately in last commit. | Matt Jacob | 2003-06-01 | 1 | -2/+3 |
| * | Remove unused variables | Poul-Henning Kamp | 2003-05-31 | 2 | -6/+5 |
| * | Add an explanatory comment about what operational modes in xfwopt are. | Matt Jacob | 2003-03-25 | 1 | -1/+5 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+6 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -5/+5 |
| * | Pointy hat- bad commit. | Matt Jacob | 2003-02-16 | 1 | -1/+1 |
| * | Make sure we propagate rxid && iid in isp_target_put_atio | Matt Jacob | 2003-02-16 | 1 | -0/+2 |
| * | Pick up some compilation warning fixes from NetBSD. | Matt Jacob | 2003-02-16 | 1 | -7/+7 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -5/+5 |
| * | Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making sure | Matt Jacob | 2003-01-02 | 1 | -5/+7 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 2 | -4/+4 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 3 | -4/+4 |
| * | LINT related fixes (as noticed by bde) | Matt Jacob | 2002-10-14 | 1 | -6/+6 |
| * | This should enable 10160 support. As best as I can tell, the same | Matt Jacob | 2002-10-11 | 3 | -4/+27 |
| * | From PHK's flex tool- we can get -1 returned from xpt_path_target_id, | Matt Jacob | 2002-10-10 | 1 | -15/+18 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
| * | Remove ISP_DMA_ADDR_T definition. | Matt Jacob | 2002-09-23 | 1 | -10/+17 |
| * | Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions. | Matt Jacob | 2002-09-23 | 1 | -0/+6 |
| * | Redo dma tag creation to correctly reflect the boundary and segment | Matt Jacob | 2002-09-23 | 1 | -8/+7 |
| * | Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTED | Matt Jacob | 2002-09-23 | 1 | -8/+12 |
| * | Fix buglet in A64 CTIO3 structure copy. | Matt Jacob | 2002-09-23 | 1 | -1/+1 |
| * | Remove ISP_DMA_ADDR_T define (see ispvar.h) | Matt Jacob | 2002-09-23 | 1 | -1/+4 |
| * | If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64 | Matt Jacob | 2002-09-23 | 1 | -22/+49 |
| * | The size argument to snprintf does not have to be backed off by one | Matt Jacob | 2002-09-07 | 1 | -17/+17 |
| * | Remove STRNCAT (==>strncat) usage. Apparently I never read the man | Matt Jacob | 2002-09-06 | 3 | -20/+17 |
| * | Tsk. Now that we're not using our own locks, we have to remember | Matt Jacob | 2002-09-06 | 1 | -0/+2 |
| * | Turn off usage of SMP style locking until we sort out CAM. | Matt Jacob | 2002-09-03 | 2 | -21/+72 |
| * | Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t. | Matt Jacob | 2002-08-22 | 1 | -0/+3 |
| * | unused variable removal (pointed out by bde) | Matt Jacob | 2002-08-22 | 1 | -1/+0 |
| * | If we're using ancient (pre 1.17.0) 2100 f/w (for the cards that cannot | Matt Jacob | 2002-08-17 | 1 | -22/+63 |
| * | We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined- | Matt Jacob | 2002-08-17 | 1 | -0/+12 |