Re: [Emc-developers] [Emc-commit] v2.5_branch: Add support for Mesa 5i21, 5i25 and 4i69 FPGA cards.

2011-08-29 Thread andy pugh
On 29 August 2011 04:02, Sebastian Kuzminsky wrote: > Whoops, the 5i21 has two IO Connectors named P1, and the 5i25 has no > connectors. Two connectors called P1 is wierd, but correct, as it is a single connector sharing two 32 bit buffers. I am confused by the second statement. Are you saying t

Re: [Emc-developers] [Emc-commit] v2.5_branch: Add support for Mesa 5i21, 5i25 and 4i69 FPGA cards.

2011-08-29 Thread Peter C. Wallace
On Sun, 28 Aug 2011, Sebastian Kuzminsky wrote: > Date: Sun, 28 Aug 2011 21:02:43 -0600 > From: Sebastian Kuzminsky > To: emc-developers@lists.sourceforge.net > Cc: emc-com...@lists.sourceforge.net, > Peter C. Wallace > Subject: Re: [Emc-developers] [Emc-commit] v2.5_branch: Add support for

Re: [Emc-developers] [Emc-commit] v2.5_branch: Add support for Mesa 5i21, 5i25 and 4i69 FPGA cards.

2011-08-29 Thread Sebastian Kuzminsky
On 08/29/2011 05:31 AM, andy pugh wrote: > On 29 August 2011 04:02, Sebastian Kuzminsky wrote: >> Whoops, the 5i21 has two IO Connectors named P1, and the 5i25 has no >> connectors. > Two connectors called P1 is wierd, but correct, as it is a single > connector sharing two 32 bit buffers. > I am c

[Emc-developers] Need to put a comment in the release notes

2011-08-29 Thread Jon Elson
I made a change to the PPMC driver that corrects a real bug, but it will change the numbering of digital output pins on installations where users have worked around the old bug. This bug has been there since John Kasunich created the enumeration of PPMC boards (not wanting to cast any blame there,

Re: [Emc-developers] Need to put a comment in the release notes

2011-08-29 Thread Sebastian Kuzminsky
On 08/29/2011 11:08 AM, Jon Elson wrote: > So, this needs to get a line in the release notes for 2.5, how do I do that? Usually we put that kind of information here: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?UPDATING Looks like you'll need to add a new section for 2.5. -- Sebastian Kuzminsk

Re: [Emc-developers] [Emc-commit] v2.5_branch: Add support for Mesa 5i21, 5i25 and 4i69 FPGA cards.

2011-08-29 Thread andy pugh
On 29 August 2011 16:48, Sebastian Kuzminsky wrote: > I did not do the "set per-pin port and pin-within-port information at > init-time" work, if it's not done by the end of this week by someone else > I'll do it. Is this what you had in mind? This commit adds a port number and port p

Re: [Emc-developers] [Emc-commit] v2.5_branch: Add support for Mesa 5i21, 5i25 and 4i69 FPGA cards.

2011-08-29 Thread Sebastian Kuzminsky
On 08/29/2011 06:45 PM, andy pugh wrote: > Is this what you had in mind? Looks pretty good, thanks! Comments inline... > > > This commit adds a port number and port pin field to the hm2_pin_t struct, > populates it once, then uses those numbers in all the places where the > numbering w