Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] [PATCH] highmem_io for the sym53c8xx_2 driver??
@ 2002-11-23  7:38 Ryan Bradetich
  2002-11-24  2:13 ` Grant Grundler
  2002-11-24  2:43 ` Grant Grundler
  0 siblings, 2 replies; 6+ messages in thread
From: Ryan Bradetich @ 2002-11-23  7:38 UTC (permalink / raw)
  To: parisc-linux

Hello parisc-linux hackers,

I traced my boot problem with cvs head for the linux-2.4 tree down to
the following patch:

Index: drivers/scsi/sym53c8xx_2/sym53c8xx.h
===================================================================
RCS file: /var/cvs/linux/drivers/scsi/sym53c8xx_2/sym53c8xx.h,v
retrieving revision 1.4
diff -u -p -r1.4 sym53c8xx.h
--- drivers/scsi/sym53c8xx_2/sym53c8xx.h	13 Nov 2002 15:15:44 -0000	1.4
+++ drivers/scsi/sym53c8xx_2/sym53c8xx.h	23 Nov 2002 07:32:10 -0000
@@ -119,8 +119,7 @@ int sym53c8xx_release(struct Scsi_Host *
 	this_id:		7,					\
 	sg_tablesize:		0,					\
 	cmd_per_lun:		0,					\
-	use_clustering:		DISABLE_CLUSTERING,			\
-	highmem_io:		1}
+	use_clustering:		DISABLE_CLUSTERING}
 
 #endif /* defined(HOSTS_C) || defined(MODULE) */ 
 
Index: drivers/scsi/sym53c8xx_2/sym_glue.c
===================================================================
RCS file: /var/cvs/linux/drivers/scsi/sym53c8xx_2/sym_glue.c,v
retrieving revision 1.6
diff -u -p -r1.6 sym_glue.c
--- drivers/scsi/sym53c8xx_2/sym_glue.c	16 Nov 2002 06:10:46 -0000	1.6
+++ drivers/scsi/sym53c8xx_2/sym_glue.c	23 Nov 2002 07:32:11 -0000
@@ -2154,7 +2154,6 @@ sym_attach (Scsi_Host_Template *tpnt, in
 	instance->max_cmd_len	= 16;
 #endif
 	instance->select_queue_depths = sym53c8xx_select_queue_depths;
-	instance->highmem_io	= 1;
 
 	SYM_UNLOCK_HCB(np, flags);
 



I am not sure what the highmem_io flag does, but when it is enabled it
causes my C200 to HPMC.

Thoughts?

Thanks,

- Ryan

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-11-26 18:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-23  7:38 [parisc-linux] [PATCH] highmem_io for the sym53c8xx_2 driver?? Ryan Bradetich
2002-11-24  2:13 ` Grant Grundler
2002-11-24  2:43 ` Grant Grundler
2002-11-25 18:59   ` Ryan Bradetich
2002-11-26 15:07   ` jsoe0708
2002-11-26 18:45     ` Grant Grundler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox