X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fmisc%2Fhpilo.h;h=b97672e0cf905cd2656cdc304d8f9b0fa8e96a24;hb=f5c33b070de3fdb8ad995b767ad0e3487cf0d242;hp=54e43adbdea14b75104b5bdf674b66980eded730;hpb=70c74e59db7450d5c9164abeb3b6752f8045288b;p=~andy%2Flinux diff --git a/drivers/misc/hpilo.h b/drivers/misc/hpilo.h index 54e43adbdea..b97672e0cf9 100644 --- a/drivers/misc/hpilo.h +++ b/drivers/misc/hpilo.h @@ -14,7 +14,9 @@ #define ILO_NAME "hpilo" /* max number of open channel control blocks per device, hw limited to 32 */ -#define MAX_CCB 8 +#define MAX_CCB 24 +/* min number of open channel control blocks per device, hw limited to 32 */ +#define MIN_CCB 8 /* max number of supported devices */ #define MAX_ILO_DEV 1 /* max number of files */