summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
Commit message (Expand)AuthorAgeFilesLines
* Amazingly we've been freeing a handle and using that which it refers tomjacob2010-01-151-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-4/+4
* Make sure that the WWNN is also created for 2100..2300 cards.mjacob2010-01-031-0/+2
* Create a Node WWN from the *Port* WWN, not vice versa, for 2400s.mjacob2009-12-311-5/+4
* Fix cases where we've managed to get a Loop UP event prior to initializingmjacob2009-12-042-43/+52
* Unbreak SBus cards which have been broken (apparently) for a while.mjacob2009-11-021-18/+8
* (semiforced commit to add comment missed in last delta)mjacob2009-09-213-2/+1
* Remove file unused in freebsd.mjacob2009-09-214-457/+66
* Accomodate old style XPT_IMMED_NOTIFY and XPT_NOTIFY_ACK so thatmjacob2009-09-152-27/+43
* Have at least *some* default WWN to fall back on,mjacob2009-08-131-0/+4
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-0114-8141/+10486
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-1/+2
* Change uses of the struct ccb_hdr timeout_ch missed when isp(4) wasmarius2009-05-101-2/+3
* Don't try reading the SXP_PINS_DIFF on the 10160 and 12160 SCSImarius2008-12-151-4/+17
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Add missing locking for SBus controllers.scottl2007-11-051-0/+5
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Spelling fix for interupt -> interruptkevlo2007-10-121-2/+2
* Fix off-by-two errors.jkim2007-08-281-2/+2
* Export 4Gbps Fibre Channel link speed correctly with inquiry commands.jkim2007-08-231-9/+8
* Get rid of a couple of Coverity found sign comparison errors.mjacob2007-07-101-3/+3
* Be more conservative- turn off fast posting and RIO for 22XX cards.mjacob2007-07-101-7/+2
* Recover from some major omissions/problems with the 24XX port.mjacob2007-07-024-21/+57
* 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
* If we're going to (for 23XX and 24XX cards) DMA firmware from themjacob2007-06-241-2/+2
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-2/+3
* Remove some ioctls that were ill-thought out. There is no usermjacob2007-06-112-128/+14
* Only try and set a segment lim size to 1 << 32 iff bus_size_t > 4.mjacob2007-06-111-2/+6
* Quiet GCC 4.2 warning.mjacob2007-06-081-1/+1
* Temp workaround for config_intrhook_establish running the hookmjacob2007-05-131-0/+3
* Bad merge.mjacob2007-05-111-1/+1
* Fix pointy-hat problem with BUS_DMA_ROOTARG macro that caused problems for sp...mjacob2007-05-112-5/+5
* Make this an MP safe driver but also still be multi-release.mjacob2007-05-056-502/+441
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-3/+4
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-026-18/+38
* Fix compilation problem (add a const) for pre-7.0 compiles.mjacob2007-03-311-1/+1
* some minor error message cleanupsmjacob2007-03-291-4/+4
* Don't derference a pointer before setting it.mjacob2007-03-281-2/+2
* MFP4: a) Some constification from NetBSD (gcc 4.1.2)mjacob2007-03-225-125/+142
* Don't call isp_intr from isp_start- this seems to, in rare cases,mjacob2007-03-141-7/+1
* Move bus_space_tag and bus_space_handle register accessmjacob2007-03-133-86/+79
* Restore optr if you trash it for 24XX target mode.mjacob2007-03-131-0/+1
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-124-11/+27
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-1013-255/+255
* Redo previous newbus related change to be kinder tomjacob2007-02-233-2/+9
* Don't attempt to load illegal hard loop addresses intomjacob2007-02-233-49/+31
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
OpenPOWER on IntegriCloud