public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: "Pierre" <pierre@y-media.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] RE: Linux-IA64 digest, Vol 1 #269 - 12 msgs
Date: Thu, 24 May 2001 20:47:56 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005688@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590678205776@msgid-missing>

[-- Attachment #1: Type: text/plain, Size: 15120 bytes --]

No..


I attached the dll and the reg files for device simulationj to work.


-Pierre

-----Original Message-----
From: linux-ia64-admin@linuxia64.org
[mailto:linux-ia64-admin@linuxia64.org]On Behalf Of
linux-ia64-request@linuxia64.org
Sent: Thursday, May 24, 2001 12:01 PM
To: linux-ia64@linuxia64.org
Subject: Linux-IA64 digest, Vol 1 #269 - 12 msgs


Send Linux-IA64 mailing list submissions to
	linux-ia64@linuxia64.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.linuxia64.org/lists/listinfo/linux-ia64
or, via email, send a message with subject or body 'help' to
	linux-ia64-request@linuxia64.org

You can reach the person managing the list at
	linux-ia64-admin@linuxia64.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-IA64 digest..."


Today's Topics:

   1. Re: OpenSSL IA-64 port (Jim Wilson)
   2. RE: 2.4.4 stability on Lions (Mallick, Asit K)
   3. RE: problems with ppp/pppd: put_user/copy_to_user (Luck, Tony)
   4. Re: problems with ppp/pppd: put_user/copy_to_user (Bill Nottingham)
   5. Re: problems with ppp/pppd: put_user/copy_to_user (David Mosberger)
   6. Re: problems with ppp/pppd: put_user/copy_to_user (Bill Nottingham)
   7. Re: 2.4.4 stability on Lions (Michael Madore)
   8. RE: Re: 2.4.4 stability on Lions (Robboy, David G)
   9. RE: 2.4.4 stability on Lions (Robboy, David G)
  10. Re: 2.4.4 stability on Lions (Michael Madore)
  11. Re: OpenSSL IA-64 port (Andreas Schwab)
  12. caldera (Kevin Stansell)

--__--__--

Message: 1
To: appro@fy.chalmers.se
cc: linux-ia64@linuxia64.org
Subject: Re: [Linux-ia64] OpenSSL IA-64 port
Date: Wed, 23 May 2001 12:50:09 -0700
From: Jim Wilson <wilson@cygnus.com>

I don't know anything about the compile farms.  It does appear that they
are silently disappearing.

About the multiple-precision arithmetic, you should talk to Torbjorn
Granlund
if you haven't already.  He has already done some GMP work for IA-64.  He
has
also been using compile farms, and may be able to help with that question
also.

Jim


--__--__--

Message: 2
From: "Mallick, Asit K" <asit.k.mallick@intel.com>
To: linux-ia64@linuxia64.org
Subject: RE: [Linux-ia64] 2.4.4 stability on Lions
Date: Wed, 23 May 2001 13:06:21 -0700

Mike,

A workaround should be implemented and I will need to investigate on this.
In the mean time you can use an add-on Intel 10/100 ethernet card and this
problem is not present.

Thanks,
Asit


> -----Original Message-----
> From: Michael Madore [mailto:mmadore@turbolinux.com]
> Sent: Wednesday, May 23, 2001 11:23 AM
> To: David Mosberger
> Cc: linux-ia64@linuxia64.org
> Subject: Re: [Linux-ia64] 2.4.4 stability on Lions
>
>
> What I meant to say was it gets violently ill. ;-)
>
> You are correct, it "get's stuck"  It is the same problem
> that was discussed
> on the list in February.
>
> On Wed, May 23, 2001 at 11:21:25AM -0700, David Mosberger wrote:
> > >>>>> On Wed, 23 May 2001 09:43:10 -0700, Michael Madore
> <mmadore@turbolinux.com> said:
> >
> >   Michael> Well, almost everything.  I still have the
> problem with the
> >   Michael> onboard e100 network adapter.  This is the problem where
> >   Michael> transferring certain files via nfs causes nfs to die.
> >
> > Die or "get stuck"?  It shouldn't die.
> >
> > 	--david
>
> --
> Mike Madore
> Senior Software Engineer
> TurboLinux, Inc.
> (650)228-5203
>
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
>



