linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Good news for the Initio Miles owners
@ 1999-05-23 20:19 laures
  1999-05-23 20:27 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: laures @ 1999-05-23 20:19 UTC (permalink / raw)
  To: linuxppc-dev


Hi,

I managed to get the ini9100UW somehow to work.
My system is a 8600/250 with an SCSI and an Ultra SCSI disks on the PCI
card.

I can partition, format, copy/erase stuff -> no problem so far, although
I'll do some deeper tests (any advice on extensive tests, benchmarking
etc ?)

I'm releasing here the (trivial) patch for those who wants to test it as
well (UW disks would be cool).

--- linux-2.2.6/drivers/scsi/i91uscsi.h	Sun May 23 00:14:06 1999
+++ linux/drivers/scsi/i91uscsi.h	Sun May 23 18:22:34 1999
@@ -649,7 +649,7 @@
 	UCHAR NVM_TargFConfig;	/* 1Fh -> Target F configuration */
 } NVRAM_SCSI;
 
-typedef struct _NVRAM {
+typedef struct _ini_NVRAM {
 /*----------header ---------------*/
 	USHORT NVM_Signature;	/* 0,1: Signature */
 	UCHAR NVM_Size;		/* 2:   Size of data structure */
@@ -667,7 +667,7 @@
 	UCHAR NVM_reserved[10];
 	/* ---------- CheckSum ----------       */
 	USHORT NVM_CheckSum;	/* 0x3E, 0x3F: Checksum of NVRam        */
-} NVRAM, *PNVRAM;
+} ini_NVRAM, *PNVRAM;
 
 /* Bios Configuration for nvram->BIOSConfig1                            */
 #define NBC1_ENABLE             0x01	/* BIOS enable                  */
--- linux-2.2.6/drivers/scsi/i91uscsi.c	Sun May 23 00:14:06 1999
+++ linux/drivers/scsi/i91uscsi.c	Sun May 23 18:22:34 1999
@@ -156,8 +156,8 @@
 static INI_ADPT_STRUCT i91u_adpt[MAX_SUPPORTED_ADAPTERS];
 
 /*NVRAM nvram, *nvramp = &nvram; */
-static NVRAM i91unvram;
-static NVRAM *i91unvramp;
+static ini_NVRAM i91unvram;
+static ini_NVRAM *i91unvramp;
 
 
My advice is to keep it as a module, and then do as root "insmod
/lib/module/2.2.6/scsi/initio.o".
If not, the order of the HDs will change (sda, sdb etc...) and the
system may not boot at all.

Give me feedback !


-- 
Guillaume Laurès - student @ ESIEA (www.esiea.fr)


[[ This message was sent via the linuxppc-dev mailing list.  Replies are ]]
[[ not  forced  back  to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. Please check http://lists.linuxppc.org/ ]]
[[ and http://www.linuxppc.org/ for useful information before posting.   ]]

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

end of thread, other threads:[~1999-05-23 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-05-23 20:19 Good news for the Initio Miles owners laures
1999-05-23 20:27 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).