| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 18 | -18/+18 |
| * | MFC: Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB | John Baldwin | 2009-03-30 | 3 | -7/+13 |
| * | MFC r183660: Limit DMA memory to lower addressable 4GB, without | Xin LI | 2008-10-14 | 1 | -4/+4 |
| * | Merge rev 1.6: Disable defered interrupt processing. There are reports that | Scott Long | 2007-10-19 | 1 | -0/+2 |
| * | Update to version 3.70.03.007 from the vendor. This adds support for new | Scott Long | 2007-10-09 | 9 | -63/+89 |
| * | Prepare for future integration between CAM and newbus. xpt_bus_register | Scott Long | 2007-06-17 | 1 | -1/+1 |
| * | Minor update to version 3.70.03.007 | Scott Long | 2007-05-19 | 2 | -2/+2 |
| * | The version string scheme embeds the freebsd major release version, | Scott Long | 2007-05-10 | 2 | -2/+2 |
| * | Import version 3.60.03.006 of the TWA driver: | Scott Long | 2007-05-09 | 19 | -48797/+103 |
| * | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | Scott Long | 2007-04-15 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -13/+31 |
| * | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 1 | -0/+2 |
| * | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | Matt Jacob | 2006-11-02 | 1 | -7/+0 |
| * | The first of 3 major steps to move the CAM layer forward to using | Matt Jacob | 2006-10-31 | 1 | -1/+23 |
| * | Use utc_offset() where applicable, and hide the internals of it | Poul-Henning Kamp | 2006-10-02 | 1 | -3/+1 |
| * | First part of a little cleanup in the calendar/timezone/RTC handling. | Poul-Henning Kamp | 2006-10-02 | 2 | -2/+2 |
| * | Remove header pollution. | Scott Long | 2006-04-30 | 1 | -1/+0 |
| * | twa corresponding to the 9.3.0.1 release on the 3ware website. This driver has | Vinod Kashyap | 2005-11-08 | 16 | -22601/+44153 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | Don't pollute the entire kernel build with -I$S/dev/twa. | David E. O'Brien | 2005-09-11 | 5 | -12/+12 |
| * | Acquire Giant before making some CAM calls that need Giant to be held. | Vinod Kashyap | 2005-06-11 | 2 | -1/+5 |
| * | Make call to tw_cl_deferred_interrupt in twa_poll, not dependent on the | Vinod Kashyap | 2005-04-29 | 1 | -2/+12 |
| * | The latest release of the FreeBSD driver (twa) for | Vinod Kashyap | 2005-04-12 | 27 | -31878/+36425 |
| * | check copyin+copyout return values when processing TWA_IOCTL_GET_LOCK | Sam Leffler | 2005-03-27 | 1 | -4/+6 |
| * | Kill MAJOR_AUTO | Poul-Henning Kamp | 2005-03-17 | 1 | -2/+0 |
| * | Use the correct flags for bus_dma_tag_create(). | Scott Long | 2005-03-06 | 1 | -2/+2 |
| * | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | Warner Losh | 2005-03-01 | 1 | -1/+1 |
| * | Bumped up the driver version, following recent changes. | Vinod Kashyap | 2005-02-12 | 1 | -1/+1 |
| * | 1. Revert back to the way the older driver handled XPT_PATH_INQ. This seems to | Vinod Kashyap | 2005-02-10 | 3 | -7/+7 |
| * | Changes corresponding to the 9.1.5.2 release of twa on the 3ware website. | Vinod Kashyap | 2005-01-05 | 8 | -19447/+22110 |
| * | Changes to make twa work on amd64. | Vinod Kashyap | 2004-08-18 | 2 | -2/+2 |
| * | Fix a typo that made the busdma tag have a 0 highaddr. This driver heavily | Scott Long | 2004-06-24 | 1 | -1/+1 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 2 | -5/+5 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Undid scottl's recent changes. | Vinod Kashyap | 2004-05-17 | 3 | -2/+41 |
| * | Remove twa_intrhook prototype. | Scott Long | 2004-05-15 | 1 | -1/+0 |
| * | Set the cpi.hba_inquiry field to something useful. | Scott Long | 2004-05-15 | 1 | -1/+1 |
| * | Remove the config_intrhook as it is not needed. | Scott Long | 2004-05-15 | 2 | -39/+1 |
| * | Unbreak LINT on 64-bit platforms. Note that this code is not style(9)- | Dag-Erling Smørgrav | 2004-04-02 | 3 | -5/+6 |
| * | Initial check-in of the device driver for 3ware's 9000 series | Vinod Kashyap | 2004-03-30 | 10 | -0/+29268 |