Subject: |
Re: Xy240 |
From: |
[email protected] (Carl Lionberger) |
Date: |
Mon, 22 Aug 94 09:45:03 PDT |
I've been using the Xy240 with r3.11. The .ascii file lines were not commented
out as cjm described but there was a bug in the file drvXy240.c that makes it so
that when you use particular bits (ie, bo records), the rest of the word will get
scrambled. This file has been unchanged since at least 3.7. I modified
xy_bo_driver() lines 346 and 347 to be:
dio[card].dptr->port4_5 = (unsigned short)(work >> 16);
dio[card].dptr->port6_7 = (unsigned short)work;
The lsw/msw positions of port4_5 and port6_7 were reversed with respect to the
rest of the driver.
I gather there is a move afoot to have fewer device drivers active in the release,
and this probably accounts for the ascii lines being commented out.
Carl Lionberger
Lawrence Berkeley Laboratory
- Navigate by Date:
- Prev:
Xy240 Chris Mayer
- Next:
returned mail for tech_talk Marty Kraimer
- Index:
<1994>
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Xy240 Chris Mayer
- Next:
Xy240 Chris Mayer
- Index:
<1994>
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|