Home | History | Annotate | Download | only in cobalt
History log of /src/sys/arch/cobalt/cobalt/console.c
RevisionDateAuthorComments
 1.13  04-Sep-2021  tsutsui Use C99 designated initializer.
 1.12  01-Jul-2011  dyoung #include <sys/bus.h> instead of <machine/bus.h>.
 1.11  27-Mar-2008  tsutsui Add kernel support for optional Z85C30 serial console on Cobalt Qube 2700.
There is some interrupt related issue (in MI z8530tty driver?) on heavy load,
but useful enough for debugging.
 1.10  05-Apr-2006  tsutsui branches: 1.10.62;
- ANSIfy
- KNF
- u_intXX_t -> uintXX_t
 1.9  11-Dec-2005  christos branches: 1.9.4; 1.9.6; 1.9.8; 1.9.10; 1.9.12;
merge ktrace-lwp.
 1.8  29-Aug-2004  tsutsui branches: 1.8.12;
- rename comcnprobe() and comcninit() to com_mainbus_cnprobe() and
com_mainbus_cninit() and move these cn functions from cobalt/console.c
to dev/com_mainbus.c
- call cninit() only once
- remove unneeded includes
- use ANSI function decls
 1.7  07-Jan-2004  cdi branches: 1.7.4;
Pass some info from the boot loader to the kernel:

- Kernel image name
- Symbol table
- A flag indicating console presence (could be clobbered if not passed)

Add _rtt() entry to the boot loader code.
 1.6  17-Oct-2003  cdi Change console code to use cninit() and null console. Add serial console
check.
 1.5  12-Sep-2003  tsutsui TAB/space cleanup.
 1.4  15-Jul-2003  lukem __KERNEL_RCSID()
 1.3  14-Jun-2003  thorpej branches: 1.3.2;
Also pass a type argument to comcnattach() and com_kgdb_attach().
comspeed() (and thus cominit()) may need this information.
 1.2  06-Sep-2002  gehenna 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  19-Mar-2000  soren branches: 1.1.6; 1.1.10; 1.1.14; 1.1.22;
NetBSD/cobalt. Work-in-progress.
 1.1.22.1  19-May-2002  gehenna Remove unnecessary #include
 1.1.14.1  17-Sep-2002  nathanw Catch up to -current.
 1.1.10.1  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.6.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.1.6.1  19-Mar-2000  bouyer file console.c was added on branch thorpej_scsipi on 2000-11-20 20:07:00 +0000
 1.3.2.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.3.2.3  18-Sep-2004  skrll Sync with HEAD.
 1.3.2.2  03-Sep-2004  skrll Sync with HEAD
 1.3.2.1  03-Aug-2004  skrll Sync with HEAD
 1.7.4.1  16-Dec-2005  jmc Pullup rev 1.8 (requested by tsutsui in ticket #10175)

Cobalt kernel hangs in the second
consinit() call if it is loaded by the native bootloader,
so there is no bootstrap way to install other than to use
an older kernel.
 1.8.12.1  21-Jun-2006  yamt sync with head.
 1.9.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.9.10.1  19-Apr-2006  elad sync with head - hopefully this will work
 1.9.8.1  11-Apr-2006  yamt sync with head
 1.9.6.1  22-Apr-2006  simonb Sync with head.
 1.9.4.1  09-Sep-2006  rpaulo sync with head
 1.10.62.1  03-Apr-2008  mjf Sync with HEAD.

RSS XML Feed