Re: Migration to Linux

2000-10-23 Thread Matt Wilson
As far as I can tell, the inventory is a SGI specific hardware management interface. In irixinv.c there is a static table that has dummy devices in it to maintain IRIX binary compatibility. This isn't an interface that Linux uses; you'll have to find a Linux interface to do what you want to do..

RE: Migration to Linux

2000-10-23 Thread Mike A. Harris
On Mon, 23 Oct 2000, Garboua Nahil Y Contr WRALC/LYSFE wrote: >Date: Mon, 23 Oct 2000 10:53:07 -0400 >From: Garboua Nahil Y Contr WRALC/LYSFE <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Content-Type: text/plain; >

Re: Migration to Linux

2000-10-23 Thread Thomas Dodd
Garboua Nahil Y Contr WRALC/LYSFE wrote: > > I am migrating applications from an SGI to a linux Platform --> "me and my > Big mouth" > Most of the Code is portable, yeah most. OKAY, here is what I'm looking > for. Sgi has a kernel functions to scan and initialized hardware inventory > list, hea

Re: Migration to Linux

2000-10-23 Thread jfm2
l make the kernel unable to work since theese structures are tailored for mips not i386 hardware. > > -Original Message- > From: Matt Wilson [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 23, 2000 10:18 AM > To: [EMAIL PROTECTED] > Subject: Re: Migration to Linu

RE: Migration to Linux

2000-10-23 Thread Garboua Nahil Y Contr WRALC/LYSFE
new question would be, how do I compile the kernel to include these header files and those functions, my box is of i386 -Original Message- From: Matt Wilson [mailto:[EMAIL PROTECTED]] Sent: Monday, October 23, 2000 10:18 AM To: [EMAIL PROTECTED] Subject: Re: Migration to Linux On Mon, Oct

Re: Migration to Linux

2000-10-23 Thread Matt Wilson
On Mon, Oct 23, 2000 at 10:13:51PM +0800, John Summerfield wrote: > [summer@possum summer]$ cat /proc/pci | head /proc/pci is deprecated. Use /proc/bus/pci, and a nice library like the one from pciutils to parse it. Matt ___ Redhat-devel-list mail

Re: Migration to Linux

2000-10-23 Thread John Summerfield
> I am migrating applications from an SGI to a linux Platform --> "me and my > Big mouth" > Most of the Code is portable, yeah most. OKAY, here is what I'm looking > for. Sgi has a kernel functions to scan and initialized hardware inventory > list, header file "invent.h" Did anyone encounter a s

Migration to Linux

2000-10-23 Thread Garboua Nahil Y Contr WRALC/LYSFE
I am migrating applications from an SGI to a linux Platform --> "me and my Big mouth" Most of the Code is portable, yeah most. OKAY, here is what I'm looking for. Sgi has a kernel functions to scan and initialized hardware inventory list, header file "invent.h" Did anyone encounter a similar fun