History log of /src/sys/arch/atari/dev/grfvar.h |
Revision | | Date | Author | Comments |
1.15 |
| 06-Jan-2023 |
tsutsui | TAB/spaces/indents cleanup.
|
1.14 |
| 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.13 |
| 05-Jun-2011 |
tsutsui | branches: 1.13.2; 1.13.12; Split device_t/softc. Also rename some softc variables. Tested on TT030.
XXX: old ugly config_console() hack should go away...
|
1.12 |
| 08-Feb-2011 |
rmind | branches: 1.12.2; 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.11 |
| 14-Mar-2009 |
dsl | branches: 1.11.4; 1.11.6; 1.11.8; 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.10 |
| 04-Mar-2007 |
christos | branches: 1.10.44; 1.10.52; 1.10.58; Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.9 |
| 11-Dec-2005 |
christos | branches: 1.9.26; merge ktrace-lwp.
|
1.8 |
| 07-Aug-2003 |
agc | branches: 1.8.16; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.7 |
| 06-Sep-2002 |
gehenna | branches: 1.7.6; 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.6 |
| 04-Oct-1996 |
leo | branches: 1.6.42; 1.6.46; 1.6.54; Checkpointing my et4000 work. Note that the et-console will not be functional until the minimal pci-support is checked in.
|
1.5 |
| 25-Sep-1996 |
leo | Catchup with -current: - Extra argument to boot() - select -> poll
|
1.4 |
| 16-Sep-1996 |
leo | Prepare for (soon to come) et4000 PCI console.
|
1.3 |
| 22-Feb-1996 |
leo | First bunch of changes due to stricter prototype checking.
|
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.6.54.1 |
| 19-May-2002 |
gehenna | Remove unnecessary prototype.
|
1.6.46.1 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.6.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.6.42.1 |
| 17-Jun-2002 |
jdolecek | make compilable - use cdev_decl(), and remove unnecessary prototypes from headers
|
1.7.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.7.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.7.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.8.16.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.9.26.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.10.58.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.10.52.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.10.44.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.11.8.1 |
| 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.11.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.11.4.2 |
| 12-Jun-2011 |
rmind | sync with head
|
1.11.4.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.12.2.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.13.12.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.13.2.1 |
| 30-Oct-2012 |
yamt | sync with head
|