Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix a long standing bug in the camq teardown code. | gibbs | 1999-08-16 | 1 | -3/+3 |
| | |||||
* | cam_periph.c: | gibbs | 1999-04-19 | 1 | -21/+36 |
| | | | | | | | | | | | | | | | | | Move handling of CAM_AUTOSENSE_FAIL into block dealing with all other scsi status errors. cam_queue.c: cam_queue.h: Fix 'off by one' heap bug in a more efficient manner. Since heap algorithms like to deal with indexes started from 1, offset our heap array pointer at allocation time to make this so for a C environment. This makes the implementation of the algorithm a bit more efficient. cam_xpt.c: Use macros for accessing the head of the heap so that code is isolated from implementation details of the heap. | ||||
* | Remove camq_regen(). We already perform modular comparisons | gibbs | 1999-04-07 | 1 | -44/+6 |
| | | | | | | | 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). | gibbs | 1998-09-15 | 1 | -0/+441 |
Submitted by: The CAM Team |