11.57Skiyohara# $NetBSD: files.bebox,v 1.57 2012/10/20 14:53:37 kiyohara Exp $ 21.1Ssakamoto# 31.7Ssakamoto# First try for bebox specific configuration info 41.1Ssakamoto# 51.43Swizmaxpartitions 8 61.1Ssakamoto 71.1Ssakamotomaxusers 2 8 64 81.40Smatt 91.49Sgarbledinclude "arch/powerpc/pic/files.pic" 101.57Skiyoharainclude "arch/powerpc/pic/files.ipi" 111.49Sgarbled 121.1Ssakamotofile arch/bebox/bebox/autoconf.c 131.1Ssakamotofile arch/bebox/bebox/machdep.c 141.49Sgarbledfile arch/powerpc/powerpc/clock.c 151.49Sgarbledfile arch/powerpc/oea/prep_machdep.c 161.26Stsubaifile arch/powerpc/powerpc/bus_dma.c 171.39Smattfile arch/powerpc/powerpc/bus_space.c 181.38Smattfile arch/powerpc/powerpc/procfs_machdep.c procfs 191.49Sgarbledfile arch/bebox/bebox/pic_bebox.c 201.57Skiyoharafile arch/bebox/bebox/ipi_bebox.c multiprocessor 211.11Ssakamoto 221.11Ssakamoto# General files 231.1Ssakamotofile dev/cons.c 241.49Sgarbledfile kern/subr_disk_mbr.c disk 251.1Ssakamoto 261.1Ssakamoto# 271.1Ssakamoto# Machine-independent SCSI drivers 281.1Ssakamoto# 291.5Ssakamotoinclude "dev/scsipi/files.scsipi" 301.1Ssakamoto 311.1Ssakamoto# 321.5Ssakamoto# Machine-independent ATA drivers 331.5Ssakamoto# 341.5Ssakamoto 351.6Ssakamotoinclude "dev/ata/files.ata" 361.7Ssakamoto 371.7Ssakamoto# 381.7Ssakamoto# Memory Disk for install floppy 391.7Ssakamoto# 401.31Sjdolecekfile dev/md_root.c memory_disk_hooks 411.21Sad 421.21Sad# 431.1Ssakamoto# System bus types 441.1Ssakamoto# 451.1Ssakamotodefine mainbus { } 461.45Sdrochnerdevice mainbus: pcibus, mainbus 471.1Ssakamotoattach mainbus at root 481.1Ssakamoto 491.28Smattdevice cpu 501.28Smattattach cpu at mainbus 511.49Sgarbledfile arch/bebox/bebox/cpu.c 521.28Smatt 531.28Smattfile arch/bebox/bebox/mainbus.c mainbus|cpu needs-flag 541.48Smacallan 551.1Ssakamoto# 561.53Skiyohara# Machine-independent I2O drivers. (require iop by pci) 571.53Skiyohara# 581.53Skiyoharainclude "dev/i2o/files.i2o" 591.53Skiyohara 601.53Skiyohara# 611.1Ssakamoto# PCI-only drivers 621.1Ssakamoto# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 631.1Ssakamoto# XXX devices to 'pci'. 641.1Ssakamoto# 651.49Sgarbled 661.17Sthorpejinclude "dev/pci/files.pci" 671.56Smattfile arch/bebox/pci/pci_machdep.c pci 681.49Sgarbledfile arch/powerpc/pci/pci_machdep_common.c pci 691.56Smattfile arch/powerpc/pci/pci_module.c pci & modular 701.49Sgarbledfile arch/powerpc/pci/pciconf_indirect.c pci 711.49Sgarbled 721.49Sgarbledinclude "dev/pci/files.agp" 731.1Ssakamoto 741.1Ssakamoto# PCI-Host bridge chipsets 751.8Sthorpejdevice pchb: pcibus 761.1Ssakamotoattach pchb at pci 771.49Sgarbledfile arch/powerpc/pci/pchb.c pchb 781.1Ssakamoto 791.1Ssakamoto# PCI-ISA bridges 801.8Sthorpejdevice pcib: isabus 811.1Ssakamotoattach pcib at pci 821.49Sgarbled 831.49Sgarbledfile arch/powerpc/pci/pcib.c pcib 841.49Sgarbled 851.1Ssakamoto 861.1Ssakamoto# 871.1Ssakamoto# ISA and mixed ISA+PCI drivers 881.1Ssakamoto# 891.1Ssakamoto 901.6Ssakamotoinclude "dev/isa/files.isa" 911.49Sgarbledfile arch/powerpc/isa/isa_machdep_common.c isa 921.49Sgarbledfile arch/powerpc/isa/isadma_machdep.c isa 931.1Ssakamoto 941.47Sgdamoredevice mcclock: mc146818 951.47Sgdamoreattach mcclock at isa with mcclock_isa 961.47Sgdamorefile arch/bebox/isa/mcclock_isa.c mcclock_isa 971.47Sgdamore 981.42Sbjh21include "dev/pckbport/files.pckbport" 991.9Ssakamoto 1001.1Ssakamoto# Floppy disk controller 1011.20Sthorpejdevice fdc {drive = -1}: isadma 1021.20Sthorpejfile dev/isa/fd.c fdc needs-flag 1031.20Sthorpej 1041.20Sthorpejattach fdc at isa with fdc_isa 1051.20Sthorpejfile dev/isa/fdc_isa.c fdc_isa 1061.20Sthorpej 1071.20Sthorpejdevice fd: disk 1081.1Ssakamotoattach fd at fdc 1091.1Ssakamoto 1101.35Sgehennainclude "arch/bebox/conf/majors.bebox" 111