files.atheros revision 1.1
11.1Sgdamore# $NetBSD: files.atheros,v 1.1 2006/03/21 08:15:19 gdamore Exp $ 21.1Sgdamore 31.1Sgdamorefile arch/evbmips/atheros/mach_intr.c 41.1Sgdamore 51.1Sgdamorefile arch/evbmips/atheros/autoconf.c 61.1Sgdamorefile arch/evbmips/atheros/machdep.c 71.1Sgdamore 81.1Sgdamorefile arch/mips/mips/bus_dma.c 91.1Sgdamorefile arch/evbmips/evbmips/clock.c 101.1Sgdamorefile arch/evbmips/evbmips/disksubr.c 111.1Sgdamorefile arch/evbmips/evbmips/interrupt.c 121.1Sgdamore 131.1Sgdamorefile arch/mips/mips/softintr.c 141.1Sgdamore 151.1Sgdamore 161.1Sgdamore# System bus 171.1Sgdamoredevice mainbus { } 181.1Sgdamoreattach mainbus at root 191.1Sgdamorefile arch/evbmips/alchemy/mainbus.c mainbus 201.1Sgdamore 211.1Sgdamoredevice cpu 221.1Sgdamoreattach cpu at mainbus 231.1Sgdamorefile arch/evbmips/atheros/cpu.c cpu 241.1Sgdamore 251.1Sgdamore# "fake" RTC (do we need it?) 261.1Sgdamoredevice rtc 271.1Sgdamoreattach rtc at mainbus 281.1Sgdamorefile arch/evbmips/atheros/rtc.c rtc 291.1Sgdamore 301.1Sgdamore# Machine-independent WS console drivers 311.1Sgdamore#include "dev/wsfont/files.wsfont" 321.1Sgdamore#include "dev/wscons/files.wscons" 331.1Sgdamore 341.1Sgdamore# Memory Disk 351.1Sgdamorefile dev/md_root.c memory_disk_hooks 36