summaryrefslogtreecommitdiffstats
path: root/sys/dev/twa
Commit message (Expand)AuthorAgeFilesLines
* Fix a compile problem introduced with r212008 on 32bit:bz2010-09-041-1/+1
* Drain watchdog callouts before detaching. This prevents a panic whiledelphij2010-08-301-0/+4
* Vendor update to version 3.80.06.003 to fix a panic with ZFS when underdelphij2010-08-3012-258/+384
* Don't use pack() for structures that is used purely for software state.delphij2010-07-092-3/+3
* Remove an unused comment.delphij2010-06-171-1/+1
* Apply driver update from LSI. Many thanks to LSI for continuing todelphij2010-06-0913-470/+196
* MFp4: Large set of CAM inprovements.mav2010-01-281-54/+5
* Change the command argument to ioctl routines to u_long to avoidrdivacky2009-09-222-2/+2
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-3/+3
* Use si_drv1 instead of dev2unit() in twe(4) and twa(4)ed2009-04-141-4/+2
* Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB tojhb2009-03-233-7/+13
* Limit DMA memory to lower addressable 4GB, without this patch, wedelphij2008-10-061-4/+4
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Deferred interrupts don't work yet, disable them.scottl2007-10-121-0/+2
* Update to version 3.70.03.007 from the vendor. This adds support for newscottl2007-10-099-63/+89
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Minor update to version 3.70.03.007scottl2007-05-192-2/+2
* The version string scheme embeds the freebsd major release version,scottl2007-05-102-2/+2
* Import version 3.60.03.006 of the TWA driver:scottl2007-05-0919-48797/+103
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-13/+31
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-7/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-2/+24
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-3/+1
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-2/+2
* Remove header pollution.scottl2006-04-301-1/+0
* twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasvkashyap2005-11-0816-22638/+44190
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Don't pollute the entire kernel build with -I$S/dev/twa.obrien2005-09-115-12/+12
* Acquire Giant before making some CAM calls that need Giant to be held.vkashyap2005-06-112-1/+5
* Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on thevkashyap2005-04-291-2/+12
* The latest release of the FreeBSD driver (twa) forvkashyap2005-04-1227-31878/+36425
* check copyin+copyout return values when processing TWA_IOCTL_GET_LOCKsam2005-03-271-4/+6
* Kill MAJOR_AUTOphk2005-03-171-2/+0
* Use the correct flags for bus_dma_tag_create().scottl2005-03-061-2/+2
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-011-1/+1
* Bumped up the driver version, following recent changes.vkashyap2005-02-121-1/+1
* 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems tovkashyap2005-02-103-7/+7
* Changes corresponding to the 9.1.5.2 release of twa on the 3ware website.vkashyap2005-01-058-19555/+22218
* Changes to make twa work on amd64.vkashyap2004-08-182-2/+2
* Fix a typo that made the busdma tag have a 0 highaddr. This driver heavilyscottl2004-06-241-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-5/+5
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Undid scottl's recent changes.vkashyap2004-05-173-2/+41
* Remove twa_intrhook prototype.scottl2004-05-151-1/+0
* Set the cpi.hba_inquiry field to something useful.scottl2004-05-151-1/+1
* Remove the config_intrhook as it is not needed.scottl2004-05-152-39/+1
* Unbreak LINT on 64-bit platforms. Note that this code is not style(9)-des2004-04-023-5/+6
* Initial check-in of the device driver for 3ware's 9000 seriesvkashyap2004-03-3010-0/+29268
OpenPOWER on IntegriCloud