Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/amiga/dev/grfioctl.h
RevisionDateAuthorComments
 1.23  24-May-2022  andvar s/changable/changeable/ in comments.
 1.22  01-Nov-2021  andvar fix typos, mainly in words minimum and maximum, but also few others.
 1.21  07-Sep-2015  dholland Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.
This covers most if not all of the MD headers.

XXX: a lot of the ioctl definitions in some of these files are cutpasted.
 1.20  08-Feb-2011  rmind branches: 1.20.14; 1.20.32;
Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.
 1.19  04-Mar-2007  christos branches: 1.19.66; 1.19.72; 1.19.74;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.18  24-Nov-2006  wiz branches: 1.18.4;
s/independant/independent/, from Zafer.
 1.17  11-Dec-2005  christos branches: 1.17.20; 1.17.22;
merge ktrace-lwp.
 1.16  07-Aug-2003  agc branches: 1.16.16;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.15  26-Jan-2002  aymeric branches: 1.15.16;
- ANSIfy
- remove some trailing spaces/tabs
- minor style nits
 1.14  05-Aug-2001  jdolecek branches: 1.14.6;
use unsigned variable types as appropriate
 1.13  29-Jul-1997  veego branches: 1.13.30; 1.13.34;
- Remove grfvideo_mode->hblank_stop and grfvideo_mode->vblank_stop.
- Add grfvideo_mode->disp_flags to select interlace, doublescan,
sync-on-green and horizontal/vertical sync polarity.
- Add some constants for grfvideo_mode->disp_flags.
 1.12  03-Jun-1996  is #define GRFIOCBLANK_LIVE and GRFIOCBLANK_DARK in grfioctl.h to make absolutely
clear which switches the video signal on and which off.
Make all grf_??.c (which supported it) use the same polarity of the test.
While being here, use a > test instead of implicit != to make it extensible
to darker than dark values for power managment systems.
 1.11  09-Oct-1995  chopps branches: 1.11.6;
new cybervision 64 grf from Bernd Ernesti <bernd@arresum.inka.de> and others
update config files (adding missing scsibus entry for aftsc0)
 1.10  23-Apr-1995  chopps new grfcl driver submitted by Ezra Story <ezy@panix.com>
 1.9  12-Feb-1995  chopps Many changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
Now use amiga HW for soft interrupts, non-contig options (2 or many chunks),
interrupt handler lists, 4066 ethernet, 1291 scsi, option to defer level 6
interrupts to level 4 (deal with icky built-in serial port)
 1.8  28-Dec-1994  chopps consolidate the zbusses. le support for multiple tx buffs and full use of 32k
RAM. AGA dbl PAL mode added for console. Many changes to siop--most not
yet done. All from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.7  26-Oct-1994  cgd new RCS ID format.
 1.6  11-Feb-1994  chopps Add missing Id's
 1.5  26-Jan-1994  mw Integrate recent changes done to the amiga branch. Includes support
for the '40.
Support for more scsi controllers (zeus, magnum)
Support for more tapes (in st.c)
New custom chip console code integrated.
 1.4  30-Oct-1993  mw new tree for amiga, replacing the bogous previous one.
SunOS support works for a lot of executables now (static and dynamic).
 1.3  02-Sep-1993  mw new source release integrated from amiga-release.
 1.2  01-Aug-1993  mycroft Add RCS identifiers (this time on the correct side of the branch), and
incorporate recent changes in netbsd-0-9 branch.
 1.1  05-Jul-1993  mw branches: 1.1.1;
Initial revision
 1.1.1.2  02-Sep-1993  mw Update of arch/amiga tree, includes
- realtime clock support for a2k and a3k
- scsi drivers for a2091 and gvp-II controllers in a2k
- working ethernet driver for a2065/ameristar lance-controllers
 1.1.1.1  05-Jul-1993  mw sys/arch/amiga tree. This is the machdep part required to get the kernel
up on an A3000. There are still (very) few changes required outside the
arch/amiga tree, so you can't recompile the kernel yet. Support for
third party SCSI controllers for the A2000 is on its way. The kernel is
fully functional (except for a missing ethernet-driver ...). This
tree is based on my version #390.
 1.11.6.1  04-Jun-1996  is From main branch: add GRFIOCBLANK_LIVE and _DARK definitions, so that
X server writers will know what to use.
 1.13.34.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.13.34.1  25-Aug-2001  thorpej Merge Aug 24 -current into the kqueue branch.
 1.13.30.1  16-Aug-2001  tv Pullup [jdolecek]:

sys/arch/amiga/dev/grf_cl.c 1.26
sys/arch/amiga/dev/grfioctl.h 1.14
sys/arch/hpcmips/dev/plumvideo.c 1.20
sys/arch/macppc/dev/ofb.c 1.25
sys/arch/sparc/dev/cgtwo.c 1.35
sys/arch/sparc/include/fbio.h patch
sys/arch/sparc64/include/fbio.h patch
sys/arch/sun3/dev/cg2.c 1.14
sys/arch/sun3/include/fbio.h patch
sys/dev/pci/tga.c 1.35
sys/dev/tc/cfb.c 1.28
sys/dev/tc/mfb.c 1.27
sys/dev/tc/sfb.c 1.46
sys/dev/tc/sfbplus.c 1.10 via patch
sys/dev/tc/tfb.c 1.30
sys/dev/tc/xcfb.c 1.23
sys/net/if_ppp.c 1.71

Use unsigned variable types to make bounds checking more correct.
 1.14.6.2  28-Feb-2002  nathanw Catch up to -current.
 1.14.6.1  05-Aug-2001  nathanw file grfioctl.h was added on branch nathanw_sa on 2002-02-28 04:06:44 +0000
 1.15.16.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.15.16.2  18-Sep-2004  skrll Sync with HEAD.
 1.15.16.1  03-Aug-2004  skrll Sync with HEAD
 1.16.16.2  03-Sep-2007  yamt sync with head.
 1.16.16.1  30-Dec-2006  yamt sync with head.
 1.17.22.1  10-Dec-2006  yamt sync with head.
 1.17.20.1  12-Jan-2007  ad Sync with head.
 1.18.4.1  12-Mar-2007  rmind Sync with HEAD.
 1.19.74.1  17-Feb-2011  bouyer Sync with HEAD
 1.19.72.1  06-Jun-2011  jruoho Sync with HEAD.
 1.19.66.1  05-Mar-2011  rmind sync with head
 1.20.32.1  22-Sep-2015  skrll Sync with HEAD
 1.20.14.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed