summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Pointy hat to me. Committed with building.mjacob2007-06-261-1/+1
* Extension of previous commit- when we have 2k login firmware, we need tomjacob2007-06-261-1/+7
* Yet another bug- when we have 2k login firmware, we needmjacob2007-06-251-1/+7
* Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.mjacob2007-06-111-2/+6
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...mjacob2007-05-111-3/+3
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-051-135/+99
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-021-6/+8
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)mjacob2007-03-221-6/+1
* Move bus_space_tag and bus_space_handle register accessmjacob2007-03-131-78/+64
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-121-1/+3
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-101-2/+0
* Redo previous newbus related change to be kinder tomjacob2007-02-231-1/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* There is a problem in setting/getting 'options'- if we check thingsmjacob2007-02-231-111/+133
* add a missing piece for 2432mjacob2007-02-101-0/+1
* Putative untested 2432 (PCI-E) support.mjacob2007-02-101-1/+12
* Clean up some of the various platform and release specific dma tagmjacob2007-01-231-25/+10
* error print cleanup && turn off ints if RISC is pausedmjacob2007-01-051-1/+2
* Restore revision 1.126 that got accidentally nuked.mjacob2006-12-181-0/+6
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasmjacob2006-12-161-7/+14
* Remove dependency on ispfw and firmware as modules.mjacob2006-12-101-4/+1
* Make the SAN login/logout stuff more common between different chipsetsmjacob2006-11-181-6/+0
* Disable code to set max read byte count on the 2400.mjacob2006-11-171-0/+6
* Push things closer to path failover by implementing loop down andmjacob2006-11-141-3/+25
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-021-60/+458
* Restore multi-version cleanliness.mjacob2006-09-031-3/+11
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-2/+3
* More ispfwfunc definitions funnies which break pre-7.0 builds.mjacob2006-09-011-1/+0
* 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
OpenPOWER on IntegriCloud