History log of /src/sys/arch/sun2/dev/consinit.c |
Revision | | Date | Author | Comments |
1.9 |
| 10-Aug-2012 |
tsutsui | branches: 1.9.20; 1.9.30; Move cn_tab initialization from late cpu_startup(9) to early _bootstrap() in locore2.c. Tested on TME emulating 2/120.
|
1.8 |
| 30-Jul-2012 |
christos | move console initialization to cpu_startup() so that we avoid multiple common.
|
1.7 |
| 27-Dec-2009 |
tsutsui | branches: 1.7.12; Fix missing parenthesis in #ifdef notyet block. PR port-sun2/42524
|
1.6 |
| 11-Dec-2005 |
christos | branches: 1.6.78; merge ktrace-lwp.
|
1.5 |
| 03-Jun-2005 |
tsutsui | Add const.
|
1.4 |
| 22-Jan-2005 |
chs | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
|
1.3 |
| 15-Jul-2003 |
lukem | branches: 1.3.8; __KERNEL_RCSID()
|
1.2 |
| 06-Sep-2002 |
gehenna | branches: 1.2.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.1 |
| 22-Mar-2002 |
fredette | branches: 1.1.4; 1.1.6; 1.1.10; Added bits to complete the sun2 console code. These are virtually identical copies of files under sys/arch/sparc/dev, and one day they will be merged under sys/dev/sun.
|
1.1.10.3 |
| 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.1.10.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 |
| 22-Mar-2002 |
jdolecek | file consinit.c was added on branch kqueue on 2002-06-23 17:42:29 +0000
|
1.1.6.1 |
| 19-May-2002 |
gehenna | Replace the access to devsw table and the hard-coded majors with devsw API.
|
1.1.4.3 |
| 17-Sep-2002 |
nathanw | Catch up to -current.
|
1.1.4.2 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.1.4.1 |
| 22-Mar-2002 |
nathanw | file consinit.c was added on branch nathanw_sa on 2002-04-01 07:43:17 +0000
|
1.2.6.5 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.2.6.4 |
| 24-Jan-2005 |
skrll | Sync with HEAD.
|
1.2.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.2.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.2.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.3.8.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.6.78.1 |
| 11-Mar-2010 |
yamt | sync with head
|
1.7.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|
1.9.30.1 |
| 27-Apr-2017 |
pgoyette | Restore all work from the former pgoyette-localcount branch (which is now abandoned doe to cvs merge botch).
The branch now builds, and installs via anita. There are still some problems (cgd is non-functional and all atf tests time-out) but they will get resolved soon.
|
1.9.20.1 |
| 20-Jul-2016 |
pgoyette | Adapt the machine/arch dependent code to the new {b,c}devsw reference counting.
XXX Most of these will require testing by someone other than myself, as I have a limited selection of hardware!
|