History log of /netbsd-src/sys/arch/sun2/dev/sc_mbmem.c (Results 1 – 16 of 16)
Revision Date Author Comments
# d8d32193 04-Aug-2023 rin <rin@NetBSD.org>

sun2/sc(4): Fix panic due to wrong ENOMEM for DMA buffer

Use kmem_zalloc(9) for sc->sc_dma_handles[] to zero-initialize flags.

XXX
Will soon apply to sun3.


# fd5889cb 21-Nov-2020 thorpej <thorpej@NetBSD.org>

malloc(9) -> kmem(9)


# a626cff9 21-Nov-2009 rmind <rmind@NetBSD.org>

Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage.


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

Split device_t/softc with misc cosmetic changes.


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

Remove clause 3 and 4 from TNF licenses


# 2be6494f 29-Mar-2006 thorpej <thorpej@NetBSD.org>

Use device_cfdata().


# 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.


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

__KERNEL_RCSID()


# 1ffa7b76 03-May-2003 wiz <wiz@NetBSD.org>

DMA, not dma nor Dma.


# 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.


# 0f09ed48 27-Sep-2002 provos <provos@NetBSD.org>

remove trailing \n in panic(). approved perry.


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

Converted to use the new bus-specific attach args,
and the bus_space_peek_N functions. Now use hand-defined
macros instead of relying on structure layout to find registers.
Allocate the DMA handles

Converted to use the new bus-specific attach args,
and the bus_space_peek_N functions. Now use hand-defined
macros instead of relying on structure layout to find registers.
Allocate the DMA handles here, since the MI chipset code
doesn't do that any more.

show more ...


# 02672011 18-Apr-2001 fredette <fredette@NetBSD.org>

Added support for the Sun SC scsi controller.