| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -2/+4 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -2/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making sure | mjacob | 2003-01-02 | 1 | -5/+7 |
* | This should enable 10160 support. As best as I can tell, the same | mjacob | 2002-10-11 | 1 | -0/+17 |
* | Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTED | mjacob | 2002-09-23 | 1 | -8/+12 |
* | Fix the incorrect parsing of the Risc2Host isr. For RIO_16, | mjacob | 2002-08-17 | 1 | -1/+13 |
* | Don't test against default_iid being zero as a test for whether we | mjacob | 2002-07-25 | 1 | -1/+2 |
* | Make sure that if are in fact using 'full SMP', make the interrupt | mjacob | 2002-07-25 | 1 | -6/+9 |
* | 'Support' for ISP SBus cards. | mjacob | 2002-07-11 | 1 | -8/+3 |
* | Add override so that we can force set our hard loopdid. | mjacob | 2002-07-08 | 1 | -0/+14 |
* | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | mjacob | 2002-06-16 | 1 | -241/+73 |
* | Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE. | mjacob | 2002-04-04 | 1 | -11/+4 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Redo stuff for sparc64- primarily fix bus dma implementation. The endian | mjacob | 2002-04-02 | 1 | -133/+108 |
* | More for f/w crash dumps (bug fixing and adding ioctl entry points | mjacob | 2002-02-18 | 1 | -0/+19 |
* | Hints for WWN are now WWNN and/or WWPN. | mjacob | 2002-02-17 | 1 | -2/+2 |
* | + A variety of 23XX changes: | mjacob | 2002-02-04 | 1 | -2/+19 |
* | Major restructuring for swizzling to the request queue and unswizzling from | mjacob | 2001-12-11 | 1 | -156/+148 |
* | Whups- remember to zero the isr pointer arg. | mjacob | 2001-10-06 | 1 | -1/+3 |
* | Respect QLogic's errata- read BIU_ISR even on the 2300 | mjacob | 2001-10-06 | 1 | -0/+2 |
* | If we're on an interrupt stack, mark things so that we don't try | mjacob | 2001-09-04 | 1 | -10/+11 |
* | Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This required | mjacob | 2001-08-31 | 1 | -63/+206 |
* | Some possibly helpful casts. | mjacob | 2001-07-04 | 1 | -3/+3 |
* | Fix warnings: | peter | 2001-06-15 | 1 | -1/+1 |
* | Spring MegaChange #1. | mjacob | 2001-05-28 | 1 | -33/+38 |
* | Complete some Ansification. Check to make sure, in tdma_mk, that we won't | mjacob | 2001-04-04 | 1 | -17/+37 |
* | For parallel SCSI, let us now do status with the final CTIO. For the 1080, | mjacob | 2001-03-21 | 1 | -1/+4 |
* | more 32 to 16 bit handle conversions | mjacob | 2001-03-04 | 1 | -2/+2 |
* | Switch to using 16 bit handles instead of 32 bit handles. | mjacob | 2001-03-02 | 1 | -31/+36 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 1 | -2/+2 |
* | Eliminate the use of the getenv_int stuff we'd been using (with a bitmap | mjacob | 2001-03-01 | 1 | -88/+110 |
* | Shuffle around how we do isp_disable management- make sure we return 0 so | mjacob | 2001-02-11 | 1 | -21/+25 |
* | Set default adapter role. | mjacob | 2001-01-15 | 1 | -0/+1 |
* | add missing length argument | mjacob | 2001-01-09 | 1 | -1/+1 |
* | Set up to do a local interrupt fielding before calling common code- | mjacob | 2000-12-29 | 1 | -8/+27 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -6/+3 |
* | Remove more printfs and use either isp_prt or device_printf. Remember | mjacob | 2000-12-05 | 1 | -34/+37 |
* | Whoops! Forgot to commit this when I committed the other (turnin on locks) | mjacob | 2000-10-25 | 1 | -13/+26 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | some copyright cleanups | mjacob | 2000-09-21 | 1 | -3/+2 |
* | Per msmith's request, don't attach to Qlogic 12160 id'd cards that have | mjacob | 2000-09-07 | 1 | -0/+8 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 1 | -9/+0 |
* | remove clause 3 licence | mjacob | 2000-08-27 | 1 | -7/+1 |
* | Part of major rewrite for core version 2.0- clarification of | mjacob | 2000-08-01 | 1 | -99/+106 |
* | Keep interrupts blocked for all of isp_pci_attach. Redo DMA routines | mjacob | 2000-07-18 | 1 | -78/+161 |
* | Change startup locking. Use new isp_handle_index function | mjacob | 2000-07-04 | 1 | -20/+16 |
* | Clean up firmware load issues and remove darn near all config options. | mjacob | 2000-06-18 | 1 | -95/+43 |