History log of /netbsd-src/sys/arch/amiga/dev/drbbc.c (Results 1 – 20 of 20)
Revision Date Author Comments
# cbab9cad 27-Oct-2012 chs <chs@NetBSD.org>

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.


# 6a66466f 20-Dec-2010 matt <matt@NetBSD.org>

Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded
includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.


# 471e528b 12-Dec-2009 tsutsui <tsutsui@NetBSD.org>

Remove `volatile' qualifier from argument types of
struct timeval passed to todr_gettime(9) and todr_settime(9).
We no longer have an ancient and volatile struct timeval `time'
global since we have s

Remove `volatile' qualifier from argument types of
struct timeval passed to todr_gettime(9) and todr_settime(9).
We no longer have an ancient and volatile struct timeval `time'
global since we have switched to MI timercounter(9) on all port.

XXX1: some of these RTC drivers still assume 32bit time_t
XXX2: some of these should be rewritten to use todr_[gs]ettime_ymdhms()
XXX3: todr(9) man page doesn't mention todr_[gs]ettime_ymdhms()

show more ...


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

Remove clause 3 and 4 from TNF licenses


# 7b2d0951 07-Sep-2006 mhitch <mhitch@NetBSD.org>

Correct some error returns for gettod() and settod() left over from the
pre-todr code, and use actual E* return codes for any error return.


# 14c9ea00 05-Sep-2006 mhitch <mhitch@NetBSD.org>

Switch amiga to MI todr.


# d6a3b8fe 20-Jun-2006 is <is@NetBSD.org>

Fix typo in comment


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

merge ktrace-lwp.


# 095fcda9 13-Jun-2005 jmc <jmc@NetBSD.org>

Fix some shadowing of variables


# 8818afa4 01-Apr-2003 thorpej <thorpej@NetBSD.org>

Use PAGE_SIZE rather than NBPG.


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

Use CFATTACH_DECL().


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

Declare all cfattach structures const.


# 1ea4df81 28-Jan-2002 aymeric <aymeric@NetBSD.org>

add __KERNEL_RCSID as suggested by Luke Mewburn


# 9382c873 26-Jan-2002 aymeric <aymeric@NetBSD.org>

- ANSIfy
- remove some trailing spaces/tabs
- minor style nits


# 8bc084e1 16-Mar-2000 kleink <kleink@NetBSD.org>

Kill more broken cf_unit bogons.


# ba07737b 14-Mar-1999 is <is@NetBSD.org>

Use the 1/256s-resolution when reading the DraCo battery backed clock


# 2c7fa23c 16-Feb-1999 is <is@NetBSD.org>

Fix Copyright dates


# dc068e0d 16-Feb-1999 is <is@NetBSD.org>

Assign my files to The NetBSD Foundation, Inc.


# 0b6e56ec 12-Jan-1998 thorpej <thorpej@NetBSD.org>

Adjust for changes to config.


# fc3de9d8 17-Jul-1997 is <is@NetBSD.org>

Make the DraCo hardware clock an autoconfiguration device.