Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/atari/dev/viewvar.h
RevisionDateAuthorComments
 1.9  26-Mar-2023  andvar s/dipslay/display/ in comments.
 1.8  19-Sep-2021  andvar fix various typos in comments, messages and documentation.
 1.7  14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.6  11-Dec-2005  christos branches: 1.6.78; 1.6.86; 1.6.92;
merge ktrace-lwp.
 1.5  06-Sep-2002  gehenna branches: 1.5.6; 1.5.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.4  16-Oct-1996  leo branches: 1.4.42; 1.4.46; 1.4.54;
select -> poll
 1.3  18-Apr-1996  leo Yet more prototyping and -Wall fixes.
 1.2  28-May-1995  leo Remove the pointer to view_t from the grf-structure, use viewview(dev)
to obtain the pointer instead. This removes a kernel-crash that happened
when something was written to the console while the console was being
resized.
 1.1  26-Mar-1995  leo branches: 1.1.1;
Initial revision
 1.1.1.1  26-Mar-1995  leo NetBSD/Atari, port by Leo Weppelman.
 1.4.54.1  19-May-2002  gehenna Remove unnecessary prototype.
 1.4.46.1  17-Sep-2002  nathanw Catch up to -current.
 1.4.42.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.4.42.1  17-Jun-2002  jdolecek make compilable - use cdev_decl(), and remove unnecessary prototypes
from headers
 1.5.22.1  21-Jun-2006  yamt sync with head.
 1.5.6.1  17-Jan-2005  skrll Adapt to branch.
 1.6.92.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.6.86.1  28-Apr-2009  skrll Sync with HEAD.
 1.6.78.1  04-May-2009  yamt sync with head.

RSS XML Feed