patch-2.3.31 linux/drivers/scsi/sgiwd93.c

Next file: linux/drivers/sound/sonicvibes.c
Previous file: linux/drivers/scsi/aic7xxx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.30/linux/drivers/scsi/sgiwd93.c linux/drivers/scsi/sgiwd93.c
@@ -257,7 +257,7 @@
 	hcp->desc.pnext = PHYSADDR(buf);
 }
 
-int __init sgiwd93_detect(Scsi_Host_Template *HPsUX)
+int __init sgiwd93_detect(Scsi_Host_Template *SGIblows)
 {
 	static unsigned char called = 0;
 	struct hpc3_scsiregs *hregs = &hpc3c0->scsi_chan0;
@@ -267,9 +267,9 @@
 	if(called)
 		return 0; /* Should bitch on the console about this... */
 
-	HPsUX->proc_name = "SGIWD93";
+	SGIblows->proc_name = "SGIWD93";
 
-	sgiwd93_host = scsi_register(HPsUX, sizeof(struct WD33C93_hostdata));
+	sgiwd93_host = scsi_register(SGIblows, sizeof(struct WD33C93_hostdata));
 	sgiwd93_host->base = (unsigned char *) hregs;
 	sgiwd93_host->irq = 1;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)