History log of /netbsd/sys/arch/atari/atari/mainbus.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 60e2ec70 06-Jan-2023 tsutsui <tsutsui@NetBSD.org>

TAB/spaces/indents cleanup.


# f5df4b68 03-Jan-2021 thorpej <thorpej@NetBSD.org>

malloc(9) -> kmem(9)


# 70747dc1 10-Nov-2019 chs <chs@NetBSD.org>

in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.


# af51edd2 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# 981d751a 08-Mar-2009 tsutsui <tsutsui@NetBSD.org>

ANSIfy, some KNF, misc cosmetics.


# 30b80223 05-Mar-2009 tsutsui <tsutsui@NetBSD.org>

Remove __P().


# d79dc171 27-Dec-2008 tsutsui <tsutsui@NetBSD.org>

Sprinkle volatile to bus_space(9) access functions.


# dcf70589 19-Dec-2008 cegger <cegger@NetBSD.org>

use M_ZERO on malloc() and remove subsequent bzero().


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

Remove clause 3 and 4 from TNF licenses


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


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

merge ktrace-lwp.


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

__KERNEL_RCSID()


# ef7f5080 25-May-1998 leo <leo@NetBSD.org>

Add bus_space_{read,write}_region_stream_N functions.


# bc9ebf17 10-Apr-1998 leo <leo@NetBSD.org>

Major overhaul of the atari bus_space implementation.