History log of /netbsd-src/sys/arch/evbppc/virtex/dev/tft_ll.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 0ded96f5 29-Mar-2021 rin <rin@NetBSD.org>

Make VIRTEX_* kernels compile. Not tested.


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

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


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

split device/softc (CFATTACH_DECL_NEW)
struct device * -> device_t
struct cfdata * -> cfdata_t
Use <sys/foo.h> instead of <machine/foo.h> if <sys/foo.h> exists
Explicitly include <powerpc/ibm4xx/cpu.

split device/softc (CFATTACH_DECL_NEW)
struct device * -> device_t
struct cfdata * -> cfdata_t
Use <sys/foo.h> instead of <machine/foo.h> if <sys/foo.h> exists
Explicitly include <powerpc/ibm4xx/cpu.h> when needed.

show more ...


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

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


# e388b581 02-Dec-2006 freza <freza@NetBSD.org>

Welcome to evbppc/virtex -- port to Xilinx Virtex series FPGA's with embedded
ibm405d5 core.

OK by Simon Burge