Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/amiga/dev/ite_rt.c
RevisionDateAuthorComments
 1.25  22-Jan-2014  christos gcc-4.8.x unused variable fixes
 1.24  26-Oct-2009  cegger branches: 1.24.12; 1.24.22; 1.24.26;
kill extra whitespaces
reviewed by tsutsui@
 1.23  18-Mar-2009  cegger bcopy -> memcpy
 1.22  05-Mar-2007  he branches: 1.22.44; 1.22.52; 1.22.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.21  04-Mar-2007  christos Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.20  24-Dec-2005  perry branches: 1.20.26;
bare asm -> __asm
 1.19  06-Sep-2002  gehenna branches: 1.19.22;
Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
 1.18  28-Jan-2002  aymeric branches: 1.18.8;
add __KERNEL_RCSID as suggested by Luke Mewburn
 1.17  26-Jan-2002  aymeric - ANSIfy
- remove some trailing spaces/tabs
- minor style nits
 1.16  23-Apr-1996  veego branches: 1.16.44; 1.16.48;
Added some ifdef's for RETINA_SPEED_HACK
Argh, why is a fuction from the RetinaZ2 console driver in the console
driver for the RetinaZ3 ? Fixed.
Fixed some warnings from -Wall if you don't use -DDEBUG
 1.15  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.14  08-Apr-1995  chopps fix typo
 1.13  06-Apr-1995  chopps made current retina vertical scroll code conditional on the new
option RETINA_SPEED_HACK. Old commented code has been resurected.
This reportedly fixes the smear problems some retinas have.
John Vrolijk <dsnjvro@etmsun.etm.ericsson.se> noticed this.
 1.12  16-Feb-1995  chopps cleanup copyright stuff
 1.11  26-Oct-1994  cgd new RCS ID format.
 1.10  15-Jun-1994  chopps clock now uses passed in frequency if present protect dma cache
flush calls from non 040. don't compile ite_xx if not used.
 1.9  08-May-1994  chopps resistance is futile, you will be assimilated.
amiga goes: config.new *and* /sys/scsi.
clock code coerced into a single .c file adding an accurate usec delay().
disklabel.c updated to DTRT, code to write RDB's to be added soon.
sbic (old scsi) converted over to new scsi and config this covers about
90% of users. Other drivers soon.
 1.8  05-Apr-1994  chopps allow user to not use their retina board as the console.
 1.7  17-Feb-1994  chopps modified to use generic cons. (and some grf defs changed)
 1.6  13-Feb-1994  chopps cleaned up include's relocated grf/* stuf to grfabs*.
 1.5  11-Feb-1994  chopps Add missing Id's
 1.4  01-Feb-1994  chopps SCSI re-org, and misc. cleanup of compiler warnings.
 1.3  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.2  31-Oct-1993  mw Change gfx-drivers to used g_data for their private data, and use regaddr
for what it's meant, that's to point to the register area. Now, both
gfx drivers should be fairly controllable from user-level applications.
 1.1  02-Sep-1993  mw branches: 1.1.1;
Initial revision
 1.1.1.1  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.16.48.2  17-Sep-2002  nathanw Catch up to -current.
 1.16.48.1  28-Feb-2002  nathanw Catch up to -current.
 1.16.44.2  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.16.44.1  11-Feb-2002  jdolecek Sync w/ -current.
 1.18.8.1  16-May-2002  gehenna Remove BANKEDDEVPAGER stuff.
 1.19.22.2  03-Sep-2007  yamt sync with head.
 1.19.22.1  21-Jun-2006  yamt sync with head.
 1.20.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.22.58.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.22.52.1  28-Apr-2009  skrll Sync with HEAD.
 1.22.44.2  11-Mar-2010  yamt sync with head
 1.22.44.1  04-May-2009  yamt sync with head.
 1.24.26.1  18-May-2014  rmind sync with head
 1.24.22.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.24.12.1  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")

RSS XML Feed