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