summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix RELENG_4 code version- isp_roles wasn't getting initialized somjacob2006-08-211-0/+6
* The register offset is within 4K, not 256 bytes, for some QLogic cards.mjacob2006-08-141-1/+1
* Some rearrangement of headers to minimize diffs with outside ofmjacob2006-07-161-3/+4
* Don't attach 2422's yet. It just confuses everyone.mjacob2006-07-141-0/+2
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwaremjacob2006-07-091-3/+76
* Do various fixes to support firmware loading for the 2322mjacob2006-07-031-4/+20
* Remove bzero/bcopy vestigesmjacob2006-05-221-21/+87
* Some more gratuitous format and name changes.mjacob2006-04-211-193/+404
* a) clean up some declaration stuff (i.e., make more modern with respectmjacob2006-02-151-63/+67
* Actually, no, I had it wrong in 1.109. The arguments to bus_dma_create_tagmjacob2006-02-041-11/+2
* i386/PAE defines bus_size_t to be 32-bits when it likely should be 64-bits.scottl2006-02-041-2/+5
* Remove use of inlines and use the functions as a library.mjacob2006-02-021-9/+15
* oopsmjacob2006-01-261-0/+3
* Put in at least an attempt to ID the 2422 (4Gb part)mjacob2006-01-261-0/+14
* First of several commits as this driver is dusted off and maybe broughtmjacob2006-01-231-3/+25
* Use uintmax_t and %j to print bus dma segment members rather than castingjhb2005-12-151-6/+7
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Fix some incorrectly swapped fields in an ICB.mjacob2005-05-111-2/+2
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Support the DELL OEM 2312 cards (1077,6312).mjacob2005-01-231-1/+12
* PAE support changes that included at least some minimal actual testingmjacob2004-09-231-14/+23
* Do the small amount of tweaking to support PAE for at least initiator mode.mjacob2004-09-071-1/+137
* Store the target handles in a separate list from normal commands. Add anjl2004-05-241-0/+21
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* If we're defined to have a default role for target mode, make itmjacob2004-02-071-5/+4
* Use __FBSDID().obrien2003-08-241-2/+4
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making suremjacob2003-01-021-5/+7
* This should enable 10160 support. As best as I can tell, the samemjacob2002-10-111-0/+17
* Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTEDmjacob2002-09-231-8/+12
* Fix the incorrect parsing of the Risc2Host isr. For RIO_16,mjacob2002-08-171-1/+13
* 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-251-6/+9
* 'Support' for ISP SBus cards.mjacob2002-07-111-8/+3
* Add override so that we can force set our hard loopdid.mjacob2002-07-081-0/+14
* Set all 23XX cards as 'touched' (we have trouble, unpredictably, aboutmjacob2002-06-161-241/+73
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.mjacob2002-04-041-11/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Redo stuff for sparc64- primarily fix bus dma implementation. The endianmjacob2002-04-021-133/+108
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsmjacob2002-02-181-0/+19
* Hints for WWN are now WWNN and/or WWPN.mjacob2002-02-171-2/+2
* + A variety of 23XX changes:mjacob2002-02-041-2/+19
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-111-156/+148
* Whups- remember to zero the isr pointer arg.mjacob2001-10-061-1/+3
* Respect QLogic's errata- read BIU_ISR even on the 2300mjacob2001-10-061-0/+2
* If we're on an interrupt stack, mark things so that we don't trymjacob2001-09-041-10/+11
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredmjacob2001-08-311-63/+206
OpenPOWER on IntegriCloud