Resend [PATCH] qla1280: wasted space in allocated pages for request and response ring

2007-10-03 Thread Johannes Dickgreber
please check. Signed-off-by: Johannes Dickgreber [EMAIL PROTECTED] --- --- qla1280.h.orig 2007-09-19 23:32:42 +0200 +++ qla1280.h 2007-09-19 23:44:37 +0200 @@ -91,8 +91,8 @@ #define INVALID_HANDLE (MAX_OUTSTANDING_COMMANDS + 2) /* ISP request and response entry counts (37

Resend [PATCH] qla1280: uses wrong failure path after failed pci_set_dma_mask

2007-10-03 Thread Johannes Dickgreber
Hi Sorry, I got no answer, so i resend. I think there will be a wrong goto target after a failed pci_set_dma_mask. Please Check. Signed-off-by: Johannes Dickgreber [EMAIL PROTECTED] --- --- qla1280.c.orig 2007-09-19 23:32:33 +0200 +++ qla1280.c 2007-09-19 23:58:46 +0200 @@ -4298,7

[PATCH] qla1280: uses wrong failure path after failed pci_set_dma_mask

2007-09-19 Thread Johannes Dickgreber
Hi I think there will be a wrong goto target after a failed pci_set_dma_mask. Please Check. Signed-off-by: Johannes Dickgreber [EMAIL PROTECTED] --- --- qla1280.c.orig 2007-09-19 23:32:33 +0200 +++ qla1280.c 2007-09-19 23:58:46 +0200 @@ -4298,7 +4298,7 @@ qla1280_probe_one(struct pci_dev

[PATCH] qla1280: wasted space in allocated pages for request and response ring

2007-09-19 Thread Johannes Dickgreber
Hi i think there is wasted space in allocated pages for request and response rings. The allocations are made with REQUEST_ENTRY_CNT + 1 and RESPONSE_ENTRY_CNT + 1, but they are set with 256 and 16. So we got more pages, which we dont use very much. Can you please check. Signed-off-by: Johannes