aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/firewire/sbp.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* firewire: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* firewire(4): Fix "set but not used" warningsEdward Tomasz Napierala2021-12-201-2/+0
* cam: prefer cam_sim_softc() over accessing cam_sim structure directly.Warner Losh2021-06-031-2/+2
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Make sbp(4) use xpt_alloc_ccb/xpt_free_ccb instead of malloc/free.Edward Tomasz Napierala2020-11-231-3/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Remove sparc64 kernel supportWarner Losh2020-02-031-4/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* firewire/sbp: try to improve locking, plus a few style nitsAndriy Gapon2017-03-071-23/+42
* Add safety check against too long CDB.Alexander Motin2017-02-281-0/+5
* In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala2017-01-051-4/+4
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-6/+8
* Remove obsolete compatibility glue and improve firewire code readability.Alexander Kabaev2014-09-271-92/+93
* Start the process of cleaning up FreeBSD's firewire driver.Will Andrews2014-09-181-89/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-16/+8
* Revert r267961, r267973:Glen Barber2014-06-271-8/+16
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-16/+8
* Set target->sbp field to valid value when sbp device is created.Alexander Kabaev2014-06-201-1/+1
* Various cleanups and fixes:John Baldwin2014-05-271-172/+102
* Remove some unused variables.Christian Brueffer2014-05-161-2/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-16/+19
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-3/+5
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-5/+3
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-3/+5
* MFprojects/camlock r248982:Alexander Motin2013-04-141-2/+2
* bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD orWarner Losh2013-02-211-3/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-8/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inKenneth D. Merry2011-10-031-2/+2
* Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-111-1/+2
* Cast a bus_size_t to a (size_t) to use %zd specifier. Not quite theWarner Losh2010-03-291-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-3/+3
* Enhance debugging mode by storing the string "BB:TT:LL" once and useSean Bruno2009-02-181-150/+143
* Remove unused variable.Max Khon2009-02-091-2/+1
* Some updates and bug squashing in the firewire stack.Sean Bruno2009-02-011-1/+12
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* - Lock sbp_write_cmd() and ORB_POINTER_ACTIVE flag.Hidetoshi Shimokawa2007-06-161-11/+41
* - Suppress compiler optimization so that orb[1] must be written first.Hidetoshi Shimokawa2007-06-141-2/+7
* Add a tunable hw.firewire.phydma_enable.Hidetoshi Shimokawa2007-06-071-0/+7
* Fix a typo to make this file compileAndrew Gallatin2007-06-061-1/+1
* MFp4: MPSAFE firewire stack.Hidetoshi Shimokawa2007-06-061-10/+67
* MFp4: Fix broken userland API for async packets.Hidetoshi Shimokawa2007-04-301-20/+4
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-0/+1
* Replace xfer->act.hand with xfer->hand.Hidetoshi Shimokawa2007-03-161-9/+9
* * Remove xfer->retry_req.Hidetoshi Shimokawa2007-03-161-2/+0
* Print warning for large DFLTPHYS.Hidetoshi Shimokawa2007-03-161-0/+5