| Commit message (Expand) | Author | Age | Files | Lines |
| * | PAE support changes that included at least some minimal actual testing | Matt Jacob | 2004-09-23 | 1 | -14/+23 |
| * | Do the small amount of tweaking to support PAE for at least initiator mode. | Matt Jacob | 2004-09-07 | 1 | -1/+137 |
| * | Store the target handles in a separate list from normal commands. Add a | Nate Lawson | 2004-05-24 | 1 | -0/+21 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -4/+4 |
| * | If we're defined to have a default role for target mode, make it | Matt Jacob | 2004-02-07 | 1 | -5/+4 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+4 |
| * | 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 | 1 | -2/+4 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
| * | Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making sure | Matt Jacob | 2003-01-02 | 1 | -5/+7 |
| * | This should enable 10160 support. As best as I can tell, the same | Matt Jacob | 2002-10-11 | 1 | -0/+17 |
| * | Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTED | Matt Jacob | 2002-09-23 | 1 | -8/+12 |
| * | Fix the incorrect parsing of the Risc2Host isr. For RIO_16, | Matt Jacob | 2002-08-17 | 1 | -1/+13 |
| * | Don't test against default_iid being zero as a test for whether we | Matt Jacob | 2002-07-25 | 1 | -1/+2 |
| * | Make sure that if are in fact using 'full SMP', make the interrupt | Matt Jacob | 2002-07-25 | 1 | -6/+9 |
| * | 'Support' for ISP SBus cards. | Matt Jacob | 2002-07-11 | 1 | -8/+3 |
| * | Add override so that we can force set our hard loopdid. | Matt Jacob | 2002-07-08 | 1 | -0/+14 |
| * | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | Matt Jacob | 2002-06-16 | 1 | -241/+73 |
| * | Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE. | Matt Jacob | 2002-04-04 | 1 | -11/+4 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Redo stuff for sparc64- primarily fix bus dma implementation. The endian | Matt Jacob | 2002-04-02 | 1 | -133/+108 |
| * | More for f/w crash dumps (bug fixing and adding ioctl entry points | Matt Jacob | 2002-02-18 | 1 | -0/+19 |
| * | Hints for WWN are now WWNN and/or WWPN. | Matt Jacob | 2002-02-17 | 1 | -2/+2 |
| * | + A variety of 23XX changes: | Matt Jacob | 2002-02-04 | 1 | -2/+19 |
| * | Major restructuring for swizzling to the request queue and unswizzling from | Matt Jacob | 2001-12-11 | 1 | -156/+148 |
| * | Whups- remember to zero the isr pointer arg. | Matt Jacob | 2001-10-06 | 1 | -1/+3 |
| * | Respect QLogic's errata- read BIU_ISR even on the 2300 | Matt Jacob | 2001-10-06 | 1 | -0/+2 |
| * | If we're on an interrupt stack, mark things so that we don't try | Matt Jacob | 2001-09-04 | 1 | -10/+11 |
| * | Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This required | Matt Jacob | 2001-08-31 | 1 | -63/+206 |
| * | Some possibly helpful casts. | Matt Jacob | 2001-07-04 | 1 | -3/+3 |
| * | Fix warnings: | Peter Wemm | 2001-06-15 | 1 | -1/+1 |
| * | Spring MegaChange #1. | Matt Jacob | 2001-05-28 | 1 | -33/+38 |
| * | Complete some Ansification. Check to make sure, in tdma_mk, that we won't | Matt Jacob | 2001-04-04 | 1 | -17/+37 |
| * | For parallel SCSI, let us now do status with the final CTIO. For the 1080, | Matt Jacob | 2001-03-21 | 1 | -1/+4 |
| * | more 32 to 16 bit handle conversions | Matt Jacob | 2001-03-04 | 1 | -2/+2 |
| * | Switch to using 16 bit handles instead of 32 bit handles. | Matt Jacob | 2001-03-02 | 1 | -31/+36 |
| * | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 1 | -2/+2 |
| * | Eliminate the use of the getenv_int stuff we'd been using (with a bitmap | Matt Jacob | 2001-03-01 | 1 | -88/+110 |
| * | Shuffle around how we do isp_disable management- make sure we return 0 so | Matt Jacob | 2001-02-11 | 1 | -21/+25 |
| * | Set default adapter role. | Matt Jacob | 2001-01-15 | 1 | -0/+1 |
| * | add missing length argument | Matt Jacob | 2001-01-09 | 1 | -1/+1 |
| * | Set up to do a local interrupt fielding before calling common code- | Matt Jacob | 2000-12-29 | 1 | -8/+27 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -6/+3 |
| * | Remove more printfs and use either isp_prt or device_printf. Remember | Matt Jacob | 2000-12-05 | 1 | -34/+37 |
| * | Whoops! Forgot to commit this when I committed the other (turnin on locks) | Matt Jacob | 2000-10-25 | 1 | -13/+26 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | some copyright cleanups | Matt Jacob | 2000-09-21 | 1 | -3/+2 |
| * | Per msmith's request, don't attach to Qlogic 12160 id'd cards that have | Matt Jacob | 2000-09-07 | 1 | -0/+8 |
| * | * Completely rewrite the alpha busspace to hide the implementation from | Doug Rabson | 2000-08-28 | 1 | -9/+0 |