summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
...
* We aren't D_TAPE. We aren't anything. The reasons why this was ever setmjacob2004-02-161-1/+0
* Remove condition variables and status associated with target modemjacob2004-02-081-246/+169
* Checkpoint of work in progress in cleaning up target mode. It actuallymjacob2004-02-071-16/+92
* Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctlmjacob2004-01-231-0/+3
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* Add a module dependancy. Now CAM will autoload when you load this.markm2003-09-151-0/+1
* Report correct active vs. nvram node/port WWNs in an ioctl.mjacob2003-09-131-2/+4
* Use __FBSDID().obrien2003-08-241-1/+4
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-13/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* From PHK's flex tool- we can get -1 returned from xpt_path_target_id,mjacob2002-10-101-15/+18
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Tsk. Now that we're not using our own locks, we have to remembermjacob2002-09-061-0/+2
* Turn off usage of SMP style locking until we sort out CAM.mjacob2002-09-031-20/+58
* unused variable removal (pointed out by bde)mjacob2002-08-221-1/+0
* We only do isp_reinit from isp_async if ISP_FW_CRASH_DUMP is defined-mjacob2002-08-171-0/+12
* Put MODULE_VERSION back here so that ispfw is happy.mjacob2002-07-251-0/+2
* 'Support' for ISP SBus cards.mjacob2002-07-111-1/+3
* Add get/set param ioctl support.mjacob2002-07-081-124/+135
* Add support for ISP_FC_GETHINFO, which returns current connectionmjacob2002-06-161-38/+158
* Fix bus dma segment count to be based off of MAXPHYS, not BUS_SPACE_MAXSIZE.mjacob2002-04-041-52/+50
* Reorder some of the ioctls and add a few new ones.mjacob2002-02-211-1/+1
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsmjacob2002-02-181-0/+40
* Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows themjacob2002-01-031-1/+36
* Major restructuring for swizzling to the request queue and unswizzling frommjacob2001-12-111-19/+22
* Begin to implement target mode that for Fibre Channel has a privatemjacob2001-10-011-29/+59
* KSE Milestone 2julian2001-09-121-1/+1
* I don't know what I was thinking- if I have two separate busses on onmjacob2001-09-041-174/+136
* Add 2 Gigabit Fibre Channel support (2300 && 2312 cards). This requiredmjacob2001-08-311-64/+102
* Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE notmjacob2001-08-161-1/+2
* Redo how we manage SCSI device settings- have a 3rd flags (nvram) that recordsmjacob2001-07-301-52/+47
* Remove ISP_SMPLOCK stuff- we're just using locking now.mjacob2001-07-251-53/+40
* Oops- missed a CAMLOCK_2_ISP case.mjacob2001-07-051-0/+1
* Things have become cinched down more tightly about assertions for Giant.mjacob2001-07-051-4/+22
* Add CAM_NEW_TRAN_CODE support. Use correct CAMLOCK_2_ISPLOCK macros.mjacob2001-07-041-31/+234
* Spring MegaChange #1.mjacob2001-05-281-110/+376
* Redo a lot of the target mode infrastructure to be cognizant of Dual Busmjacob2001-04-041-188/+215
* Check CT2_SENDSTATUS/CT_SENDSTATUS against cto->ct_flags, notmjacob2001-03-211-6/+8
* Switch to using 16 bit handles instead of 32 bit handles.mjacob2001-03-021-18/+35
* Finally eliminate as many of the printf calls as possible (still leavingmjacob2001-03-011-30/+42
* Fix at2_entry_t to reflect what the firmware actually writes (insteadmjacob2001-02-271-7/+4
* Do some cleanup based upon adapter role- mainly not enabling interruptsmjacob2001-02-111-35/+33
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Guard against overflow of the calculated timeout value.mjacob2001-01-161-4/+9
* Do more cleanup of the usage of 0..125 for F-port topologies.mjacob2001-01-151-11/+29
* Follow the ISPASYNC_PDB_CHANGED -> ISPASYNC_LOGGED_INOUT change. Also,mjacob2001-01-091-2/+8
* Fix problems with incomplete conversions from printf to isp_prt.mjacob2000-12-311-5/+3
* Make sure we do locking if we call isp_intr.mjacob2000-12-291-1/+14
* Replace some more printfs with isp_prt's. Use isp_prt/ISP_LOGDEBUG0mjacob2000-12-051-31/+31
* More M_ZERO patches.dwmalone2000-12-031-2/+1
OpenPOWER on IntegriCloud