1 1.11.8.1 mellon # $NetBSD: RAMDISK,v 1.11.8.1 1997/12/14 01:32:58 mellon Exp $ 2 1.1 gwr 3 1.1 gwr # RAMDISK: Root/swap on ramdisk 4 1.1 gwr # This kernel is used to: 5 1.1 gwr # format the disk (not yet implemented) 6 1.1 gwr # partition the disk (disklabel) 7 1.1 gwr # install the miniroot in the swap partition 8 1.1 gwr 9 1.5 jtc include "arch/sun3/conf/std.sun3" 10 1.1 gwr 11 1.1 gwr # Machines to be supported by this kernel 12 1.11.8.1 mellon # options FPU_EMULATE # No FP code here! 13 1.1 gwr options HAVECACHE # Sun3/260 VAC 14 1.1 gwr 15 1.1 gwr # Needs to be set per system. i.e change these as you see fit 16 1.1 gwr maxusers 2 17 1.1 gwr 18 1.1 gwr # Standard system options 19 1.11.8.1 mellon # ... debugging options 20 1.11.8.1 mellon options DDB 21 1.11.8.1 mellon # Compatability options 22 1.11.8.1 mellon options COMPAT_12 # NetBSD 1.2 23 1.1 gwr 24 1.1 gwr # Filesystem options 25 1.11.8.1 mellon # Need FFS for the ramdisk image. 26 1.11.8.1 mellon file-system FFS # Berkeley Fast Filesystem 27 1.11.8.1 mellon # May need these to get miniroot image. 28 1.11.8.1 mellon file-system NFS # Sun NFS client support 29 1.11.8.1 mellon file-system CD9660 # ISO 9660 + Rock Ridge file system 30 1.9 thorpej 31 1.10 gwr options FIFO # named pipes used during install 32 1.1 gwr 33 1.11.8.1 mellon # Enable the hooks used for initializing the root memory-disk. 34 1.11.8.1 mellon options MEMORY_DISK_HOOKS 35 1.11.8.1 mellon options MEMORY_DISK_IS_ROOT # force root on memory disk 36 1.11.8.1 mellon options MEMORY_DISK_SERVER=0 # no userspace memory disk support 37 1.11.8.1 mellon options MINIROOTSIZE=512 # size of memory disk, in blocks 38 1.11.8.1 mellon 39 1.1 gwr # Networking options 40 1.6 thorpej options INET # IP prototol stack support 41 1.11.8.1 mellon options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 42 1.11.8.1 mellon # Work-around for root on slow servers (insurance...) 43 1.3 gwr options NFS_BOOT_RWSIZE=1024 44 1.1 gwr 45 1.10 gwr config netbsd root on md0 type ffs 46 1.1 gwr 47 1.2 gwr # 48 1.3 gwr # Serial ports 49 1.3 gwr # 50 1.11 lukem zstty0 at zsc1 channel 0 # ttya 51 1.11 lukem zstty1 at zsc1 channel 1 # ttyb 52 1.3 gwr 53 1.11 lukem kbd0 at zsc0 channel 0 # keyboard 54 1.11.8.1 mellon #ms0 at zsc0 channel 1 # mouse 55 1.3 gwr 56 1.3 gwr # 57 1.2 gwr # Network devices 58 1.2 gwr # 59 1.1 gwr 60 1.2 gwr # Intel Ethernet (onboard, or VME) 61 1.10 gwr ie0 at obio0 addr 0x0C0000 level 3 62 1.1 gwr ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 63 1.1 gwr 64 1.2 gwr # Lance Ethernet (only onboard) 65 1.10 gwr le0 at obio0 addr 0x120000 level 3 66 1.1 gwr 67 1.2 gwr # 68 1.2 gwr # Disk and tape devices 69 1.2 gwr # 70 1.2 gwr 71 1.2 gwr # Sun3 "si" SCSI controller (NCR 5380) 72 1.11.8.1 mellon # See GENERIC for the flags description. 73 1.11.8.1 mellon si0 at obio0 addr 0x140000 level 2 flags 0x1000f 74 1.11.8.1 mellon si0 at vmes0 addr 0xff200000 level 2 vect 0x40 flags 0xf 75 1.11.8.1 mellon si1 at vmes0 addr 0xff204000 level 2 vect 0x41 flags 0xf 76 1.2 gwr 77 1.10 gwr # Xylogics 450/451 controllers 78 1.11.8.1 mellon xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48 79 1.11.8.1 mellon xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49 80 1.11.8.1 mellon xy* at xyc? drive ? 81 1.10 gwr 82 1.2 gwr # Xylogics 7053 controllers 83 1.11.8.1 mellon xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44 84 1.11.8.1 mellon xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45 85 1.11.8.1 mellon xd* at xdc? drive ? 86 1.2 gwr 87 1.2 gwr # Xylogics 472 tape controllers? 88 1.11.8.1 mellon 89 1.11.8.1 mellon # 90 1.11.8.1 mellon # Sun3/E stuff 91 1.11.8.1 mellon # 92 1.11.8.1 mellon sebuf0 at vmes0 addr 0xff300000 level 2 vect 0x74 93 1.11.8.1 mellon sebuf1 at vmes0 addr 0xff340000 level 2 vect 0x76 94 1.11.8.1 mellon si* at sebuf? 95 1.11.8.1 mellon ie* at sebuf? 96 1.2 gwr 97 1.2 gwr # 98 1.2 gwr # Frame buffer devices 99 1.2 gwr # (Not needed for the RAMDISK installation kernel) 100 1.1 gwr 101 1.2 gwr # 102 1.2 gwr # SCSI infrastructure 103 1.2 gwr # 104 1.1 gwr scsibus* at scsi? 105 1.1 gwr 106 1.10 gwr sd* at scsibus? target ? lun ? # SCSI disks 107 1.10 gwr st* at scsibus? target ? lun ? # SCSI tapes 108 1.10 gwr cd* at scsibus? target ? lun ? # SCSI CD-ROMs 109 1.10 gwr #ch* at scsibus? target ? lun ? # SCSI changer devices 110 1.10 gwr #ss* at scsibus? target ? lun ? # SCSI scanners 111 1.10 gwr uk* at scsibus? target ? lun ? # unknown SCSI devices 112 1.1 gwr 113 1.8 pk # Memory-disk (root for install tape) 114 1.11 lukem pseudo-device md 2 115 1.2 gwr 116 1.2 gwr # Misc. 117 1.11 lukem pseudo-device loop 1 # network loopback 118 1.11 lukem pseudo-device sl 2 # CSLIP 119 1.11 lukem pseudo-device ppp 2 # PPP 120 1.1 gwr 121