Commit 412e802d authored by Justin T. Gibbs's avatar Justin T. Gibbs

Aic79xx and Aic7xxx driver Update

 o Fix build on 2.5.X
parent a09f773b
......@@ -37,7 +37,7 @@
* String handling code courtesy of Gerard Roudier's <groudier@club-internet.fr>
* sym driver.
*
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#16 $
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic79xx_proc.c#17 $
*/
#include "aic79xx_osm.h"
#include "aic79xx_inline.h"
......@@ -319,7 +319,7 @@ ahd_linux_proc_info(char *buffer, char **start, off_t offset,
ahd_controller_info(ahd, ahd_info);
copy_info(&info, "%s\n", ahd_info);
copy_info(&info, "Allocated SCBs: %d, SG List Length: %d\n\n",
ahd->scb_data.numscbs, ahd_linux_nseg);
ahd->scb_data.numscbs, AHD_NSEG);
max_targ = 15;
......
......@@ -37,7 +37,7 @@
* String handling code courtesy of Gerard Roudier's <groudier@club-internet.fr>
* sym driver.
*
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#26 $
* $Id: //depot/aic7xxx/linux/drivers/scsi/aic7xxx/aic7xxx_proc.c#27 $
*/
#include "aic7xxx_osm.h"
#include "aic7xxx_inline.h"
......@@ -330,7 +330,7 @@ ahc_linux_proc_info(char *buffer, char **start, off_t offset,
ahc_controller_info(ahc, ahc_info);
copy_info(&info, "%s\n", ahc_info);
copy_info(&info, "Allocated SCBs: %d, SG List Length: %d\n\n",
ahc->scb_data->numscbs, ahc_linux_nseg);
ahc->scb_data->numscbs, AHC_NSEG);
if (ahc->seep_config == NULL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment