bf6fc8ef63
useful. The functions delay, cpu_initclocks, and setstatclcokrate have been renamed to mips3_delay, mips3_initclocks, and mips3_setstatclockrate. We provide weak aliases for the original names, so machdep code doesn't have to provide wrapper routines. (Giving good performance.) I've moved mips3_clockintr, mips3_initclocks, and mips3_setstatclockrate to their own mips3_clockintr file, because some ports may not be able to use these, and its senseless to carry that baggage.
35 lines
815 B
Plaintext
35 lines
815 B
Plaintext
# $NetBSD: files.atheros,v 1.5 2006/09/08 23:39:27 gdamore Exp $
|
|
|
|
file arch/evbmips/atheros/mach_intr.c
|
|
|
|
file arch/evbmips/atheros/autoconf.c
|
|
file arch/evbmips/atheros/machdep.c
|
|
|
|
file arch/mips/mips/bus_dma.c
|
|
file arch/evbmips/evbmips/disksubr.c
|
|
file arch/evbmips/evbmips/interrupt.c
|
|
|
|
file arch/mips/mips/mips3_clock.c
|
|
file arch/mips/mips/mips3_clockintr.c
|
|
file arch/mips/mips/softintr.c
|
|
|
|
# System bus
|
|
device mainbus { }
|
|
attach mainbus at root
|
|
file arch/evbmips/atheros/mainbus.c mainbus
|
|
|
|
device cpu
|
|
attach cpu at mainbus
|
|
file arch/evbmips/atheros/cpu.c cpu
|
|
|
|
device wdog: sysmon_wdog
|
|
attach wdog at mainbus
|
|
file arch/evbmips/atheros/wdog.c wdog
|
|
|
|
# Machine-independent WS console drivers
|
|
#include "dev/wsfont/files.wsfont"
|
|
#include "dev/wscons/files.wscons"
|
|
|
|
# Memory Disk
|
|
file dev/md_root.c memory_disk_hooks
|