aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twa
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0318-18/+18
* Acquire Giant before making some CAM calls that need Giant to be held.Vinod Kashyap2005-06-112-1/+5
* Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on theVinod Kashyap2005-04-291-2/+12
* The latest release of the FreeBSD driver (twa) forVinod Kashyap2005-04-1227-31878/+36425
* check copyin+copyout return values when processing TWA_IOCTL_GET_LOCKSam Leffler2005-03-271-4/+6
* Kill MAJOR_AUTOPoul-Henning Kamp2005-03-171-2/+0
* Use the correct flags for bus_dma_tag_create().Scott Long2005-03-061-2/+2
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-1/+1
* Bumped up the driver version, following recent changes.Vinod Kashyap2005-02-121-1/+1
* 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems toVinod Kashyap2005-02-103-7/+7
* Changes corresponding to the 9.1.5.2 release of twa on the 3ware website.Vinod Kashyap2005-01-058-19555/+22218
* Changes to make twa work on amd64.Vinod Kashyap2004-08-182-2/+2
* Fix a typo that made the busdma tag have a 0 highaddr. This driver heavilyScott Long2004-06-241-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-5/+5
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Undid scottl's recent changes.Vinod Kashyap2004-05-173-2/+41
* Remove twa_intrhook prototype.Scott Long2004-05-151-1/+0
* Set the cpi.hba_inquiry field to something useful.Scott Long2004-05-151-1/+1
* Remove the config_intrhook as it is not needed.Scott Long2004-05-152-39/+1
* Unbreak LINT on 64-bit platforms. Note that this code is not style(9)-Dag-Erling Smørgrav2004-04-023-5/+6
* Initial check-in of the device driver for 3ware's 9000 seriesVinod Kashyap2004-03-3010-0/+29268