aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r254263:Scott Long2013-08-131-7/+5
* Big MFC of the physbio changes necessary for unmapped I/O. These changesScott Long2013-06-181-62/+10
* MFC 242479,242480: Force segments to 1 for mappingMatt Jacob2012-11-121-3/+2
* MFC of 240219 - remove useless test.Matt Jacob2012-09-211-4/+2
* MFC of 239502: Remove dependence on MAXPHYS.Matt Jacob2012-09-201-2/+7
* MFC of 239010Matt Jacob2012-09-021-10/+12
* MFC of 239218Matt Jacob2012-09-021-10/+12
* MFC of 238859Matt Jacob2012-09-021-13/+83
* MFC of 237537Matt Jacob2012-09-021-14/+8
* MFC of 237210Matt Jacob2012-09-021-10/+5
* Very belated MFC of 227548Matt Jacob2012-09-021-0/+2
* MFC of 237135Matt Jacob2012-06-171-0/+1
* MFC r236379:Eitan Adler2012-06-061-0/+2
* Most of these changes to isp are to allow for isp.ko unloading.Matt Jacob2011-08-131-28/+52
* Add support QLE220 card- an 2500 lookalike.Matt Jacob2011-03-101-0/+15
* - Use the correct DMA tag/map pair for synchronize the FC scratch area.Marius Strobl2011-02-141-16/+16
* Various minor and not so minor fixes suggested by Coverity.Matt Jacob2010-06-021-13/+13
* On sparc64 obtain the initiator ID from the Open Firmware device treeMarius Strobl2010-05-031-0/+9
* Put gone device timer into a structure tag that can hold more than 32 seconds...Matt Jacob2010-03-171-3/+3
* Revamp the pieces of some of the stuff I forgot to do when shifting toMatt Jacob2010-02-271-12/+6
* Fix misallocation error in target mode.Matt Jacob2010-02-271-1/+1
* Redo how commands handles are created and managed and implement sequenceMatt Jacob2010-02-031-4/+12
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-011-1457/+488
* Pointy hat to me. Committed with building.Matt Jacob2007-06-261-1/+1
* Extension of previous commit- when we have 2k login firmware, we need toMatt Jacob2007-06-261-1/+7
* Yet another bug- when we have 2k login firmware, we needMatt Jacob2007-06-251-1/+7
* Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.Matt Jacob2007-06-111-2/+6
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...Matt Jacob2007-05-111-3/+3
* Make this an MP safe driver but also still be multi-release.Matt Jacob2007-05-051-135/+99
* Temporarily desupport simultaneous target and initiator mode.Matt Jacob2007-04-021-6/+8
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)Matt Jacob2007-03-221-6/+1
* Move bus_space_tag and bus_space_handle register accessMatt Jacob2007-03-131-78/+64
* Fix compilation issues found in RELENG_4 port and merge theMatt Jacob2007-03-121-1/+3
* Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob2007-03-101-2/+0
* Redo previous newbus related change to be kinder toMatt Jacob2007-02-231-1/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* There is a problem in setting/getting 'options'- if we check thingsMatt Jacob2007-02-231-111/+133
* add a missing piece for 2432Matt Jacob2007-02-101-0/+1
* Putative untested 2432 (PCI-E) support.Matt Jacob2007-02-101-1/+12
* Clean up some of the various platform and release specific dma tagMatt Jacob2007-01-231-25/+10
* error print cleanup && turn off ints if RISC is pausedMatt Jacob2007-01-051-1/+2
* Restore revision 1.126 that got accidentally nuked.Matt Jacob2006-12-181-0/+6
* Implement ISP_RESET0 for PCI and SBUS attachments- isp_reset hasMatt Jacob2006-12-161-7/+14
* Remove dependency on ispfw and firmware as modules.Matt Jacob2006-12-101-4/+1
* Make the SAN login/logout stuff more common between different chipsetsMatt Jacob2006-11-181-6/+0
* Disable code to set max read byte count on the 2400.Matt Jacob2006-11-171-0/+6
* Push things closer to path failover by implementing loop down andMatt Jacob2006-11-141-3/+25
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob2006-11-021-60/+458
* Restore multi-version cleanliness.Matt Jacob2006-09-031-3/+11
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isJohn-Mark Gurney2006-09-031-2/+3