files.alchemy revision 1.1
11.1Sgdamore# $NetBSD: files.alchemy,v 1.1 2006/02/08 09:04:01 gdamore Exp $ 21.1Sgdamore 31.1Sgdamore# Platform support - select just one, please 41.1Sgdamoredefflag opt_alchemy.h ALCHEMY_GENERIC 51.1Sgdamore ALCHEMY_DBAU1550 61.1Sgdamore ALCHEMY_DBAU1500 71.1Sgdamore 81.1Sgdamorefile arch/evbmips/alchemy/mach_intr.c 91.1Sgdamore 101.1Sgdamorefile arch/evbmips/alchemy/autoconf.c 111.1Sgdamorefile arch/evbmips/alchemy/machdep.c 121.1Sgdamore 131.1Sgdamorefile arch/evbmips/alchemy/genericbd.c alchemy_generic 141.1Sgdamorefile arch/evbmips/alchemy/dbau1500.c alchemy_dbau1500 151.1Sgdamorefile arch/evbmips/alchemy/dbau1550.c alchemy_dbau1550 161.1Sgdamore 171.1Sgdamorefile arch/mips/mips/bus_dma.c 181.1Sgdamorefile arch/evbmips/evbmips/clock.c 191.1Sgdamorefile arch/evbmips/evbmips/disksubr.c 201.1Sgdamorefile arch/evbmips/evbmips/interrupt.c 211.1Sgdamorefile arch/evbmips/evbmips/yamon.c 221.1Sgdamore 231.1Sgdamorefile arch/mips/mips/softintr.c 241.1Sgdamore 251.1Sgdamore 261.1Sgdamore# System bus 271.1Sgdamoredevice mainbus { } 281.1Sgdamoreattach mainbus at root 291.1Sgdamorefile arch/evbmips/alchemy/mainbus.c mainbus 301.1Sgdamore 311.1Sgdamoredevice cpu 321.1Sgdamoreattach cpu at mainbus 331.1Sgdamorefile arch/evbmips/alchemy/cpu.c cpu 341.1Sgdamore 351.1Sgdamore# Alchemy on-board devices 361.1Sgdamoredevice obio { [addr=-1] } 371.1Sgdamoreattach obio at mainbus 381.1Sgdamorefile arch/evbmips/alchemy/obio.c obio 391.1Sgdamore 401.1Sgdamoredevice aupcmcia: pcmciabus 411.1Sgdamoreattach aupcmcia at obio 421.1Sgdamorefile arch/evbmips/alchemy/dev/aupcmcia.c aupcmcia 431.1Sgdamore 441.1Sgdamore# Machine-independent SCSI drivers 451.1Sgdamoreinclude "dev/scsipi/files.scsipi" 461.1Sgdamore 471.1Sgdamore# Machine-independent ATA drivers 481.1Sgdamoreinclude "dev/ata/files.ata" 491.1Sgdamore 501.1Sgdamore# Machine-independent WS console drivers 511.1Sgdamoreinclude "dev/wsfont/files.wsfont" 521.1Sgdamoreinclude "dev/wscons/files.wscons" 531.1Sgdamore 541.1Sgdamore# Machine-independent USB device support 551.1Sgdamoreinclude "dev/usb/files.usb" 561.1Sgdamore 571.1Sgdamore# Machine-independent PCMCIA drivers 581.1Sgdamoredevice fdc {drive = -1} # files.pcmcia requires. 591.1Sgdamoreinclude "dev/pcmcia/files.pcmcia" 601.1Sgdamore 611.1Sgdamore# Memory Disk 621.1Sgdamorefile dev/md_root.c memory_disk_hooks 63