1 1.9.4.5 nathanw # $NetBSD: files.sandpoint,v 1.9.4.5 2002/11/11 22:03:08 nathanw Exp $ 2 1.9.4.2 nathanw # 3 1.9.4.2 nathanw # Motorola's "SandPoint" evaluation board's specific configuration info 4 1.9.4.2 nathanw # 5 1.9.4.2 nathanw maxpartitions 16 6 1.9.4.2 nathanw 7 1.9.4.2 nathanw maxusers 2 8 64 8 1.9.4.2 nathanw 9 1.9.4.2 nathanw file arch/sandpoint/sandpoint/autoconf.c 10 1.9.4.2 nathanw file arch/sandpoint/sandpoint/bus_space.c 11 1.9.4.2 nathanw file arch/sandpoint/sandpoint/clock.c 12 1.9.4.2 nathanw file arch/sandpoint/sandpoint/disksubr.c disk 13 1.9.4.2 nathanw file arch/sandpoint/sandpoint/extintr.c 14 1.9.4.2 nathanw file arch/sandpoint/sandpoint/machdep.c 15 1.9.4.2 nathanw file arch/sandpoint/sandpoint/procfs_machdep.c procfs 16 1.9.4.2 nathanw file arch/powerpc/powerpc/bus_dma.c 17 1.9.4.2 nathanw 18 1.9.4.2 nathanw # General files 19 1.9.4.2 nathanw file dev/cons.c 20 1.9.4.2 nathanw 21 1.9.4.2 nathanw # 22 1.9.4.2 nathanw # Machine-independent SCSI drivers 23 1.9.4.2 nathanw # 24 1.9.4.2 nathanw include "dev/scsipi/files.scsipi" 25 1.9.4.2 nathanw 26 1.9.4.2 nathanw # 27 1.9.4.2 nathanw # Machine-independent ATA drivers 28 1.9.4.2 nathanw # 29 1.9.4.2 nathanw 30 1.9.4.2 nathanw include "dev/ata/files.ata" 31 1.9.4.2 nathanw 32 1.9.4.2 nathanw # 33 1.9.4.2 nathanw # Memory Disk for install floppy 34 1.9.4.2 nathanw # 35 1.9.4.2 nathanw file dev/md_root.c memory_disk_hooks 36 1.9.4.2 nathanw 37 1.9.4.2 nathanw # 38 1.9.4.2 nathanw # System bus types 39 1.9.4.2 nathanw # 40 1.9.4.2 nathanw define mainbus { } 41 1.9.4.2 nathanw device mainbus: isabus, pcibus, mainbus 42 1.9.4.2 nathanw attach mainbus at root 43 1.9.4.2 nathanw device cpu 44 1.9.4.2 nathanw attach cpu at mainbus 45 1.9.4.2 nathanw file arch/sandpoint/sandpoint/mainbus.c mainbus|cpu needs-flag 46 1.9.4.2 nathanw 47 1.9.4.2 nathanw # 48 1.9.4.2 nathanw # PCI-only drivers 49 1.9.4.2 nathanw # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 50 1.9.4.2 nathanw # XXX devices to 'pci'. 51 1.9.4.2 nathanw # 52 1.9.4.2 nathanw include "dev/i2o/files.i2o" 53 1.9.4.2 nathanw include "dev/pci/files.pci" 54 1.9.4.2 nathanw file arch/sandpoint/pci/pci_machdep.c pci 55 1.9.4.2 nathanw 56 1.9.4.2 nathanw # PCI-Host bridge chipsets 57 1.9.4.2 nathanw device pchb: pcibus 58 1.9.4.2 nathanw attach pchb at pci 59 1.9.4.2 nathanw file arch/sandpoint/pci/pchb.c pchb 60 1.9.4.2 nathanw 61 1.9.4.2 nathanw # PCI-ISA bridges 62 1.9.4.2 nathanw device pcib: isabus 63 1.9.4.2 nathanw attach pcib at pci 64 1.9.4.2 nathanw file arch/sandpoint/pci/pcib.c pcib 65 1.9.4.2 nathanw 66 1.9.4.2 nathanw # 67 1.9.4.2 nathanw # ISA and mixed ISA+PCI drivers 68 1.9.4.2 nathanw # 69 1.9.4.2 nathanw 70 1.9.4.2 nathanw include "dev/isa/files.isa" 71 1.9.4.2 nathanw 72 1.9.4.2 nathanw file arch/sandpoint/isa/isa_machdep.c isa 73 1.9.4.2 nathanw file arch/sandpoint/isa/isadma_machdep.c isa 74 1.9.4.2 nathanw 75 1.9.4.2 nathanw # PC clock 76 1.9.4.2 nathanw file arch/sandpoint/isa/isaclock.c isa 77 1.9.4.2 nathanw 78 1.9.4.2 nathanw include "dev/wscons/files.wscons" 79 1.9.4.2 nathanw include "dev/wsfont/files.wsfont" 80 1.9.4.2 nathanw 81 1.9.4.2 nathanw include "dev/pckbc/files.pckbc" 82 1.9.4.2 nathanw 83 1.9.4.2 nathanw # Floppy disk controller 84 1.9.4.2 nathanw device fdc {drive = -1}: isadma 85 1.9.4.2 nathanw file dev/isa/fd.c fdc needs-flag 86 1.9.4.2 nathanw 87 1.9.4.2 nathanw attach fdc at isa with fdc_isa 88 1.9.4.2 nathanw file dev/isa/fdc_isa.c fdc_isa 89 1.9.4.2 nathanw 90 1.9.4.2 nathanw device fd: disk 91 1.9.4.2 nathanw attach fd at fdc 92 1.9.4.4 nathanw 93 1.9.4.4 nathanw include "arch/sandpoint/conf/majors.sandpoint" 94