summaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp_target.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-02isp(4): Fix a typo in a source code commentGordon Bergling
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-11-27Some code reorganization.Alexander Motin
2020-11-26Remove some more dead code from pre-24xx.Alexander Motin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-19Remove some dead stuff.Alexander Motin
2017-03-19Move 24xx RQSTYPE_NOTIFY handling to generic code.Alexander Motin
2017-03-18Extend nt_lun to full 8 byte.Alexander Motin
2015-10-23Add partial support for QUERY TMF to CAM and isp(4).Alexander Motin
2015-07-13Unify port database use for target and initiator roles.Alexander Motin
2012-07-28-----------Matt Jacob
2009-08-01Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob
2007-03-10Fix some stupid copyright mistakes that have been there for quite some time.Matt Jacob
2007-01-20MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob
2006-11-02Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.Matt Jacob
2006-08-04Fix na_fcentry_t to not have a lun field. Fix indentation in handlyMatt Jacob
2006-04-21Some more gratuitous format and name changes.Matt Jacob
2006-02-15a) clean up some declaration stuff (i.e., make more modern with respectMatt Jacob
2006-01-23First of several commits as this driver is dusted off and maybe broughtMatt Jacob
2005-01-23Add some macros for inserting tag ids.Matt Jacob
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2003-09-13Some ridiculous target mode botches- like having the wrong definitionsMatt Jacob
2002-06-16Set default command count to 0xfe. This tells the f/w essentiallyMatt Jacob
2002-03-21Limit fabric search to a default 256 entries. This will all go awayMatt Jacob
2002-02-04+ A variety of 23XX changes:Matt Jacob
2001-12-11Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob
2001-09-04Fix SET_IID_VAL/SET_BUS_VAL macros to usable.Matt Jacob
2001-07-04Add a microcomment about how you'd use ispds64_t or ispdlist_tMatt Jacob
2001-05-28Spring MegaChange #1.Matt Jacob
2001-04-04Amazing. The bits to enable tagged queing in target mode, grok that aMatt Jacob
2001-03-14First cut of target mode swizzling for non-little endian machines.Matt Jacob
2001-03-02Switch to using 16 bit handles instead of 32 bit handles.Matt Jacob
2001-02-27Fix at2_entry_t to reflect what the firmware actually writes (insteadMatt Jacob
2000-12-28add a couple off offset defines for ATIO2sMatt Jacob
2000-09-21some copyright cleanupsMatt Jacob
2000-08-01Fix typo. Remove isp_tdebug (we'll use ISP_LOGTDEBUG2 in isp->isp_dblevMatt Jacob
2000-07-18Add in some new IN_XXX and CT_XXXX flags in preparationMatt Jacob
2000-06-18add "disable autodisconnect" flagsMatt Jacob
2000-04-21Some minor tweaklets.Matt Jacob
2000-02-15Fix ITDEBUG macro.Matt Jacob
2000-01-15cleanupMatt Jacob
2000-01-03These are platform independent definitions for target mode support-Matt Jacob