summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/scsipi_base.h
AgeCommit message (Expand)Author
2017-02-26Add a DEBUG assert for the problem noted in PR kern/51731maya
2016-11-20Make scsipi framework MPSAFE.mlelstv
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-11-16__unused removal on arguments; approved by core.christos
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-02-01Backing out changes to clean up scsipi. I was pointed out there werereinoud
2005-01-31As part of cleaning up sys/scsipi, replace all u_char by uint8_t andreinoud
2004-09-18Standardize some variable names and the calling pattern for scsipi_command().mycroft
2004-08-21- De-__P.thorpej
2003-01-06Add multiple inclusion protection.matt
2001-07-18bcopy -> memcpythorpej
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
2000-02-28Make sure to initialize xs->req_sense_length (to 0). This appears to bethorpej
1998-12-08Remove xs_free_list; it no longer exists.thorpej
1998-08-15Assign my copyrights to TNF.mycroft
1998-02-13Backout previous change, and rather, remove all protection but the oneenami
1998-02-13Fix or add protection for mutiple inclusion.enami
1998-01-15add support for an ATAPI attachment for 'sd'.cgd
1997-10-01Cosmetic changes to keep coding style consistency in this directory;enami
1997-09-19mark scsipi_make_xs() as potentially unused, so that this can becgd
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer