Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/amiga/dev/ite_cl.c
RevisionDateAuthorComments
 1.11  26-Oct-2009  cegger kill extra whitespaces
reviewed by tsutsui@
 1.10  18-Mar-2009  cegger bcopy -> memcpy
 1.9  05-Mar-2007  he branches: 1.9.44; 1.9.52; 1.9.58;
Propagate volatile-ness from g_fbkva or g_regkva etc. as best as possible.
Some uses of __UNVOLATILE(), either in preparation of calls to bcopy()
or in the invocations themselves.
 1.8  11-Dec-2005  christos branches: 1.8.26;
merge ktrace-lwp.
 1.7  14-Oct-2004  mhitch branches: 1.7.12;
The gcc3 compiler optimized away writing character data to the Cirrus chip,
which results in a blank display - making it rather difficult to do an
install or upgrade when using a Cirrus-based display. Change the pointer
used to write the character and attribute to volatile. The console screen
now shows data and is usable.
 1.6  28-Jan-2002  aymeric branches: 1.6.16; 1.6.18;
add __KERNEL_RCSID as suggested by Luke Mewburn
 1.5  26-Jan-2002  aymeric - ANSIfy
- remove some trailing spaces/tabs
- minor style nits
 1.4  27-Jun-1999  is branches: 1.4.16; 1.4.20;
Don't even try to output to, scroll or clear the device if we are in graphics
mode. On this chip, we need to access some registers to set the text plane,
which messes up the graphics setup.
This should fix the grf3 problems reported by several people.
Michael Hitch and Joerg Lehners analyzed the problem and provided the fix.
 1.3  25-Mar-1999  is branches: 1.3.2; 1.3.4; 1.3.6;
defopt Amiga graphics console options
 1.2  21-Apr-1996  veego - Cleanup for -Wall and -Wstrict-prototypes
- Added support for multiple floppy drives
- CyberVision64:
- has now a real console mode
- another bugfix for boards with the new S3 chip
- Ariadne:
- fixed crashes with aeput (mbuf failure)
 1.1  23-Apr-1995  chopps new grfcl driver submitted by Ezra Story <ezy@panix.com>
 1.3.6.1  30-Nov-1999  itojun bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch
just for reference purposes.
This commit includes 1.4 -> 1.4.1 sync for kame branch.

The branch does not compile at all (due to the lack of ALTQ and some other
source code). Please do not try to modify the branch, this is just for
referenre purposes.

synchronization to latest KAME will take place on HEAD branch soon.
 1.3.4.1  01-Jul-1999  thorpej Sync w/ -current.
 1.3.2.1  28-Jun-1999  perry pullup 1.3->1.4 (is)
 1.4.20.1  28-Feb-2002  nathanw Catch up to -current.
 1.4.16.1  11-Feb-2002  jdolecek Sync w/ -current.
 1.6.18.1  12-Nov-2004  jmc Pullup rev 1.7 (requested by mhitch in ticket #923)

The gcc3 compiler optimized away writing character data to the Cirrus chip,
which results in a blank display - making it rather difficult to do an
install or upgrade when using a Cirrus-based display. Change the pointer
used to write the character and attribute to volatile. The console screen
now shows data and is usable.
 1.6.16.1  19-Oct-2004  skrll Sync with HEAD
 1.7.12.1  03-Sep-2007  yamt sync with head.
 1.8.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.9.58.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.9.52.1  28-Apr-2009  skrll Sync with HEAD.
 1.9.44.2  11-Mar-2010  yamt sync with head
 1.9.44.1  04-May-2009  yamt sync with head.

RSS XML Feed