History log of /netbsd/sys/arch/sun2/sun2/clock.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 45aabfbe 28-Jan-2010 mbalmer <mbalmer@NetBSD.org>

Fix language.


# bc6f8d14 06-Jul-2008 tsutsui <tsutsui@NetBSD.org>

Split device_t/softc with misc cosmetic changes.


# c3b12960 05-Apr-2008 tsutsui <tsutsui@NetBSD.org>

Use generic atomic_cas_uint() for mutex(9) and rwlock(9), and
remodel old RAS based _lock_cas() implementation for m68010
into genereic atomic_cas_32().
Now sun2 kernel compiles and even works on mul

Use generic atomic_cas_uint() for mutex(9) and rwlock(9), and
remodel old RAS based _lock_cas() implementation for m68010
into genereic atomic_cas_32().
Now sun2 kernel compiles and even works on multiuser. (hehe)

Tested on tme (emulationg 2/120 and 3/150) and (real) 3/80.

show more ...


# d0ea2c0f 26-Jan-2008 tsutsui <tsutsui@NetBSD.org>

Also account idepth in clock interrupt handlers
(which are registered directly by isr_add_custom())
and use the idepth value for CLKF_INTR().


# 8f326e82 12-Mar-2007 thorpej <thorpej@NetBSD.org>

- Define LOCK_CAS_CHECK() in m68k/frame.h (there because it operates on
a clockframe).
- Call LOCK_CAS_CHECK() in clock_intr() (noted by Izumi Tsutsui).


# d38176b5 03-Sep-2006 gdamore <gdamore@NetBSD.org>

Convert to timecounters. Since sun2 lacks a separate timer for microsecond
interpolation, we just use the default clock interrupt timer. (100Hz)


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

merge ktrace-lwp.


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

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


# 0ded7469 13-Dec-2004 chs <chs@NetBSD.org>

for drivers that support only one instance, use a global variable to ensure
that only one instance is configured rather than requiring that its
unit number be zero.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


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

__KERNEL_RCSID()


# 4bf871a7 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Add trailing ; to CFATTACH_DECL.


# 82af7d52 01-Oct-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# f818766a 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# a50332b3 27-Jun-2001 fredette <fredette@NetBSD.org>

Converted to use the new bus-specific attach args,
and the bus_space_peek_N functions.


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

Added.