d375c80e7f
Additionally, do not fail if no RTC is present, as not all boards have one. Malta now uses the common dev/ic/mc146818.c code as much as possible, reducing local "custom" code. These malta changes are *untested*, as I do not have a Malta board to test with. If someone would please test them and get back to me, I'd appreciate it!
31 lines
690 B
Plaintext
31 lines
690 B
Plaintext
# $NetBSD: files.atheros,v 1.2 2006/03/28 03:43:57 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/clock.c
|
|
file arch/evbmips/evbmips/disksubr.c
|
|
file arch/evbmips/evbmips/interrupt.c
|
|
|
|
file arch/mips/mips/softintr.c
|
|
|
|
|
|
# System bus
|
|
device mainbus { }
|
|
attach mainbus at root
|
|
file arch/evbmips/alchemy/mainbus.c mainbus
|
|
|
|
device cpu
|
|
attach cpu at mainbus
|
|
file arch/evbmips/atheros/cpu.c cpu
|
|
|
|
# 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
|