files.bebox revision 1.42
11.42Sbjh21# $NetBSD: files.bebox,v 1.42 2004/03/13 17:31:33 bjh21 Exp $ 21.1Ssakamoto# 31.7Ssakamoto# First try for bebox specific configuration info 41.1Ssakamoto# 51.1Ssakamotomaxpartitions 16 61.1Ssakamoto 71.1Ssakamotomaxusers 2 8 64 81.40Smatt 91.40Smattdefflag XSERVER 101.1Ssakamoto 111.1Ssakamotofile arch/bebox/bebox/autoconf.c 121.1Ssakamotofile arch/bebox/bebox/clock.c 131.1Ssakamotofile arch/bebox/bebox/disksubr.c disk 141.1Ssakamotofile arch/bebox/bebox/extintr.c 151.1Ssakamotofile arch/bebox/bebox/machdep.c 161.38Smatt 171.26Stsubaifile arch/powerpc/powerpc/bus_dma.c 181.39Smattfile arch/powerpc/powerpc/bus_space.c 191.38Smattfile arch/powerpc/powerpc/procfs_machdep.c procfs 201.11Ssakamoto 211.11Ssakamoto# General files 221.1Ssakamotofile dev/cons.c 231.1Ssakamoto 241.1Ssakamoto# 251.1Ssakamoto# Machine-independent SCSI drivers 261.1Ssakamoto# 271.5Ssakamotoinclude "dev/scsipi/files.scsipi" 281.1Ssakamoto 291.1Ssakamoto# 301.5Ssakamoto# Machine-independent ATA drivers 311.5Ssakamoto# 321.5Ssakamoto 331.6Ssakamotoinclude "dev/ata/files.ata" 341.7Ssakamoto 351.7Ssakamoto# 361.7Ssakamoto# Memory Disk for install floppy 371.7Ssakamoto# 381.31Sjdolecekfile dev/md_root.c memory_disk_hooks 391.21Sad 401.21Sad# 411.21Sad# Machine-independent I2O drivers. 421.21Sad# 431.21Sadinclude "dev/i2o/files.i2o" 441.5Ssakamoto 451.5Ssakamoto# 461.1Ssakamoto# System bus types 471.1Ssakamoto# 481.1Ssakamotodefine mainbus { } 491.8Sthorpejdevice mainbus: isabus, pcibus, mainbus 501.1Ssakamotoattach mainbus at root 511.1Ssakamoto 521.28Smattdevice cpu 531.28Smattattach cpu at mainbus 541.28Smatt 551.28Smattfile arch/bebox/bebox/mainbus.c mainbus|cpu needs-flag 561.1Ssakamoto# 571.1Ssakamoto# PCI-only drivers 581.1Ssakamoto# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 591.1Ssakamoto# XXX devices to 'pci'. 601.1Ssakamoto# 611.17Sthorpejinclude "dev/pci/files.pci" 621.1Ssakamotofile arch/bebox/pci/pci_machdep.c pci 631.1Ssakamoto 641.1Ssakamoto# PCI-Host bridge chipsets 651.8Sthorpejdevice pchb: pcibus 661.1Ssakamotoattach pchb at pci 671.1Ssakamotofile arch/bebox/pci/pchb.c pchb 681.1Ssakamoto 691.1Ssakamoto# PCI-ISA bridges 701.8Sthorpejdevice pcib: isabus 711.1Ssakamotoattach pcib at pci 721.1Ssakamotofile arch/bebox/pci/pcib.c pcib 731.1Ssakamoto 741.1Ssakamoto# 751.1Ssakamoto# ISA and mixed ISA+PCI drivers 761.1Ssakamoto# 771.1Ssakamoto 781.6Ssakamotoinclude "dev/isa/files.isa" 791.1Ssakamoto 801.1Ssakamotofile arch/bebox/isa/isa_machdep.c isa 811.1Ssakamotofile arch/bebox/isa/isadma_machdep.c isa 821.1Ssakamoto 831.1Ssakamoto# PC clock 841.1Ssakamotofile arch/bebox/isa/isaclock.c isa 851.1Ssakamoto 861.1Ssakamoto# attribute used to represent the "keyboard controller" 871.1Ssakamoto# XXX should be a real device 881.9Ssakamotodefine pckbcport { [irq = -1], [port = -1] } 891.1Ssakamoto 901.1Ssakamoto# PC console support a la "pccons" 911.9Ssakamotodevice pc: tty, pckbcport 921.1Ssakamotoattach pc at isa 931.42Sbjh21device pcconskbd: pckbport_machdep_cnattach 941.42Sbjh21attach pcconskbd at pckbport 951.9Ssakamotofile arch/bebox/isa/pccons.c pc | pcconskbd needs-flag 961.1Ssakamoto 971.1Ssakamoto# PC Mice; Logitech-style, Microsoft-style, and PS/2-style 981.8Sthorpejdevice lms 991.1Ssakamotoattach lms at isa 1001.1Ssakamotofile arch/bebox/isa/lms.c lms needs-flag 1011.8Sthorpejdevice mms 1021.1Ssakamotoattach mms at isa 1031.1Ssakamotofile arch/bebox/isa/mms.c mms needs-flag 1041.9Ssakamoto 1051.9Ssakamotoinclude "dev/wscons/files.wscons" 1061.29Sbriggsinclude "dev/wsfont/files.wsfont" 1071.14Ssakamoto 1081.14Ssakamotodevice pfb: wsemuldisplaydev, wsrasteremulops 1091.14Ssakamotoattach pfb at pci 1101.14Ssakamotofile arch/bebox/pci/pfb.c pfb needs-flag 1111.9Ssakamoto 1121.42Sbjh21include "dev/pckbport/files.pckbport" 1131.9Ssakamoto 1141.1Ssakamoto# Floppy disk controller 1151.20Sthorpejdevice fdc {drive = -1}: isadma 1161.20Sthorpejfile dev/isa/fd.c fdc needs-flag 1171.20Sthorpej 1181.20Sthorpejattach fdc at isa with fdc_isa 1191.20Sthorpejfile dev/isa/fdc_isa.c fdc_isa 1201.20Sthorpej 1211.20Sthorpejdevice fd: disk 1221.1Ssakamotoattach fd at fdc 1231.1Ssakamoto 1241.1Ssakamoto# Game adapter (joystick) 1251.32Sjdolecekfile arch/bebox/isa/joy_timer.c joy 1261.12Sthorpej 1271.12Sthorpej# ISA Plug 'n Play support 1281.12Sthorpejfile arch/bebox/isa/isapnp_machdep.c isapnp 1291.35Sgehenna 1301.35Sgehennainclude "arch/bebox/conf/majors.bebox" 131