NetBSD/sys/arch/evbmips/include/db_machdep.h
simonb 31e40c8ce1 A port to the MIPS Malta evaluation board. Currently supports the
MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261
CPU boards to follow.

The cs4281 audio hasn't been tested, there are some interrupt problems
with onboard the pciide, but all other on-board peripherals work.

The evbmips port will support more MIPS evaluation boards in the future.
2002-03-07 14:43:56 +00:00

13 lines
286 B
C

/* $NetBSD: db_machdep.h,v 1.1 2002/03/07 14:43:59 simonb Exp $ */
#ifndef _EBVMIPS_DB_MACHDEP_H_
#define _EBVMIPS_DB_MACHDEP_H_
/* XXX: Common for all evbmips or not? */
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32
#include <mips/db_machdep.h>
#endif /* !_EBVMIPS_DB_MACHDEP_H_ */