| Commit message (Expand) | Author | Age | Files | Lines |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -16/+1 |
* | MFprojects/camlock r248982: | mav | 2013-04-14 | 1 | -1/+1 |
* | Fix twa(4) after the r246713. The driver copies data around to | kib | 2013-03-21 | 2 | -4/+8 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 3 | -41/+14 |
* | Give tw_osl_dbg_printf format string to pacify clang warning. | rdivacky | 2012-11-09 | 1 | -1/+1 |
* | Return CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE instead of CAM_TID_INVALID | mav | 2012-06-22 | 1 | -2/+2 |
* | Use bus_get_dma_tag() to inherit the 4G boundary restriction from the | jhb | 2012-03-07 | 2 | -8/+2 |
* | s/timout/timeout | kevlo | 2011-12-15 | 1 | -1/+1 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -5/+4 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix a compile problem introduced with r212008 on 32bit: | bz | 2010-09-04 | 1 | -1/+1 |
* | Drain watchdog callouts before detaching. This prevents a panic while | delphij | 2010-08-30 | 1 | -0/+4 |
* | Vendor update to version 3.80.06.003 to fix a panic with ZFS when under | delphij | 2010-08-30 | 12 | -258/+384 |
* | Don't use pack() for structures that is used purely for software state. | delphij | 2010-07-09 | 2 | -3/+3 |
* | Remove an unused comment. | delphij | 2010-06-17 | 1 | -1/+1 |
* | Apply driver update from LSI. Many thanks to LSI for continuing to | delphij | 2010-06-09 | 13 | -470/+196 |
* | MFp4: Large set of CAM inprovements. | mav | 2010-01-28 | 1 | -54/+5 |
* | Change the command argument to ioctl routines to u_long to avoid | rdivacky | 2009-09-22 | 2 | -2/+2 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | imp | 2009-05-20 | 1 | -3/+3 |
* | Use si_drv1 instead of dev2unit() in twe(4) and twa(4) | ed | 2009-04-14 | 1 | -4/+2 |
* | Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB to | jhb | 2009-03-23 | 3 | -7/+13 |
* | Limit DMA memory to lower addressable 4GB, without this patch, we | delphij | 2008-10-06 | 1 | -4/+4 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -2/+2 |
* | Deferred interrupts don't work yet, disable them. | scottl | 2007-10-12 | 1 | -0/+2 |
* | Update to version 3.70.03.007 from the vendor. This adds support for new | scottl | 2007-10-09 | 9 | -63/+89 |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 1 | -1/+1 |
* | Minor update to version 3.70.03.007 | scottl | 2007-05-19 | 2 | -2/+2 |
* | The version string scheme embeds the freebsd major release version, | scottl | 2007-05-10 | 2 | -2/+2 |
* | Import version 3.60.03.006 of the TWA driver: | scottl | 2007-05-09 | 19 | -48797/+103 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -13/+31 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 1 | -0/+2 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 1 | -7/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 1 | -2/+24 |
* | Use utc_offset() where applicable, and hide the internals of it | phk | 2006-10-02 | 1 | -3/+1 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 2 | -2/+2 |
* | Remove header pollution. | scottl | 2006-04-30 | 1 | -1/+0 |
* | twa corresponding to the 9.3.0.1 release on the 3ware website. This driver has | vkashyap | 2005-11-08 | 16 | -22638/+44190 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Don't pollute the entire kernel build with -I$S/dev/twa. | obrien | 2005-09-11 | 5 | -12/+12 |
* | Acquire Giant before making some CAM calls that need Giant to be held. | vkashyap | 2005-06-11 | 2 | -1/+5 |
* | Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on the | vkashyap | 2005-04-29 | 1 | -2/+12 |
* | The latest release of the FreeBSD driver (twa) for | vkashyap | 2005-04-12 | 27 | -31878/+36425 |
* | check copyin+copyout return values when processing TWA_IOCTL_GET_LOCK | sam | 2005-03-27 | 1 | -4/+6 |
* | Kill MAJOR_AUTO | phk | 2005-03-17 | 1 | -2/+0 |
* | Use the correct flags for bus_dma_tag_create(). | scottl | 2005-03-06 | 1 | -2/+2 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 1 | -1/+1 |
* | Bumped up the driver version, following recent changes. | vkashyap | 2005-02-12 | 1 | -1/+1 |
* | 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems to | vkashyap | 2005-02-10 | 3 | -7/+7 |
* | Changes corresponding to the 9.1.5.2 release of twa on the 3ware website. | vkashyap | 2005-01-05 | 8 | -19555/+22218 |