diff options
| author | Scott Long <scottl@FreeBSD.org> | 2009-09-16 22:52:20 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2009-09-16 22:52:20 +0000 |
| commit | c7241f65ad43b913c24074c05ced01dd8a073ac9 (patch) | |
| tree | 32ecd84f83ed27c89a7d8ac40ce5b7caed7181b5 /sys/dev/ciss | |
| parent | 68961d1200a9cb6bf3619f292a56b2ea35a048ae (diff) | |
Notes
Diffstat (limited to 'sys/dev/ciss')
| -rw-r--r-- | sys/dev/ciss/cissvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h index f9f5c6f104992..98e875fbf30da 100644 --- a/sys/dev/ciss/cissvar.h +++ b/sys/dev/ciss/cissvar.h @@ -176,7 +176,7 @@ struct ciss_pdrive #define CISS_PHYSICAL_SHIFT 5 #define CISS_PHYSICAL_BASE (1 << CISS_PHYSICAL_SHIFT) -#define CISS_MAX_PHYSTGT 15 +#define CISS_MAX_PHYSTGT 256 #define CISS_IS_PHYSICAL(bus) (bus >= CISS_PHYSICAL_BASE) #define CISS_CAM_TO_PBUS(bus) (bus - CISS_PHYSICAL_BASE) |