--__--__--

Message: 3
From: "Luck, Tony" <tony.luck@intel.com>
To: "'Bill Nottingham'" <notting@redhat.com>, linux-ia64@linuxia64.org
Subject: RE: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user
Date: Wed, 23 May 2001 13:06:35 -0700

Do you have "ppp" compiled as a module?  There is a problem
with exception handling for modules ... I'm working on a
patch now.

-----Original Message-----
From: Bill Nottingham [mailto:notting@redhat.com]
Sent: Wednesday, May 23, 2001 11:57 AM
To: linux-ia64@linuxia64.org
Subject: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user


We've got a report of ppp not working; what happens is that it
puts in the log:
    Couldn't get channel number: bad address

when it sends the PPPIOCGCHAN ioctl.

However, if we replace the calls to put_user for
PPPIOCGCHAN & PPPIOCGFLAGS ioctls with copy_to_user,
it works fine. Shouldn't this not make any difference?

Bill

_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64



--__--__--

Message: 4
Date: Wed, 23 May 2001 16:07:39 -0400
From: Bill Nottingham <notting@redhat.com>
To: "Luck, Tony" <tony.luck@intel.com>
Cc: linux-ia64@linuxia64.org
Subject: Re: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user

Luck, Tony (tony.luck@intel.com) said:
> Do you have "ppp" compiled as a module?  There is a problem
> with exception handling for modules ... I'm working on a
> patch now.

Yes, but why would that make a difference?

Bill


--__--__--

Message: 5
From: David Mosberger <davidm@hpl.hp.com>
Date: Wed, 23 May 2001 13:15:00 -0700
To: Bill Nottingham <notting@redhat.com>
Cc: linux-ia64@linuxia64.org
Subject: Re: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user
Reply-To: davidm@hpl.hp.com

>>>>> On Wed, 23 May 2001 14:56:43 -0400, Bill Nottingham
<notting@redhat.com> said:

  Bill> We've got a report of ppp not working; what happens is that it
  Bill> puts in the log: Couldn't get channel number: bad address

  Bill> when it sends the PPPIOCGCHAN ioctl.

  Bill> However, if we replace the calls to put_user for PPPIOCGCHAN &
  Bill> PPPIOCGFLAGS ioctls with copy_to_user, it works
  Bill> fine. Shouldn't this not make any difference?

It should not make a difference.  Is there an easy test case that
reproduces the problem?

	--daivd


--__--__--

Message: 6
Date: Wed, 23 May 2001 16:18:44 -0400
From: Bill Nottingham <notting@redhat.com>
To: linux-ia64@linuxia64.org
Subject: Re: [Linux-ia64] problems with ppp/pppd: put_user/copy_to_user

David Mosberger (davidm@hpl.hp.com) said:
>   Bill> However, if we replace the calls to put_user for PPPIOCGCHAN &
>   Bill> PPPIOCGFLAGS ioctls with copy_to_user, it works
>   Bill> fine. Shouldn't this not make any difference?
>
> It should not make a difference.  Is there an easy test case that
> reproduces the problem?

Hm, not sure if there's something simpler than having two machines talk
ppp over a serial cable. I'll poke around.

Bill


--__--__--

Message: 7
Date: Wed, 23 May 2001 13:53:49 -0700
From: Michael Madore <mmadore@turbolinux.com>
To: "Mallick, Asit K" <asit.k.mallick@intel.com>
Cc: linux-ia64@linuxia64.org
Subject: Re: [Linux-ia64] 2.4.4 stability on Lions

