diff options
| author | Peter Dufault <dufault@FreeBSD.org> | 1995-03-01 22:30:47 +0000 |
|---|---|---|
| committer | Peter Dufault <dufault@FreeBSD.org> | 1995-03-01 22:30:47 +0000 |
| commit | ded1144b3915fcf07ac4f45903e81be1e7cbaced (patch) | |
| tree | e42168cb9207b06820ba510b273c6a365a85ae5f | |
| parent | 2778e6ab23906c46a02dcfea13080a3e070c606b (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/aic6360.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c index 47004a49137c..c54a97986824 100644 --- a/sys/i386/isa/aic6360.c +++ b/sys/i386/isa/aic6360.c @@ -31,7 +31,7 @@ */ /* - * $Id: aic6360.c,v 1.4 1994/11/15 14:54:13 bde Exp $ + * $Id: aic6360.c,v 1.5 1994/11/16 02:45:36 bde Exp $ * * Acknowledgements: Many of the algorithms used in this driver are * inspired by the work of Julian Elischer (julian@tfs.com) and @@ -52,7 +52,9 @@ */ /* The SCSI ID of the host adapter/computer */ +#ifndef AIC_SCSI_HOSTID #define AIC_SCSI_HOSTID 7 +#endif /* Use doubleword transfers to/from SCSI chip. Note: This requires * motherboard support. Basicly, some motherboard chipsets are able to |
