History log of /netbsd-src/sys/arch/powerpc/ibm4xx/dev/mal.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 4e7cd698 19-Jun-2023 msaitoh <msaitoh@NetBSD.org>

Fix typo. unknwon -> unknown


# 0ece553e 27-Feb-2021 rin <rin@NetBSD.org>

Switch to intr_establish_xname().


# 29945337 18-Jun-2011 matt <matt@NetBSD.org>

Use __builtin_clz instead of our own cntlzw


# 1fd2c684 18-Jun-2011 matt <matt@NetBSD.org>

Use <sys/foo.h> instead of <machine/foo.h> if such a file exists.
Don't assume <sys/cpu.h> includes <powerpc/subarch/cpu*.h>. Include it
explicitly.


# 2692e2e2 18-Mar-2010 kiyohara <kiyohara@NetBSD.org>

Support PowerPC 405EX/EXr.
1. Add some new source and header files.
(MAL(split) and RGMII(new) relations for EMAC)
2. Create dcr4xx.h. Its moved from dcr405gp.h. Also remove dcr405xx.h.

Support PowerPC 405EX/EXr.
1. Add some new source and header files.
(MAL(split) and RGMII(new) relations for EMAC)
2. Create dcr4xx.h. Its moved from dcr405gp.h. Also remove dcr405xx.h.
3. intr.c supports MULTIUIC with virtual-irq. likes to oea.
support 32-virq/128-hwirq.
4. multiple emac support.
5. WALNUT and VIRTEX_* includes arch/powerpc/conf/files.ibm4xx.
6. WALNUT pci uses arch/powerpc/ibm4xx/pci/.

show more ...