Thanks Asit.  Is there a way to temporarily disable the on board NIC?  Our
installer always defaults to eth0 for network installs.  As luck would have
it, the e100 modules get loaded before our add in 3com.

On Wed, May 23, 2001 at 01:06:21PM -0700, Mallick, Asit K wrote:
> Mike,
>
> A workaround should be implemented and I will need to investigate on this.
> In the mean time you can use an add-on Intel 10/100 ethernet card and this
> problem is not present.
>
> Thanks,
> Asit
>
>
> > -----Original Message-----
> > From: Michael Madore [mailto:mmadore@turbolinux.com]
> > Sent: Wednesday, May 23, 2001 11:23 AM
> > To: David Mosberger
> > Cc: linux-ia64@linuxia64.org
> > Subject: Re: [Linux-ia64] 2.4.4 stability on Lions
> >
> >
> > What I meant to say was it gets violently ill. ;-)
> >
> > You are correct, it "get's stuck"  It is the same problem
> > that was discussed
> > on the list in February.
> >
> > On Wed, May 23, 2001 at 11:21:25AM -0700, David Mosberger wrote:
> > > >>>>> On Wed, 23 May 2001 09:43:10 -0700, Michael Madore
> > <mmadore@turbolinux.com> said:
> > >
> > >   Michael> Well, almost everything.  I still have the
> > problem with the
> > >   Michael> onboard e100 network adapter.  This is the problem where
> > >   Michael> transferring certain files via nfs causes nfs to die.
> > >
> > > Die or "get stuck"?  It shouldn't die.
> > >
> > > 	--david
> >
> > --
> > Mike Madore
> > Senior Software Engineer
> > TurboLinux, Inc.
> > (650)228-5203
> >
> > _______________________________________________
> > Linux-IA64 mailing list
> > Linux-IA64@linuxia64.org
> > http://lists.linuxia64.org/lists/listinfo/linux-ia64
> >
>
>
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64

--
Mike Madore
Senior Software Engineer
TurboLinux, Inc.
(650)228-5203


--__--__--

Message: 8
From: "Robboy, David G" <david.g.robboy@intel.com>
To: linux-ia64@linuxia64.org
Subject: RE: [Linux-ia64] Re: 2.4.4 stability on Lions
Date: Wed, 23 May 2001 14:01:42 -0700

>
> Michael Madore (mmadore@turbolinux.com) said:
> > What I meant to say was it gets violently ill. ;-)
> >
> > You are correct, it "get's stuck"  It is the same problem
> that was discussed
> > on the list in February.
>
> firmware-on-HW bug, IIRC.
>
> Bill

I upgraded a lion to C0 processors, B2 motherboard, recent firmware, and
Linux 2.4.3. Haven't tried NFS, but output over the network "gets stuck",
whether it's rlogin, telnet, or ftp.  Probably the same problem.  What is
the  firmware-on-HW bug?  How can I find out more about it?  Is there a
workaround?

David



--__--__--

Message: 9
From: "Robboy, David G" <david.g.robboy@intel.com>
To: "'Michael Madore'" <mmadore@turbolinux.com>
Cc: linux-ia64@linuxia64.org
Subject: RE: [Linux-ia64] 2.4.4 stability on Lions
Date: Wed, 23 May 2001 14:54:30 -0700

>
> Thanks Asit.  Is there a way to temporarily disable the on
> board NIC?  Our
> installer always defaults to eth0 for network installs.  As
> luck would have
> it, the e100 modules get loaded before our add in 3com.

If you build a kernel with the 3com driver linked in (not a module), and
don't configure in the e100, it should work.  I just did that with a Tulip
card and it's working.

David

