aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Provide a needed argument to AT_MAKE_TAGID.Scott Long2005-01-231-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Until I can get a clearer architecture from PHK about why he wantsMatt Jacob2004-08-231-0/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Store the target handles in a separate list from normal commands. Add aNate Lawson2004-05-241-5/+28
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setMatt Jacob2004-02-161-1/+0
* Remove condition variables and status associated with target modeMatt Jacob2004-02-081-246/+169
* Checkpoint of work in progress in cleaning up target mode. It actuallyMatt Jacob2004-02-071-16/+92
* Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctlMatt Jacob2004-01-231-0/+3
* The present defaults for the open and close for device drivers whichPoul-Henning Kamp2003-09-271-2/+0
* Add a module dependancy. Now CAM will autoload when you load this.Mark Murray2003-09-151-0/+1
* Report correct active vs. nvram node/port WWNs in an ioctl.Matt Jacob2003-09-131-2/+4
* Use __FBSDID().David E. O'Brien2003-08-241-1/+4
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-13/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+6
* From PHK's flex tool- we can get -1 returned from xpt_path_target_id,Matt Jacob2002-10-101-15/+18
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* Tsk. Now that we're not using our own locks, we have to rememberMatt Jacob2002-09-061-0/+2
* Turn off usage of SMP style locking until we sort out CAM.Matt Jacob2002-09-031-20/+58
* unused variable removal (pointed out by bde)Matt Jacob2002-08-221-1/+0
* We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined-Matt Jacob2002-08-171-0/+12
* Put MODULE_VERSION back here so that ispfw is happy.Matt Jacob2002-07-251-0/+2
* 'Support' for ISP SBus cards.Matt Jacob2002-07-111-1/+3
* Add get/set param ioctl support.Matt Jacob2002-07-081-124/+135
* Add support for ISP_FC_GETHINFO, which returns current connectionMatt Jacob2002-06-161-38/+158
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.Matt Jacob2002-04-041-52/+50
* Reorder some of the ioctls and add a few new ones.Matt Jacob2002-02-211-1/+1
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsMatt Jacob2002-02-181-0/+40
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows theMatt Jacob2002-01-031-1/+36
* Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob2001-12-111-19/+22
* Begin to implement target mode that for Fibre Channel has a privateMatt Jacob2001-10-011-29/+59
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* I don't know what I was thinking- if I have two separate busses on onMatt Jacob2001-09-041-174/+136
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredMatt Jacob2001-08-311-64/+102
* Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE notMatt Jacob2001-08-161-1/+2
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsMatt Jacob2001-07-301-52/+47
* Remove ISP_SMPLOCK stuff- we're just using locking now.Matt Jacob2001-07-251-53/+40
* Oops- missed a CAMLOCK_2_ISP case.Matt Jacob2001-07-051-0/+1
* Things have become cinched down more tightly about assertions for Giant.Matt Jacob2001-07-051-4/+22
* Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros.Matt Jacob2001-07-041-31/+234
* Spring MegaChange #1.Matt Jacob2001-05-281-110/+376
* Redo a lot of the target mode infrastructure to be cognizant of Dual BusMatt Jacob2001-04-041-188/+215
* Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, notMatt Jacob2001-03-211-6/+8
* Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob2001-03-021-18/+35
* Finally eliminate as many of the printf calls as possible (still leavingMatt Jacob2001-03-011-30/+42
* Fix at2_entry_t to reflect what the firmware actually writes (insteadMatt Jacob2001-02-271-7/+4
* Do some cleanup based upon adapter role- mainly not enabling interruptsMatt Jacob2001-02-111-35/+33