History log of /netbsd/sys/arch/sun2/sun2/promlib.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 974f92f1 10-Sep-2020 rin <rin@NetBSD.org>

Fix tracedump() for sun3 and sun2 by adding __noinline attribute.

It unwinds stack frame by using address of its first argument, which
does not, of course, work if inline-expanded.


# b539fa61 24-Mar-2014 christos <christos@NetBSD.org>

- remove unused
- use cpu_{g,s}etmodel


# 9f2c6cd5 17-Jul-2011 joerg <joerg@NetBSD.org>

Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce a

Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.

show more ...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 2d65de24 24-Dec-2005 perry <perry@NetBSD.org>

bare asm -> __asm


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 6df30aa4 03-Jun-2005 tsutsui <tsutsui@NetBSD.org>

Add const.


# 10b1a7be 22-Jan-2005 chs <chs@NetBSD.org>

de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.


# ed517291 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# 43e759e5 01-Apr-2003 thorpej <thorpej@NetBSD.org>

Use PAGE_SIZE rather than NBPG.


# 002ed08e 30-May-2002 thorpej <thorpej@NetBSD.org>

Fix 2 sequence point errors.


# bbb634ca 30-Nov-2001 fredette <fredette@NetBSD.org>

vm_offset_t -> vaddr_t or paddr_t or db_addr_t, as appropriate.
vm_size_t -> vsize_t
Purge register qualifiers.
bcopy() -> memcpy(), bzero() -> memset()


# 65df8b69 01-Oct-2001 fredette <fredette@NetBSD.org>

Added the prom_kbdid function, to help us figure out if
the console keyboard is on the parallel interface or zs1.


# d77c828c 26-Aug-2001 fredette <fredette@NetBSD.org>

Fixed a bug processing options - we were ORing
an uninitialized auto into boothowto.


# aeb5917f 16-Aug-2001 fredette <fredette@NetBSD.org>

Made prom_putchar and prom_putstr use the PROM putchar
function instead of framebuffer functions. This makes
serial consoles work again.


# 15b02e5b 14-Jun-2001 fredette <fredette@NetBSD.org>

Added a function, prom_sd_target, to translate a PROM
sd unit number into a SCSI target. Now only set up our
g0 and g4 handlers inside prom_abort(), so we're not
normally running with them.


# 9ec520c4 14-May-2001 fredette <fredette@NetBSD.org>

Now, instead of swapping in and out the PROM's segment zero,
swap in and out the mappings for virtual pages zero through three,
which are what the PROM really uses. This is tied to the
move to ELF a

Now, instead of swapping in and out the PROM's segment zero,
swap in and out the mappings for virtual pages zero through three,
which are what the PROM really uses. This is tied to the
move to ELF and the low memory usage changes.

show more ...


# ca414a50 10-Apr-2001 fredette <fredette@NetBSD.org>

In prom_init, when making our local copy of the bootparams,
be sure to calculate the shift in terms of chars, not struct
bootparams, and don't shift undefined arguments.


# ec984a04 06-Apr-2001 fredette <fredette@NetBSD.org>

Added.