OpenGrok
Cross Reference: romcons.c
xref
: /
src
/
sys
/
arch
/
news68k
/
news68k
/
romcons.c
Home
|
History
|
Annotate
|
Download
|
only in
news68k
History log of
/src/sys/arch/news68k/news68k/romcons.c
Revision
Date
Author
Comments
1.3
25-Jul-2014
dholland
Add d_discard to all struct cdevsw instances I could find.
All have been set to "nodiscard"; some should get a real implementation.
1.2
16-Mar-2014
dholland
branches: 1.2.2;
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
designated initializers.
I have not built every extant kernel so I have probably broken at
least one build; however I've also found and fixed some wrong
cdevsw/bdevsw entries so even if so I think we come out ahead.
1.1
20-Nov-2011
tsutsui
branches: 1.1.6; 1.1.10; 1.1.14;
Add preliminary PROM internal function based framebuffer console support,
which was demonstrated at Open Source Conference 2011 Kansai @ Kyoto
back in July:
http://www.NetBSD.org/gallery/events.html#opensourceconf2011-Kansai
- map 0xc0000000-0xffffffff PA region (which is mirror of PA 0x0-0x3fffffff)
to the same VA via %tt0 and %tt1 registers and move KVA space accordingly
(like luna68k does for its devices)
- save trap #0 vector for PROM function calls in early bootstrap
and register it to trap #14 to call it from kernel for console output
- add dumb romcall based tty attachment taken from src/sys/dev/ofw/ofcons.c
- add rom function call stubs from news68k/stand/common/romcalls.S
- remove IIOV() macro for device registers where now mapped PA==VA via %tt1
XXX: romcons is not enabled yet because there is no generic interface
XXX: to attach wskbd(4) to non wsdisplay(4) devices like this romcons.
1.1.14.1
18-May-2014
rmind
sync with head
1.1.10.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.1.6.3
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")
1.1.6.2
17-Apr-2012
yamt
sync with head
1.1.6.1
20-Nov-2011
yamt
file romcons.c was added on branch yamt-pagecache on 2012-04-17 00:06:43 +0000
1.2.2.1
10-Aug-2014
tls
Rebase.
Indexes created Thu Oct 23 18:09:57 GMT 2025