summaryrefslogtreecommitdiffstats
path: root/sys/dev/sym
Commit message (Expand)AuthorAgeFilesLines
* Add a riscv define.br2016-06-011-0/+2
* Fix a bug in r298340: "sim" was referenced after being unset.markj2016-05-131-1/+1
* sys/dev: minor spelling fixes.pfg2016-05-031-3/+3
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-261-2/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* sym(4): Don't double-free 'sim' in failure casecem2016-04-201-0/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-32/+32
* Add the arm64 define.kib2015-10-081-0/+2
* Prevent overflow issues in timeout processingsmh2014-11-211-2/+2
* Remove ia64.marcel2014-07-071-2/+0
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,jhb2014-06-101-5/+1
* In sys/dev/sym/sym_hipd.c, remove static functions sym_que_first(),dim2013-12-251-21/+0
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-12/+6
* - Flag sym(4) as supporting unmapped I/O; all necessary conversion actuallymarius2013-06-051-3/+2
* Handle/mark/nuke unused arguments.marius2013-06-051-49/+49
* CAM_DEV_QFREEZE handling should only be done on request submission butmarius2013-06-041-14/+3
* Don't try and negotiate sync mode if either period or offset are zero.mjacob2013-02-251-17/+24
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-43/+7
* Use better arm memory barrierimp2013-01-111-1/+2
* Clang complains about the comparision of fak < 0 always beingimp2013-01-101-1/+0
* Add memory barrier macros for ARMgonzo2012-12-131-0/+2
* Revert the use of BUS_DMA_ALLOCNOW when creating the DMA tag for usermarius2012-07-191-2/+2
* Fix a braino in r236469; the number of DMA tags required for handlingmarius2012-06-142-8/+6
* Take advantage of nitems().marius2012-06-021-4/+1
* Remove extraneous empty lines.marius2012-05-261-32/+0
* - When creating the DMA tag for user data, don't ask for more segmentsmarius2012-05-262-39/+29
* Merge from r225950:marius2011-10-071-5/+9
* More spelling fixes.marius2011-04-222-2/+2
* - Correct spelling. [1]marius2011-04-224-17/+13
* Fix typos - remove duplicate "the".brucec2011-02-212-2/+2
* - On sparc64 obtain the initiator ID from the Open Firmware device treemarius2010-04-271-4/+9
* While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010)se2009-10-311-1/+1
* Use xpt_register_async() in order to remove code duplication.marius2008-10-141-7/+3
* Allow 53C1010 without NVRAM to negotiate Ultra-3.marius2008-08-071-0/+2
* - Const'ify firmware and lookup-tables.marius2008-05-155-53/+53
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9)marius2008-04-241-118/+155
* - Use NULL instead of 0 for pointers.marius2008-04-241-587/+579
* Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the samese2007-07-201-12/+17
* Fix various compilation warnings for gcc-4.2.mjacob2007-06-231-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* Fix typo in comment.thomas2007-03-051-3/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-5/+1
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-116/+0
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-042-2/+2
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-2/+0
* FreeBSD has had endian conversion macros for a long time. Axe the customscottl2005-12-051-46/+2
* Use a compile-time detection of 64-bit addressing so that thisru2005-12-041-11/+8
* Fix -Wundef.ru2005-12-041-8/+11
OpenPOWER on IntegriCloud