OpenQNX :: The QNX Community Portal

Oct 06, 2008 - 07:23 PM
Google
  Web openqnx.com   
     Create an account Home · Submit News · QNX Forums · QNX Download · Search   
_
Main Menu
Who's Online
There are 45 unlogged users and 2 registered users online.

You can log-in or register for a user account here.

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
Robert Kindred
Post subject: New Intel motherboards  PostPosted: Feb 23, 2006 - 02:51 PM
Guest





Intel is phasing out Socket 478-type motherboards. Even if you don't want a
dual-core processor, you will in the future need to buy a 775-pin socket
motherboard. There are single-core Pentium 4's that will plug into it.
These boards have new chipsets. In particular, the lan seems to be part of
the chipset. At least for the D945GNT, there is no QNX lan driver.

I am thinking that if we all pick the same one to migrate to, then we will
more likely see new drivers available for QNX for that board.

Penny for your thoughts,


Robert Kindred
 
   
Reply with quote Back to top
Robert Craig
Post subject: Re: New Intel motherboards  PostPosted: Feb 23, 2006 - 05:59 PM
Guest





Hi Robert:

I just looked at the specs for the board and it has the 82573 GigE
controller on board. Interestingly enough, this SHOULD work with our
i82544 driver (we're going to be releasing a new version RSN :->). That
being said, I believe that we've had a couple of bug reports filed
specifically with that chipset that will have to be fixed.

The good news is that this chip is a priority for us and we already have
driver infrastructure in place for it so it will be fully supported in
the very near future.

Robert.

Robert Kindred wrote:
Quote:
Intel is phasing out Socket 478-type motherboards. Even if you don't want a
dual-core processor, you will in the future need to buy a 775-pin socket
motherboard. There are single-core Pentium 4's that will plug into it.
These boards have new chipsets. In particular, the lan seems to be part of
the chipset. At least for the D945GNT, there is no QNX lan driver.

I am thinking that if we all pick the same one to migrate to, then we will
more likely see new drivers available for QNX for that board.

Penny for your thoughts,


Robert Kindred

 
   
Reply with quote Back to top
Davide Ancri
Post subject: Re: New Intel motherboards  PostPosted: Feb 24, 2006 - 08:46 AM
Guest





Robert Craig wrote:
Quote:

[cut] Interestingly enough, this SHOULD work with our
i82544 driver (we're going to be releasing a new version RSN :->). That
being said, I believe that we've had a couple of bug reports filed
specifically with that chipset that will have to be fixed.

Is it planned to migrate from InterruptAttachEvent() to
InterruptAttach(), also?

Just to solve all the shared-IRQ issues listed in this flame:
news://inn.qnx.com:119/d8716f$4so$1@inn.qnx.com

Davide

--
/* Ancri Davide - <davidea at prisma-eng dot it> */
 
   
Reply with quote Back to top
Robert Craig
Post subject: Re: New Intel motherboards  PostPosted: Feb 24, 2006 - 05:51 PM
Guest





Hi Davide:

Unfortunately, not in this version of the driver. There's a bit more
thought required than "just making the change". As a side note, it is
possible to change the priority of the driver interrupt thread (via the
"priority=" option to the driver) that can at least help to reduce the
unmasking latencies.

R.



Davide Ancri wrote:

Quote:
Robert Craig wrote:


[cut] Interestingly enough, this SHOULD work with our i82544 driver
(we're going to be releasing a new version RSN :->). That being said,
I believe that we've had a couple of bug reports filed specifically
with that chipset that will have to be fixed.


Is it planned to migrate from InterruptAttachEvent() to
InterruptAttach(), also?

Just to solve all the shared-IRQ issues listed in this flame:
news://inn.qnx.com:119/d8716f$4so$1@inn.qnx.com

Davide
 
   
Reply with quote Back to top
Peter Engstrom
Post subject: Re: New Intel motherboards  PostPosted: Feb 27, 2006 - 11:56 AM
Guest





Hi guys,

if you are planning work on the i82544 driver I thought I might
remind you about adding to its wishlist: flushing of tx packets.

I made a note about this in the qdn.private.standard newsgroup on 13 Oct 2005.

Best regards,
Peter Engstrom

--
Replace engineering with eng to get the correct mail address.
 
   
Reply with quote Back to top
Kevin Miller
Post subject: Re: New Intel motherboards  PostPosted: Feb 27, 2006 - 03:42 PM
Guest





I am using this board as well. I was also unable to find a LAN driver that
worked. Furthermore, I could only get the flat driver to work with the
graphics chipset.

I also could only get SATA drives to work in the BIOS "legacy" mode, which
I suspect cuts back on the throughput.

There is a PCI Express x 16 slot, but I could not find a graphics card that
QNX supports that can use this slot. This would be useful, since I would
prefer not to use up a PCI slot for this purpose. Of course, using the
on-board graphics would be best.

Finally, the CPU, once installed, bears a strong resemblance to a garbage
disposal, which is just plain frightening.

"Robert Kindred" <RKindred@SwRI.edu> wrote in message
news:dtkhk0$378$1@inn.qnx.com...
Quote:
Intel is phasing out Socket 478-type motherboards. Even if you don't want
a dual-core processor, you will in the future need to buy a 775-pin socket
motherboard. There are single-core Pentium 4's that will plug into it.
These boards have new chipsets. In particular, the lan seems to be part
of the chipset. At least for the D945GNT, there is no QNX lan driver.

I am thinking that if we all pick the same one to migrate to, then we will
more likely see new drivers available for QNX for that board.

Penny for your thoughts,


Robert Kindred
 
   
Reply with quote Back to top
Robert Craig
Post subject: Re: New Intel motherboards  PostPosted: Feb 27, 2006 - 03:51 PM
Guest





Hi Peter:
Tx flush is supported in the version of the driver which is going to be
released in the very near future (it's going through GA testing now).
Robert.


Peter Engstrom wrote:
Quote:
Hi guys,

if you are planning work on the i82544 driver I thought I might
remind you about adding to its wishlist: flushing of tx packets.

I made a note about this in the qdn.private.standard newsgroup on 13 Oct 2005.

Best regards,
Peter Engstrom
 
   
Reply with quote Back to top
Robert Craig
Post subject: Re: New Intel motherboards  PostPosted: Feb 27, 2006 - 03:53 PM
Guest





Hi Kevin:

The i82544 driver may work if you specify did, vid and mac on the
command line (I haven't tried the released version of the driver
specifically). That being said, we have a version of the driver which
DOES work being released in the very near future (it's currently being
GA tested).

Robert.

Kevin Miller wrote:

Quote:
I am using this board as well. I was also unable to find a LAN driver that
worked. Furthermore, I could only get the flat driver to work with the
graphics chipset.

I also could only get SATA drives to work in the BIOS "legacy" mode, which
I suspect cuts back on the throughput.

There is a PCI Express x 16 slot, but I could not find a graphics card that
QNX supports that can use this slot. This would be useful, since I would
prefer not to use up a PCI slot for this purpose. Of course, using the
on-board graphics would be best.

Finally, the CPU, once installed, bears a strong resemblance to a garbage
disposal, which is just plain frightening.

"Robert Kindred" <RKindred@SwRI.edu> wrote in message
news:dtkhk0$378$1@inn.qnx.com...

Intel is phasing out Socket 478-type motherboards. Even if you don't want
a dual-core processor, you will in the future need to buy a 775-pin socket
motherboard. There are single-core Pentium 4's that will plug into it.
These boards have new chipsets. In particular, the lan seems to be part
of the chipset. At least for the D945GNT, there is no QNX lan driver.

I am thinking that if we all pick the same one to migrate to, then we will
more likely see new drivers available for QNX for that board.

Penny for your thoughts,


Robert Kindred



 
   
Reply with quote Back to top
Robert Kindred
Post subject: Re: New Intel motherboards  PostPosted: Feb 27, 2006 - 11:01 PM
Guest





"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:dtksn4$age$1@inn.qnx.com...
Quote:
Hi Robert:

I just looked at the specs for the board and it has the 82573 GigE
controller on board. Interestingly enough, this SHOULD work with our
i82544 driver (we're going to be releasing a new version RSN :->). That
being said, I believe that we've had a couple of bug reports filed
specifically with that chipset that will have to be fixed.

The good news is that this chip is a priority for us and we already have
driver infrastructure in place for it so it will be fully supported in the
very near future.

That's great! How will I know when it is available?

Quote:

Robert.

[]
 
   
Reply with quote Back to top
Robert Craig
Post subject: Re: New Intel motherboards  PostPosted: Mar 01, 2006 - 04:58 PM
Guest





I'm not sure how we go about announcing availability of driver updates,
but they'll become available through your MyQNX account. I'll try and
post a message here when the patch is put out as well.

R.

Robert Kindred wrote:

Quote:
"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:dtksn4$age$1@inn.qnx.com...

Hi Robert:

I just looked at the specs for the board and it has the 82573 GigE
controller on board. Interestingly enough, this SHOULD work with our
i82544 driver (we're going to be releasing a new version RSN :->). That
being said, I believe that we've had a couple of bug reports filed
specifically with that chipset that will have to be fixed.

The good news is that this chip is a priority for us and we already have
driver infrastructure in place for it so it will be fully supported in the
very near future.


That's great! How will I know when it is available?


Robert.


[]

 
   
Reply with quote Back to top
Robert Kindred
Post subject: Re: New Intel motherboards  PostPosted: Mar 02, 2006 - 02:31 PM
Guest





"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:du4jbl$8ae$1@inn.qnx.com...
Quote:
I'm not sure how we go about announcing availability of driver updates,
but they'll become available through your MyQNX account. I'll try and
post a message here when the patch is put out as well.

R.

thanks.
[]
 
   
Reply with quote Back to top
Robert Craig
Post subject: Re: New Intel motherboards  PostPosted: Jul 12, 2006 - 09:08 PM
Guest





The recently released patch ID 214 (available from the download section
of MyQNX under Momentics 6.3.x : ... Service Pack 2 and related
downloads : ... Patches and Updates) contains a variety of updated
drivers including a new devn-i82544.

R.


Robert Craig wrote:

Quote:
I'm not sure how we go about announcing availability of driver updates,
but they'll become available through your MyQNX account. I'll try and
post a message here when the patch is put out as well.

R.

Robert Kindred wrote:

"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:dtksn4$age$1@inn.qnx.com...

Hi Robert:

I just looked at the specs for the board and it has the 82573
GigE controller on board. Interestingly enough, this SHOULD work
with our i82544 driver (we're going to be releasing a new version RSN
:->). That being said, I believe that we've had a couple of bug
reports filed specifically with that chipset that will have to be fixed.

The good news is that this chip is a priority for us and we already
have driver infrastructure in place for it so it will be fully
supported in the very near future.



That's great! How will I know when it is available?


Robert.


[]

 
   
Reply with quote Back to top
Robert Kindred
Post subject: Re: New Intel motherboards  PostPosted: Jul 14, 2006 - 02:53 PM
Guest





Hey, sounds great! For some reason, though I don't see it. All I see are:

USB Patch [Patch ID 189]

qconfig Patch for QNX Momentics 6.3.0 SP1 or SP2 [Patch ID 205]

Debug Malloc Library Patch for QNX Momentics 6.3.0 SP2 [Patch ID 155]

QNX® Momentics® 6.3.0 Graphics Driver Patch [Patch ID 171]

Maintenance Patch [Patch ID 97] for Momentics 6.3.0 SP1 Full TCP/IP Stack

Maybe I'm looking in the wrong place.

Robert Kindred


"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:e93o9b$dof$1@inn.qnx.com...
Quote:
The recently released patch ID 214 (available from the download section of
MyQNX under Momentics 6.3.x : ... Service Pack 2 and related downloads :
... Patches and Updates) contains a variety of updated drivers including a
new devn-i82544.

R.


Robert Craig wrote:

I'm not sure how we go about announcing availability of driver updates,
but they'll become available through your MyQNX account. I'll try and
post a message here when the patch is put out as well.

R.

Robert Kindred wrote:

"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:dtksn4$age$1@inn.qnx.com...

Hi Robert:

I just looked at the specs for the board and it has the 82573 GigE
controller on board. Interestingly enough, this SHOULD work with our
i82544 driver (we're going to be releasing a new version RSN :->).
That being said, I believe that we've had a couple of bug reports filed
specifically with that chipset that will have to be fixed.

The good news is that this chip is a priority for us and we already
have driver infrastructure in place for it so it will be fully
supported in the very near future.



That's great! How will I know when it is available?


Robert.


[]

 
   
Reply with quote Back to top
Robert Craig
Post subject: Re: New Intel motherboards  PostPosted: Jul 14, 2006 - 04:47 PM
Guest





Hmmmm... It's possible that I've got some sort of magic access (although
I thought that I'd turned that off). I see those patches towards the
end of the list as well, but before it there are quite a few other ones.
The URL says "programid=11903" when I get to the appropriate download
area...


R.

Robert Kindred wrote:
Quote:
Hey, sounds great! For some reason, though I don't see it. All I see are:

USB Patch [Patch ID 189]

qconfig Patch for QNX Momentics 6.3.0 SP1 or SP2 [Patch ID 205]

Debug Malloc Library Patch for QNX Momentics 6.3.0 SP2 [Patch ID 155]

QNX® Momentics® 6.3.0 Graphics Driver Patch [Patch ID 171]

Maintenance Patch [Patch ID 97] for Momentics 6.3.0 SP1 Full TCP/IP Stack

Maybe I'm looking in the wrong place.

Robert Kindred


"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:e93o9b$dof$1@inn.qnx.com...

The recently released patch ID 214 (available from the download section of
MyQNX under Momentics 6.3.x : ... Service Pack 2 and related downloads :
... Patches and Updates) contains a variety of updated drivers including a
new devn-i82544.

R.


Robert Craig wrote:


I'm not sure how we go about announcing availability of driver updates,
but they'll become available through your MyQNX account. I'll try and
post a message here when the patch is put out as well.

R.

Robert Kindred wrote:


"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:dtksn4$age$1@inn.qnx.com...


Hi Robert:

I just looked at the specs for the board and it has the 82573 GigE
controller on board. Interestingly enough, this SHOULD work with our
i82544 driver (we're going to be releasing a new version RSN :->).
That being said, I believe that we've had a couple of bug reports filed
specifically with that chipset that will have to be fixed.

The good news is that this chip is a priority for us and we already
have driver infrastructure in place for it so it will be fully
supported in the very near future.



That's great! How will I know when it is available?



Robert.


[]




 
   
Reply with quote Back to top
Robert Kindred
Post subject: Re: New Intel motherboards  PostPosted: Aug 01, 2006 - 02:17 PM
Guest





I tried your number 11903, and at
http://www.qnx.com/download/group.html?programid=11903



I see



USB Patch [Patch ID 189]

qconfig Patch for QNX Momentics 6.3.0 SP1 or SP2 [Patch ID 205]

Debug Malloc Library Patch for QNX Momentics 6.3.0 SP2 [Patch ID 155]

QNX® Momentics® 6.3.0 Graphics Driver Patch [Patch ID 171]

Maintenance Patch [Patch ID 97] for Momentics 6.3.0 SP1 Full TCP/IP Stack



Do I need to do something to turn on more stuff?



"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:e98hor$nqn$1@inn.qnx.com...
Quote:
Hmmmm... It's possible that I've got some sort of magic access (although
I thought that I'd turned that off). I see those patches towards the
end of the list as well, but before it there are quite a few other ones.
The URL says "programid=11903" when I get to the appropriate download
area...


R.

Robert Kindred wrote:
Hey, sounds great! For some reason, though I don't see it. All I see
are:

USB Patch [Patch ID 189]

qconfig Patch for QNX Momentics 6.3.0 SP1 or SP2 [Patch ID 205]

Debug Malloc Library Patch for QNX Momentics 6.3.0 SP2 [Patch ID 155]

QNX® Momentics® 6.3.0 Graphics Driver Patch [Patch ID 171]

Maintenance Patch [Patch ID 97] for Momentics 6.3.0 SP1 Full TCP/IP Stack

Maybe I'm looking in the wrong place.

Robert Kindred


"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:e93o9b$dof$1@inn.qnx.com...

The recently released patch ID 214 (available from the download section
of
MyQNX under Momentics 6.3.x : ... Service Pack 2 and related downloads :
... Patches and Updates) contains a variety of updated drivers including
a
new devn-i82544.

R.


Robert Craig wrote:


I'm not sure how we go about announcing availability of driver updates,
but they'll become available through your MyQNX account. I'll try and
post a message here when the patch is put out as well.

R.

Robert Kindred wrote:


"Robert Craig" <rcraig_at_qnx@nowhere.com> wrote in message
news:dtksn4$age$1@inn.qnx.com...


Hi Robert:

I just looked at the specs for the board and it has the 82573 GigE
controller on board. Interestingly enough, this SHOULD work with our
i82544 driver (we're going to be releasing a new version RSN :->).
That being said, I believe that we've had a couple of bug reports
filed
specifically with that chipset that will have to be fixed.

The good news is that this chip is a priority for us and we already
have driver infrastructure in place for it so it will be fully
supported in the very near future.



That's great! How will I know when it is available?



Robert.


[]







begin 666 clip_image002.gif
M1TE&.#EA$0`0`'<!,2'^&E-O9G1W87)E.B!-:6-R;W-O9G0@3V9F:6-E`"'Y
<! $```$`+ `````!``$`@/___X&!@0("3 $`.P``
`
end
 
   
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
All logos and trademarks in this site are property of their respective owners. The comments are property of their posters.
Powered by OpenQNX: The QNX Community Portal Site
QNX and the QNX logo are registered trademarks of QNX Software Systems.