Home | History | Annotate | Download | only in include
History log of /src/sys/arch/sun3/include/mon.h
RevisionDateAuthorComments
 1.30  24-Jun-2023  msaitoh Fix typo in comment.
 1.29  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.28  01-Oct-2006  tsutsui branches: 1.28.52; 1.28.54; 1.28.56;
First attempt at bus_space(9) support for sun3 with common sun68k/bus.c:
- make sun3 port use common sun68k files as much as possible
- add temporary options _SUN2_ in std.sun2 until sun3 can share all
sun68k files (autoconf.c and isr.c are not yet)
- move sun68kvme declaration temporary as well from files.sun68k to files.sun2
- rename and move sun68k_find_prom_map() function to MD sources since it
can't be shared with sun3
- add bus tag members to struct confargs and initilize them where appropriate

XXX1: MD bus_dma(9) backends are not implemented (yet).
XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2.
 1.27  11-Dec-2005  christos branches: 1.27.20; 1.27.22;
merge ktrace-lwp.
 1.26  03-Jun-2005  tsutsui branches: 1.26.2;
Constify.
 1.25  22-Jan-2005  chs de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.24  22-Feb-2001  chs branches: 1.24.24; 1.24.32;
switch sun3 to ELF. highlight include:
add "%" prefix to register names in assembly code.
change assembly functions to return values in %a0 instead of %d0.
C symbols no longer prepend an underscore, adjust assembly code for this.
32-bit values are now 32-bit aligned instead of 16-bit aligned,
adjust structure packing and padding to override this where necessary.
make EXEC_ELF std, make EXEC_AOUT and COMPAT_AOUT_M68K optional.
use the MI loadfile() instead of several home-grown versions.
 1.23  05-Feb-1998  gwr branches: 1.23.14;
Merge arch/sun3x into arch/sun3
 1.22  05-Feb-1997  gwr branches: 1.22.14;
sync with the sun3x version
 1.21  27-Jan-1997  gwr Fix copyrights (/s/REGENTS/FOUNDATION/)
 1.20  17-Dec-1996  gwr Make this compile with -Werror -Wall -Wstrict-prototypes
(finally! yea!) Also get rid of __BROKEN_INDIRECT_CONFIG
 1.19  20-Nov-1996  gwr Most files that were copyright Adam Glass and/or Gordon W. Ross
are now copyright The NetBSD Foundation (rights assigned).
 1.18  13-Oct-1996  christos backout previous kprintf change
 1.17  11-Oct-1996  christos printf -> kprintf, sprintf -> ksprintf
 1.16  07-Feb-1995  gwr Add saio.h and move relevant struct from mon.h into it.
 1.15  21-Nov-1994  gwr Lots of changes. Fairly stable now.
 1.14  26-Oct-1994  cgd new RCS ID format.
 1.13  20-Sep-1994  gwr branches: 1.13.2;
Cleanup, fix mon_reboot()
 1.12  23-Feb-1994  glass boots, presents shell prompt, and doesn't crash immediately
 1.11  04-Feb-1994  glass sun3 port works under NetBSD-current now. rcsids probably fucked
 1.10  28-Aug-1993  glass last snapshot before uploading. we still have serious clock problems
 1.9  08-Aug-1993  glass various changes
 1.8  05-Aug-1993  glass gets to consinit() and blows up
 1.7  03-Aug-1993  glass it links with out any unresolved symbols, last few are just stubs
because we aren't likely to get near execing init for a while
 1.6  02-Aug-1993  glass stupid cleanup; fixes to mon.h; rewrote asm.h based on old asm.h
and the i386 one from jolitz
cleaned up ending of virtaul addr space.
 1.5  30-Jul-1993  glass whatever was necessary to make the rest of it work.
 1.4  27-Jul-1993  glass new pmap module
 1.3  29-Jun-1993  glass additional needed functionality
 1.2  27-Jun-1993  glass fixed bug in mon.h; fixed NEED_* in cpu.h; spl macro problems
 1.1  25-Jun-1993  glass adding include files...not much of this works
 1.13.2.2  20-Sep-1994  gwr Cleanup, fix mon_reboot()
 1.13.2.1  20-Sep-1994  gwr file mon.h was added on branch netbsd-1-0 on 1994-09-20 16:26:41 +0000
 1.22.14.1  27-Jan-1998  gwr The last section that used to be ifdef sun3/3x is now a union
so the boot programs can use either variant as appropriate.
 1.23.14.1  12-Mar-2001  bouyer Sync with HEAD.
 1.24.32.1  29-Apr-2005  kent sync with -current
 1.24.24.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.24.24.1  24-Jan-2005  skrll Sync with HEAD.
 1.26.2.1  30-Dec-2006  yamt sync with head.
 1.27.22.1  06-Oct-2006  tsutsui Sync files of recent sun3 and sun68k merge and intersil7170(4) changes
with HEAD to build sun3 kernel on this branch.
 1.27.20.1  18-Nov-2006  ad Sync with head.
 1.28.56.1  16-May-2008  yamt sync with head.
 1.28.54.1  18-May-2008  yamt sync with head.
 1.28.52.1  02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed