1 1.1 dbj # $NetBSD: files.next68k,v 1.1 1998/06/09 07:53:05 dbj Exp $ 2 1.1 dbj 3 1.1 dbj # next68k-specific configuration info 4 1.1 dbj 5 1.1 dbj # maxpartitions must be first item in files.${ARCH}.newconf 6 1.1 dbj maxpartitions 8 7 1.1 dbj 8 1.1 dbj maxusers 2 8 64 9 1.1 dbj 10 1.1 dbj device mainbus { } 11 1.1 dbj attach mainbus at root 12 1.1 dbj 13 1.1 dbj # 14 1.1 dbj # Internal i/o space 15 1.1 dbj # 16 1.1 dbj device intio { [ ipl = -1 ] } 17 1.1 dbj attach intio at mainbus 18 1.1 dbj file arch/next68k/dev/intio.c intio 19 1.1 dbj 20 1.1 dbj device zsc { channel = -1 } 21 1.1 dbj attach zsc at intio 22 1.1 dbj file arch/next68k/dev/zs.c zsc needs-flag 23 1.1 dbj file dev/ic/z8530sc.c zsc 24 1.1 dbj 25 1.1 dbj device zstty: tty 26 1.1 dbj attach zstty at zsc 27 1.1 dbj file dev/ic/z8530tty.c zstty needs-flag 28 1.1 dbj 29 1.1 dbj #file arch/m68k/m68k/db_memrw.c ddb 30 1.1 dbj file arch/next68k/next68k/db_memrw.c ddb 31 1.1 dbj 32 1.1 dbj # include "arch/m68k/fpe/files.fpe" 33 1.1 dbj 34 1.1 dbj file arch/next68k/next68k/trap.c 35 1.1 dbj file arch/next68k/next68k/mem.c 36 1.1 dbj file arch/next68k/next68k/pmap.c 37 1.1 dbj file arch/next68k/next68k/pmap_bootstrap.c 38 1.1 dbj file arch/next68k/next68k/vm_machdep.c 39 1.1 dbj file arch/next68k/next68k/machdep.c 40 1.1 dbj file arch/next68k/next68k/clock.c 41 1.1 dbj file arch/next68k/next68k/conf.c 42 1.1 dbj file arch/next68k/next68k/sys_machdep.c 43 1.1 dbj file arch/next68k/next68k/isr.c 44 1.1 dbj file arch/next68k/next68k/autoconf.c 45 1.1 dbj file arch/next68k/next68k/nextrom.c 46 1.1 dbj file arch/next68k/next68k/rtc.c 47 1.1 dbj file arch/next68k/next68k/disksubr.c 48 1.1 dbj 49 1.1 dbj file arch/next68k/dev/bus_dma.c 50 1.1 dbj file arch/next68k/dev/nextdma.c 51 1.1 dbj 52 1.1 dbj file dev/cons.c 53 1.1 dbj file dev/cninit.c 54 1.1 dbj 55 1.1 dbj include "dev/scsipi/files.scsipi" 56 1.1 dbj 57 1.1 dbj device xe: arp, ether, ifnet 58 1.1 dbj attach xe at intio 59 1.1 dbj file arch/next68k/dev/mb8795.c 60 1.1 dbj file arch/next68k/dev/if_xe.c 61 1.1 dbj 62 1.1 dbj device esp: scsi, ncr53c9x, disk 63 1.1 dbj attach esp at intio 64 1.1 dbj #file arch/next68k/dev/esp.c esp needs-flag 65 1.1 dbj 66 1.1 dbj # Memory disk for boot tape 67 1.1 dbj file arch/next68k/dev/md_root.c memory_disk_hooks 68 1.1 dbj major {sd = 4} 69 1.1 dbj major {st = 5} 70 1.1 dbj major {cd = 6} 71 1.1 dbj major {vnd = 8} 72 1.1 dbj major {md = 13} 73 1.1 dbj 74 1.1 dbj 75 1.1 dbj # SunOS Binary Compatibility (COMPAT_SUNOS) 76 1.1 dbj include "compat/sunos/files.sunos" 77 1.1 dbj file arch/m68k/m68k/sunos_machdep.c compat_sunos 78