> -----Original Message-----
> From: Michael Madore [mailto:mmadore@turbolinux.com]
> Sent: Wednesday, May 23, 2001 1:54 PM
> To: Mallick, Asit K
> Cc: linux-ia64@linuxia64.org
> Subject: Re: [Linux-ia64] 2.4.4 stability on Lions
>
>
> Thanks Asit.  Is there a way to temporarily disable the on
> board NIC?  Our
> installer always defaults to eth0 for network installs.  As
> luck would have
> it, the e100 modules get loaded before our add in 3com.
>
> On Wed, May 23, 2001 at 01:06:21PM -0700, Mallick, Asit K wrote:
> > Mike,
> >
> > A workaround should be implemented and I will need to
> investigate on this.
> > In the mean time you can use an add-on Intel 10/100
> ethernet card and this
> > problem is not present.
> >
> > Thanks,
> > Asit
> >
> >
> > > -----Original Message-----
> > > From: Michael Madore [mailto:mmadore@turbolinux.com]
> > > Sent: Wednesday, May 23, 2001 11:23 AM
> > > To: David Mosberger
> > > Cc: linux-ia64@linuxia64.org
> > > Subject: Re: [Linux-ia64] 2.4.4 stability on Lions
> > >
> > >
> > > What I meant to say was it gets violently ill. ;-)
> > >
> > > You are correct, it "get's stuck"  It is the same problem
> > > that was discussed
> > > on the list in February.
> > >
> > > On Wed, May 23, 2001 at 11:21:25AM -0700, David Mosberger wrote:
> > > > >>>>> On Wed, 23 May 2001 09:43:10 -0700, Michael Madore
> > > <mmadore@turbolinux.com> said:
> > > >
> > > >   Michael> Well, almost everything.  I still have the
> > > problem with the
> > > >   Michael> onboard e100 network adapter.  This is the
> problem where
> > > >   Michael> transferring certain files via nfs causes nfs to die.
> > > >
> > > > Die or "get stuck"?  It shouldn't die.
> > > >
> > > > 	--david
> > >
> > > --
> > > Mike Madore
> > > Senior Software Engineer
> > > TurboLinux, Inc.
> > > (650)228-5203
> > >
> > > _______________________________________________
> > > Linux-IA64 mailing list
> > > Linux-IA64@linuxia64.org
> > > http://lists.linuxia64.org/lists/listinfo/linux-ia64
> > >
> >
> >
> > _______________________________________________
> > Linux-IA64 mailing list
> > Linux-IA64@linuxia64.org
> > http://lists.linuxia64.org/lists/listinfo/linux-ia64
>
> --
> Mike Madore
> Senior Software Engineer
> TurboLinux, Inc.
> (650)228-5203
>
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
>



--__--__--

Message: 10
Date: Wed, 23 May 2001 15:26:28 -0700
From: Michael Madore <mmadore@turbolinux.com>
To: "Robboy, David G" <david.g.robboy@intel.com>
Cc: linux-ia64@linuxia64.org
Subject: Re: [Linux-ia64] 2.4.4 stability on Lions

Unfortunately, this is for an install CD, so I can't statically link in a
driver.

On Wed, May 23, 2001 at 02:54:30PM -0700, Robboy, David G wrote:
> >
> > Thanks Asit.  Is there a way to temporarily disable the on
> > board NIC?  Our
> > installer always defaults to eth0 for network installs.  As
> > luck would have
> > it, the e100 modules get loaded before our add in 3com.
>
> If you build a kernel with the 3com driver linked in (not a module), and
> don't configure in the e100, it should work.  I just did that with a Tulip
> card and it's working.
>
> David

--
Mike Madore
Senior Software Engineer
TurboLinux, Inc.
(650)228-5203


--__--__--

Message: 11
To: appro@fy.chalmers.se
Cc: linux-ia64@linuxia64.org
Subject: Re: [Linux-ia64] OpenSSL IA-64 port
From: Andreas Schwab <schwab@suse.de>
Date: 24 May 2001 12:25:45 +0200

Andy Polyakov <appro@fy.chalmers.se> writes:

