files.alpha revision 1.3
1# $NetBSD: files.alpha,v 1.3 1995/03/03 01:33:44 cgd Exp $ 2# 3# alpha-specific configuration info 4 5# maxpartitions must be first item in files.${ARCH}.newconf 6maxpartitions 8 7 8maxusers 2 8 64 9 10device mainbus at root { } # no locators (yet?) 11 12device cpu at mainbus # not really optional 13file arch/alpha/alpha/cpu.c cpu 14 15device tc at mainbus { slot = -1, offset = -1 } 16file arch/alpha/tc/tc.c tc 17file arch/alpha/tc/tc_3000_300.c dec_3000_300 18file arch/alpha/tc/tc_3000_500.c dec_3000_500 19 20device asic at tc { offset = -1 } # not really optional 21file arch/alpha/tc/asic.c asic 22 23device clock at asic # not really optional 24file arch/alpha/alpha/clock.c clock 25 26device sfb at tc 27file arch/alpha/tc/sfb.c sfb 28 29device scc at asic 30file arch/alpha/tc/scc.c scc needs-count 31 32device tcds at tc { slot = -1 } 33file arch/alpha/tc/tcds.c tcds needs-count 34 35define scsi {} 36file scsi/scsi_base.c scsi 37file scsi/scsi_ioctl.c scsi 38file scsi/scsiconf.c scsi 39 40device esp at tcds: scsi 41file arch/alpha/tc/esp.c esp needs-count 42file arch/alpha/tc/dma.c esp 43 44device scsibus at scsi { target = -1, drive = -1 } 45 46major { cd = 3 } 47device cd at scsibus: disk 48file scsi/cd.c cd needs-flag 49major { sd = 8 } 50device sd at scsibus: disk 51file scsi/sd.c sd needs-flag 52major { st = 2 } 53device st at scsibus: tape 54file scsi/st.c st needs-flag 55device ch at scsibus: disk 56file scsi/ch.c ch needs-flag 57device uk at scsibus: disk 58file scsi/uk.c uk needs-flag 59device su at scsibus: disk 60file scsi/su.c su needs-flag 61 62device le at asic: ifnet, ether 63file arch/alpha/tc/if_le.c le needs-count 64 65file arch/alpha/alpha/autoconf.c 66file arch/alpha/alpha/conf.c 67file arch/alpha/alpha/interrupt.c 68file arch/alpha/alpha/machdep.c 69file arch/alpha/alpha/mainbus.c 70file arch/alpha/alpha/mem.c 71file arch/alpha/alpha/pmap.c 72file arch/alpha/alpha/process_machdep.c 73file arch/alpha/alpha/prom.c 74file arch/alpha/alpha/support.c 75file arch/alpha/alpha/sys_machdep.c 76file arch/alpha/alpha/trap.c 77file arch/alpha/alpha/vm_machdep.c 78file arch/alpha/alpha/disksubr.c 79 80file dev/cons.c 81file netinet/in_cksum.c 82file netns/ns_cksum.c ns 83 84file compat/osf1/osf1_ioctl.c compat_osf1 85file compat/osf1/osf1_misc.c compat_osf1 86file compat/osf1/osf1_mount.c compat_osf1 87file compat/osf1/osf1_syscalls.c compat_osf1 88file compat/osf1/osf1_sysent.c compat_osf1 89