Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/atari/dev



Module Name:    src
Committed By:   tsutsui
Date:           Tue Mar  6 14:40:25 UTC 2007

Modified Files:
        src/sys/arch/atari/dev: grfabs_et.c

Log Message:
- remove volatile from *regkva member in struct grfabs_et_priv
  and use temporary variables on register accesses
- also remove volatile from *memkva member in struct grfabs_et_priv
  because it isn't used to refer memory
XXX: I'm not sure if bm->plane should be volatile or not
     but I don't think previous code treats it as volatile anyway.
     (though I'm not sure how compiler handled "volatile caddr_t")


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/atari/dev/grfabs_et.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index