|> (Being a member of OpenSSL development team) I'm working on OpenSSL
|> IA-64 port, in particular on assembler implementation of
|> multiple-precision arithmetic. I have the code (1000 lines and growing)
|> runnning under HP SKI emulator, but would like to test and more
|> important benchmark it on real hardware. Apparently the compile farms
|> that were set up by Linux vendors at the end of 2000 aren't available
|> any longer (at least all the links lead to non-existing pages).

Our compile farm (http://www.suse.de/cgi-bin/ia64.pl) is still available,
but there has been some delays in the approval process recently.  We are
trying to get this resolved ASAP.

Thanks, Andreas.

--=20
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanz=E4ckerstr. 10, D-90443 N=FCrnberg
Key fingerprint =3D 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5


--__--__--

Message: 12
To: linux-ia64@linuxia64.org
From: "Kevin Stansell" <kstanse@us.ibm.com>
Date: Thu, 24 May 2001 09:17:32 -0400
Subject: [Linux-ia64] caldera

Hi,

Has anyone been able to run X windows in Caldera IA64?  If so what settings
were used?

Thanks,

 Kevin Stansell





--__--__--

_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64


End of Linux-IA64 Digest

[-- Attachment #2: simul.reg --]
[-- Type: application/octet-stream, Size: 10545 bytes --]

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2]

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA]

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowHeightMaximumValue]
"Type"="Integer"
"Value"="1000"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowHeightMinimumValue]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowHeightOptions]
"Type"="Integer"
"Value"="1000"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowHeightRegister]
"Type"="Integer"
"Value"="64530"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowHeightStep]
"Type"="Integer"
"Value"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowWidthMaximumValue]
"Type"="Integer"
"Value"="2050"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowWidthMinimumValue]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowWidthOptions]
"Type"="Integer"
"Value"="2050"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowWidthRegister]
"Type"="Integer"
"Value"="64528"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\FPGA\WindowWidthStep]
"Type"="Integer"
"Value"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager]

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\BlueColorGain#]
"Type"="Integer"
"Value"="4"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\BlueColorGainRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\BlueColorGainStrings]
"Type"="EnumString"
"NumberOfEntries"="4"
"Value0"="1.0"
"Value1"="1.2"
"Value2"="1.5"
"Value3"="2.0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\BlueColorGainValues]
"Type"="EnumInteger"
"NumberOfEntries"="4"
"Value0"="0"
"Value1"="16"
"Value2"="32"
"Value3"="48"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\DarkLeftColumns]
"Type"="Integer"
"Value"="4"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\DarkLowerRows]
"Type"="Integer"
"Value"="4"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\DarkRightColumns]
"Type"="Integer"
"Value"="4"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\DarkUpperRows]
"Type"="Integer"
"Value"="4"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\DefaultHeight]
"Type"="Integer"
"Value"="800"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\DefaultWidth]
"Type"="Integer"
"Value"="800"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\DeviceIDRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\ExtraLeftColumns]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\ExtraLowerRows]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\ExtraRightColumns]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\ExtraUpperRows]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\GlobalGain#]
"Type"="Integer"
"Value"="4"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\GlobalGainRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\GlobalGainStrings]
"Type"="EnumString"
"NumberOfEntries"="3"
"Value0"="0"
"Value1"="1"
"Value2"="2"
"Vaslue3"=""
"Value3"="3"
"Value4"="4"
"Value5"="5"
"Value6"="6"
"Value7"="7"
"Value8"="8"
"Value9"="9"
"Value10"="10"
"Value11"="11"
"Value12"="12"
"Value13"="13"
"Value14"="14"
"Value15"="15"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\GlobalGainValues]
"Type"="EnumInteger"
"NumberOfEntries"="16"
"Value0"="0"
"Value1"="1"
"Value2"="2"
"Value3"="3"
"Value4"="4"
"Value5"="5"
"Value6"="6"
"Value7"="7"
"Value8"="8"
"Value9"="9"
"Value10"="10"
"Value11"="11"
"Value12"="12"
"Value13"="13"
"Value14"="14"
"Value15"="15"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\GreenColorGain#]
"Type"="Integer"
"Value"="4"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\GreenColorGainRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\GreenColorGainStrings]
"Type"="EnumString"
"NumberOfEntries"="4"
"Value0"="1.0"
"Value1"="1.2"
"Value2"="1.5"
"Value3"="2.0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\GreenColorGainValues]
"Type"="EnumInteger"
"NumberOfEntries"="4"
"Value0"="0"
"Value1"="1"
"Value2"="2"
"Value3"="3"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\IntegrationTimeMaximumValue]
"Type"="Integer"
"Value"="4096"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\IntegrationTimeMinimumValue]
"Type"="Integer"
"Value"="3"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\IntegrationTimeOptions]
"Type"="Integer"
"Value"="4093"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\IntegrationTimeRegister]
"Type"="Integer"
"Value"="182"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\IntegrationTimeStep]
"Type"="Integer"
"Value"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\MaximumRowTime]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\MaxX]
"Type"="Integer"
"Value"="2056"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\MaxY]
"Type"="Integer"
"Value"="1536"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\NumberOfBitsPerPixel]
"Type"="Integer"
"Value"="12"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\RedColorGain#]
"Type"="Integer"
"Value"="4"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\RedColorGainRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\RedColorGainStrings]
"Type"="EnumString"
"NumberOfEntries"="4"
"Value0"="1.0"
"Value1"="1.2"
"Value2"="1.5"
"Value3"="2.0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\RedColorGainValues]
"Type"="EnumInteger"
"NumberOfEntries"="4"
"Value0"="0"
"Value1"="16"
"Value2"="32"
"Value3"="48"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\SubSample#]
"Type"="Integer"
"Value"="2"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\SubSampleAndWindow]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\SubSampleRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\SubSampleStrings]
"Type"="EnumString"
"NumberOfEntries"="2"
"Value0"="Full"
"Value1"="VGA"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\SubSampleValues]
"Type"="EnumInteger"
"NumberOfEntries"="2"
"Value1"="512"
"Value0"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndColumnMaximumValue]
"Type"="Integer"
"Value"="85"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndColumnMinimumValue]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndColumnOptions]
"Type"="Integer"
"Value"="85"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndColumnRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndColumnStep]
"Type"="Integer"
"Value"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndRowMaximumValue]
"Type"="Integer"
"Value"="256"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndRowMinimumValue]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndRowOptions]
"Type"="Integer"
"Value"="256"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndRowRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowEndRowStep]
"Type"="Integer"
"Value"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartColumnMaximumValue]
"Type"="Integer"
"Value"="85"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartColumnMinimumValue]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartColumnOptions]
"Type"="Integer"
"Value"="85"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartColumnRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartColumnStep]
"Type"="Integer"
"Value"="1"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartRowMaximumValue]
"Type"="Integer"
"Value"="256"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartRowMinimumValue]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartRowOptions]
"Type"="Integer"
"Value"="256"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartRowRegister]
"Type"="Integer"
"Value"="0"

[HKEY_LOCAL_MACHINE\SOFTWARE\YMedia\ImagerDescriptor\SIMULATED_BWD2\Imager\WindowStartRowStep]
"Type"="Integer"
"Value"="1"


[-- Attachment #3: JavaInterface.dll --]
[-- Type: application/x-msdownload, Size: 401476 bytes --]

      parent reply	other threads:[~2001-05-24 20:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-29  7:02 [Linux-ia64] RE: Linux-IA64 digest, Vol 1 #112 - 1 msg navanee navanee
2001-01-17 19:37 ` [Linux-ia64] Re: Linux-IA64 digest, Vol 1 #146 - 10 msgs John Kohl
2001-01-17 19:54 ` David Mosberger
2001-05-24 20:47 ` Pierre [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-105590693005688@msgid-missing \
    --to=pierre@y-media.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox