aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sym
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-12/+6
* - Flag sym(4) as supporting unmapped I/O; all necessary conversion actuallyMarius Strobl2013-06-051-3/+2
* Handle/mark/nuke unused arguments.Marius Strobl2013-06-051-49/+49
* CAM_DEV_QFREEZE handling should only be done on request submission butMarius Strobl2013-06-041-14/+3
* Don't try and negotiate sync mode if either period or offset are zero.Matt Jacob2013-02-251-17/+24
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-43/+7
* Use better arm memory barrierWarner Losh2013-01-111-1/+2
* Clang complains about the comparision of fak < 0 always beingWarner Losh2013-01-101-1/+0
* Add memory barrier macros for ARMOleksandr Tymoshenko2012-12-131-0/+2
* Revert the use of BUS_DMA_ALLOCNOW when creating the DMA tag for userMarius Strobl2012-07-191-2/+2
* Fix a braino in r236469; the number of DMA tags required for handlingMarius Strobl2012-06-142-8/+6
* Take advantage of nitems().Marius Strobl2012-06-021-4/+1
* Remove extraneous empty lines.Marius Strobl2012-05-261-32/+0
* - When creating the DMA tag for user data, don't ask for more segmentsMarius Strobl2012-05-262-39/+29
* Merge from r225950:Marius Strobl2011-10-071-5/+9
* More spelling fixes.Marius Strobl2011-04-222-2/+2
* - Correct spelling. [1]Marius Strobl2011-04-224-17/+13
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-2/+2
* - On sparc64 obtain the initiator ID from the Open Firmware device treeMarius Strobl2010-04-271-4/+9
* While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010)Stefan Eßer2009-10-311-1/+1
* Use xpt_register_async() in order to remove code duplication.Marius Strobl2008-10-141-7/+3
* Allow 53C1010 without NVRAM to negotiate Ultra-3.Marius Strobl2008-08-071-0/+2
* - Const'ify firmware and lookup-tables.Marius Strobl2008-05-155-53/+53
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9)Marius Strobl2008-04-241-118/+155
* - Use NULL instead of 0 for pointers.Marius Strobl2008-04-241-587/+579
* Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the sameStefan Eßer2007-07-201-12/+17
* Fix various compilation warnings for gcc-4.2.Matt Jacob2007-06-231-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+1
* Fix typo in comment.Thomas Quinot2007-03-051-3/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-5/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-116/+0
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-042-2/+2
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-2/+0
* FreeBSD has had endian conversion macros for a long time. Axe the customScott Long2005-12-051-46/+2
* Use a compile-time detection of 64-bit addressing so that thisRuslan Ermilov2005-12-041-11/+8
* Fix -Wundef.Ruslan Ermilov2005-12-041-8/+11
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-10/+0
* eliminate double free when sym_cam_attach failsSam Leffler2005-03-261-2/+7
* Use BUS_PROBE_DEFAULTWarner Losh2005-03-061-1/+2
* avoid null ptr derefSam Leffler2005-02-251-3/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-066-6/+6
* Attempt to fix Symbios driver on amd64. The private memory allocationStefan Eßer2005-01-011-0/+10
* Make it depend on PCI as well.Matt Jacob2004-09-101-0/+1
* Make sym depend, as a module, on cam.Matt Jacob2004-09-101-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-8/+8
* unifdef old interface support out to prevent false positives.Warner Losh2003-12-071-524/+0
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3