files.atheros revision 1.4
11.4Sgdamore# $NetBSD: files.atheros,v 1.4 2006/09/02 22:54:47 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/disksubr.c 101.1Sgdamorefile arch/evbmips/evbmips/interrupt.c 111.1Sgdamore 121.4Sgdamorefile arch/mips/mips/mips3_clock.c 131.1Sgdamorefile arch/mips/mips/softintr.c 141.1Sgdamore 151.1Sgdamore# System bus 161.1Sgdamoredevice mainbus { } 171.1Sgdamoreattach mainbus at root 181.3Sgdamorefile arch/evbmips/atheros/mainbus.c mainbus 191.1Sgdamore 201.1Sgdamoredevice cpu 211.1Sgdamoreattach cpu at mainbus 221.1Sgdamorefile arch/evbmips/atheros/cpu.c cpu 231.1Sgdamore 241.3Sgdamoredevice wdog: sysmon_wdog 251.3Sgdamoreattach wdog at mainbus 261.3Sgdamorefile arch/evbmips/atheros/wdog.c wdog 271.3Sgdamore 281.1Sgdamore# Machine-independent WS console drivers 291.1Sgdamore#include "dev/wsfont/files.wsfont" 301.1Sgdamore#include "dev/wscons/files.wscons" 311.1Sgdamore 321.1Sgdamore# Memory Disk 331.1Sgdamorefile dev/md_root.c memory_disk_hooks 34