summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam.h
Commit message (Collapse)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* Get rid of some trailing commas in enumerated types that cause gcc token1999-11-171-1/+1
| | | | | | complain when some warnings are turned on. Requested by: Bertrand Petit <elrond@phoe.frmug.org>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove camq_regen(). We already perform modular comparisonsgibbs1999-04-071-1/+12
| | | | | | | for generation counts, so no further steps to deal with generation count wrap are required. Fix an off by one problem in the camq heap code.
* CAM Transport Layer (XPT).gibbs1998-09-151-0/+165
Submitted by: The CAM Team
OpenPOWER on IntegriCloud