diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-07-12 03:21:18 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-07-12 03:21:18 +0000 |
commit | 7c73369b0ca80c54aa724ea500b3b48d5e0892fa (patch) | |
tree | 483d381231506d87fccc851e3f44437e5762f860 /sys/dev | |
parent | 4f08a7e5a3f4885cac0fc7e770a2af12a2f8225c (diff) |
Add AMI_MAX_TARGET.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/amireg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h index 00015eddcab..2feada3a00c 100644 --- a/sys/dev/ic/amireg.h +++ b/sys/dev/ic/amireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amireg.h,v 1.12 2005/07/10 15:26:18 marco Exp $ */ +/* $OpenBSD: amireg.h,v 1.13 2005/07/12 03:21:17 marco Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -31,6 +31,7 @@ #define AMI_MAX_LDRIVES 8 #define AMI_MAX_SPANDEPTH 4 #define AMI_MAX_DEVDEPTH 8 +#define AMI_MAX_TARGET 16 #define AMI_BIG_MAX_PDRIVES (256) #define AMI_BIG_MAX_LDRIVES 40 |