/* $Id: a3000.h,v 1.4 1997/01/19 23:07:10 davem Exp $ * * Header file for the Amiga 3000 built-in SCSI controller for Linux * * Written and (C) 1993, Hamish Macdonald, see a3000.c for more info *
*/
#include <linux/types.h>
#ifndef CMD_PER_LUN #define CMD_PER_LUN 2 #endif
#ifndef CAN_QUEUE #define CAN_QUEUE 16 #endif
/* * if the transfer address ANDed with this results in a non-zero * result, then we can't use DMA.
*/ #define A3000_XFER_MASK (0x00000003)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.