History log of /netbsd-src/sys/arch/macppc/dev/cuda.c (Results 26 – 30 of 30)
Revision Date Author Comments
# 23a7584d 07-Nov-2007 garbled <garbled@NetBSD.org>

Convert macppc to shared ofw_autoconf.c. Compile tested only.


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# 9c80d19d 15-Feb-2007 macallan <macallan@NetBSD.org>

don't use IPL_HIGH


# f3154089 05-Feb-2007 macallan <macallan@NetBSD.org>

- don't go CUDA_IDLE before calling message handlers, that way we force all
writes they might issue to be delayed which keeps us from deadlocking
- don't splhigh() in cuda_intr() - usually we're th

- don't go CUDA_IDLE before calling message handlers, that way we force all
writes they might issue to be delayed which keeps us from deadlocking
- don't splhigh() in cuda_intr() - usually we're there already. Instead do
the splhigh()/splx() dance when we're polling
- remove some leftover debugging gunk

show more ...


# a17b551f 17-Jan-2007 macallan <macallan@NetBSD.org>

new drivers for pmu and cuda


12