summaryrefslogtreecommitdiff
path: root/sys/dev/twa
AgeCommit message (Expand)Author
2021-11-25twa: RemoveWarner Losh
2020-09-01twa: clean up empty lines in .c and .h filesMateusz Guzik
2020-04-18twa(4) deprecation noticeWarner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-04-19remove the 4GB boundary requirement on PCI DMA segmentsTycho Nightingale
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-01Update tw_cl_share.h to allow 255 LUNsWarner Losh
2017-01-05In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2013-10-30Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2013-04-14MFprojects/camlock r248982:Alexander Motin
2013-03-21Fix twa(4) after the r246713. The driver copies data around toKonstantin Belousov
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-11-09Give tw_osl_dbg_printf format string to pacify clang warning.Roman Divacky
2012-06-22Return CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE instead of CAM_TID_INVALIDAlexander Motin
2012-03-07Use bus_get_dma_tag() to inherit the 4G boundary restriction from theJohn Baldwin
2011-12-15s/timout/timeoutKevin Lo
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2010-09-04Fix a compile problem introduced with r212008 on 32bit:Bjoern A. Zeeb
2010-08-30Drain watchdog callouts before detaching. This prevents a panic whileXin LI
2010-08-30Vendor update to version 3.80.06.003 to fix a panic with ZFS when underXin LI
2010-07-09Don't use pack() for structures that is used purely for software state.Xin LI
2010-06-17Remove an unused comment.Xin LI
2010-06-09Apply driver update from LSI. Many thanks to LSI for continuing toXin LI
2010-01-28MFp4: Large set of CAM inprovements.Alexander Motin
2009-09-22Change the command argument to ioctl routines to u_long to avoidRoman Divacky
2009-05-20We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh
2009-04-14Use si_drv1 instead of dev2unit() in twe(4) and twa(4)Ed Schouten
2009-03-23Reenable 64-bit DMA for twa(4) controllers, but use a boundary of 4GB toJohn Baldwin
2008-10-06Limit DMA memory to lower addressable 4GB, without this patch, weXin LI
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2007-10-12Deferred interrupts don't work yet, disable them.Scott Long
2007-10-09Update to version 3.70.03.007 from the vendor. This adds support for newScott Long
2007-06-17Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long
2007-05-19Minor update to version 3.70.03.007Scott Long
2007-05-10The version string scheme embeds the freebsd major release version,Scott Long
2007-05-09Import version 3.60.03.006 of the TWA driver:Scott Long
2007-04-15Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-11Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob
2006-11-022nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob
2006-10-31The first of 3 major steps to move the CAM layer forward to usingMatt Jacob
2006-10-02Use utc_offset() where applicable, and hide the internals of itPoul-Henning Kamp
2006-10-02First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp
2006-04-30Remove header pollution.Scott Long
2005-11-08twa corresponding to the 9.3.0.1 release on the 3ware website. This driver hasVinod Kashyap