Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/amiga/dev/grf_cv3dreg.h
RevisionDateAuthorComments
 1.13  17-Jun-2016  phx Remove the "totally untested" comments for the ZorroII frame buffer
select macro. The card is confirmed to work in an A2000.
 1.12  22-Jan-2014  christos branches: 1.12.6;
gcc-4.8.x unused variable fixes
 1.11  12-Feb-2012  matt branches: 1.11.6; 1.11.10;
Change old-style function defintions to C89 prototypes.

Approved by releng.
 1.10  15-Dec-2011  phx Amiga wscons/Xorg support, first phase.
Implemented wscons for CV64 and CV64/3D. Other graphics cards drivers are
prepared for it, but will not be attempted before Xorg is not running.
The wscons support is disabled by default. A GENERIC kernel should behave
like always. Use WSCONS to try out a kernel with wscons support.
Done by rkujawa@ and phx@.
 1.9  05-Mar-2007  he branches: 1.9.78; 1.9.82;
Make the various graphics card drivers compile again.
Use casts to char* before pointer arithmetic.
Try to preserve `volatile' qualification where possible, though
uses of kvtop(), strcpy(), copyin() and copyout() gain an unfortunate
but probably unavoidable __UNVOLATILE().
Correct various instances of "void *ba, fb" to have * in front of fb as well.
Remove some redundant parenthesis pairs in some of the vga* macros.
 1.8  04-Mar-2007  christos Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.7  24-Dec-2005  perry branches: 1.7.26;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.6  31-May-2003  kristerw branches: 1.6.18;
Use __asm instead of asm, to keep lint happy.
 1.5  25-Apr-2002  aymeric o replace definitions by declarations in header files
o put definitions where due
o cleanup some types (u_int -> vaddr_t's for example)
o minor other cleanup
 1.4  26-Jan-2002  aymeric - ANSIfy
- remove some trailing spaces/tabs
- minor style nits
 1.3  09-Nov-1997  is branches: 1.3.28; 1.3.32;
- recognize CV3D in Zorro-II mode.
- use board address space > 4 MB, instead of iszthreepa(), to detect Z3-mode
boards. We dont want the bus, but want the address configuration.
- s/CV64CONSOLE/CV3DCONSOLE/
- s/cv3d_zorroIII == 1/cv3d_zorroIII/ and s/cv3d_zorroIII != 1/!cv3d_zorroIII/
 1.2  29-Oct-1997  veego The Console driver works now.
Added some fixes for Zorro2 mode, but keep it still disabled.
 1.1  19-Oct-1997  veego branches: 1.1.2;
First version of the CyberVision 3D driver. This driver is based on
the CyberVision64 driver. Modified by Tobias Abt with some bugfixes
from Bernd Ernesti.
ZorroII is at the moment not supported and there is a small problem
with the Console driver where you just get a black screen, but the
system boots and you can use X11 without a problem.
 1.1.2.2  11-Nov-1997  mellon Pull rev 1.3 up from trunk (is)
 1.1.2.1  30-Oct-1997  mellon Pull rev 1.2 up from trunk (veego)
 1.3.32.2  20-Jun-2002  nathanw Catch up to -current.
 1.3.32.1  28-Feb-2002  nathanw Catch up to -current.
 1.3.28.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.28.1  11-Feb-2002  jdolecek Sync w/ -current.
 1.6.18.2  03-Sep-2007  yamt sync with head.
 1.6.18.1  21-Jun-2006  yamt sync with head.
 1.7.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.9.82.1  18-Feb-2012  mrg merge to -current.
 1.9.78.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.9.78.1  17-Apr-2012  yamt sync with head
 1.11.10.1  18-May-2014  rmind sync with head
 1.11.6.2  03-Dec-2017  jdolecek update from HEAD
 1.11.6.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.12.6.1  09-Jul-2016  skrll Sync with HEAD

RSS XML Feed