aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twa
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_4'.cvs2svn2005-04-2017-35719/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-04-2017-0/+35719
* MFC: Use correct flags for bus_dma_tag_create().Vinod Kashyap2005-03-231-2/+2
* MFC: 1.25: Use BUS_PROBE_DEFAULT in preference to 0.David E. O'Brien2005-03-031-1/+1
* MFC of recent changes to fix device discovery, and fix amd64 compatibility fo...Vinod Kashyap2005-02-134-8/+8
* MFC to RELENG_5, recent changes corresponding to the 9.1.5.2 release of twa onVinod Kashyap2005-01-118-19447/+22110
* Merged from HEAD, twa changes for amd64 support.Vinod Kashyap2004-08-252-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