1 1.15.4.4 nathanw # $NetBSD: RAMDISK3X,v 1.15.4.4 2002/04/01 07:43:22 nathanw Exp $ 2 1.15.4.2 nathanw 3 1.15.4.2 nathanw # RAMDISK: Root/swap on ramdisk 4 1.15.4.2 nathanw # This kernel is used to: 5 1.15.4.2 nathanw # format the disk (not yet implemented) 6 1.15.4.2 nathanw # partition the disk (disklabel) 7 1.15.4.2 nathanw # install the miniroot in the swap partition 8 1.15.4.2 nathanw 9 1.15.4.2 nathanw include "arch/sun3/conf/std.sun3x" 10 1.15.4.2 nathanw 11 1.15.4.2 nathanw # Machines to be supported by this kernel 12 1.15.4.2 nathanw # options FPU_EMULATE # XXX - Ever needed? 13 1.15.4.2 nathanw # options HAVE_IOCACHE # XXX - Not yet supported. 14 1.15.4.2 nathanw 15 1.15.4.2 nathanw # Needs to be set per system. i.e change these as you see fit 16 1.15.4.2 nathanw maxusers 2 17 1.15.4.2 nathanw 18 1.15.4.2 nathanw # Standard system options 19 1.15.4.2 nathanw # ... debugging options 20 1.15.4.2 nathanw #options DDB 21 1.15.4.2 nathanw # Compatibility options (none) 22 1.15.4.2 nathanw 23 1.15.4.2 nathanw # Filesystem options 24 1.15.4.2 nathanw # Need FFS for the ramdisk image. 25 1.15.4.2 nathanw file-system FFS # Berkeley Fast Filesystem 26 1.15.4.2 nathanw # May need these to get miniroot image. 27 1.15.4.2 nathanw file-system NFS # Sun NFS client support 28 1.15.4.2 nathanw file-system CD9660 # ISO 9660 + Rock Ridge file system 29 1.15.4.2 nathanw 30 1.15.4.2 nathanw # Networking options 31 1.15.4.2 nathanw options INET # IP prototol stack support 32 1.15.4.2 nathanw #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 33 1.15.4.2 nathanw 34 1.15.4.2 nathanw #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 35 1.15.4.2 nathanw 36 1.15.4.2 nathanw # Enable the hooks used for initializing the root memory-disk. 37 1.15.4.2 nathanw options MEMORY_DISK_HOOKS 38 1.15.4.2 nathanw options MEMORY_DISK_IS_ROOT # force root on memory disk 39 1.15.4.2 nathanw options MEMORY_DISK_SERVER=0 # no userspace memory disk support 40 1.15.4.4 nathanw options MEMORY_DISK_SIZE=800 # size of memory disk, in blocks 41 1.15.4.2 nathanw 42 1.15.4.3 nathanw options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 43 1.15.4.3 nathanw 44 1.15.4.2 nathanw config netbsd root on ? type ffs 45 1.15.4.2 nathanw 46 1.15.4.2 nathanw # On-board I/O space (required) 47 1.15.4.2 nathanw include "arch/sun3/conf/obio.sun3x" 48 1.15.4.2 nathanw 49 1.15.4.2 nathanw # On-board memory (optional) 50 1.15.4.2 nathanw # See frame-buffers 51 1.15.4.2 nathanw # obmem0 at mainbus? 52 1.15.4.2 nathanw 53 1.15.4.2 nathanw # VME bus support (optional) 54 1.15.4.2 nathanw # One unit for each address space 55 1.15.4.2 nathanw vme0 at mainbus? # A16/D16 56 1.15.4.2 nathanw vme1 at mainbus? # A16/D32 57 1.15.4.2 nathanw vme2 at mainbus? # A24/D16 58 1.15.4.2 nathanw vme3 at mainbus? # A24/D32 59 1.15.4.2 nathanw vme4 at mainbus? # A32/D16 60 1.15.4.2 nathanw vme5 at mainbus? # A32/D32 61 1.15.4.2 nathanw 62 1.15.4.2 nathanw # 63 1.15.4.2 nathanw # Serial ports 64 1.15.4.2 nathanw # 65 1.15.4.2 nathanw zstty0 at zsc1 channel 0 # ttya 66 1.15.4.2 nathanw zstty1 at zsc1 channel 1 # ttyb 67 1.15.4.2 nathanw 68 1.15.4.2 nathanw kbd0 at zsc0 channel 0 # keyboard 69 1.15.4.2 nathanw #ms0 at zsc0 channel 1 # mouse 70 1.15.4.2 nathanw 71 1.15.4.2 nathanw # 72 1.15.4.2 nathanw # Network devices 73 1.15.4.2 nathanw # 74 1.15.4.2 nathanw 75 1.15.4.2 nathanw # Intel Ethernet (onboard, or VME) 76 1.15.4.2 nathanw ie0 at obio0 addr 0x65000000 ipl 3 77 1.15.4.2 nathanw ie1 at vme2 addr 0xe88000 ipl 3 vect 0x75 78 1.15.4.2 nathanw 79 1.15.4.2 nathanw # Lance Ethernet (only onboard) 80 1.15.4.2 nathanw le0 at obio0 addr 0x65002000 ipl 3 81 1.15.4.2 nathanw 82 1.15.4.2 nathanw # 83 1.15.4.2 nathanw # Disk and tape devices 84 1.15.4.2 nathanw # 85 1.15.4.2 nathanw 86 1.15.4.2 nathanw # Emulex SCSI (3/80 only) 87 1.15.4.2 nathanw # Both `dma' and `esp' are needed. 88 1.15.4.2 nathanw # See GENERIC3X for the flags description. 89 1.15.4.2 nathanw dma0 at obio0 addr 0x66001000 ipl 2 90 1.15.4.2 nathanw esp0 at obio0 addr 0x66000000 ipl 2 flags 0xff0f 91 1.15.4.2 nathanw 92 1.15.4.2 nathanw # Floppy drive 93 1.15.4.2 nathanw fdc0 at obio0 addr 0x6e000000 ipl 6 vect 0x40 94 1.15.4.2 nathanw fd0 at fdc0 # First (and only) floppy drive. 95 1.15.4.2 nathanw 96 1.15.4.2 nathanw # Sun3 "si" SCSI controller (NCR 5380) 97 1.15.4.2 nathanw # See GENERIC3X for the flags description. 98 1.15.4.2 nathanw si0 at vme2 addr 0x200000 ipl 2 vect 0x40 99 1.15.4.2 nathanw si1 at vme2 addr 0x204000 ipl 2 vect 0x41 100 1.15.4.2 nathanw 101 1.15.4.2 nathanw # Xylogics 450/451 controllers (VME A16/D16) 102 1.15.4.2 nathanw xyc0 at vme0 addr 0xee40 ipl 2 vect 0x48 103 1.15.4.2 nathanw xyc1 at vme0 addr 0xee48 ipl 2 vect 0x49 104 1.15.4.2 nathanw xy* at xyc? drive ? 105 1.15.4.2 nathanw 106 1.15.4.2 nathanw # Xylogics 7053 controllers (VME A16/D32) 107 1.15.4.2 nathanw xdc0 at vme1 addr 0xee80 ipl 2 vect 0x44 108 1.15.4.2 nathanw xdc1 at vme1 addr 0xee90 ipl 2 vect 0x45 109 1.15.4.2 nathanw xd* at xdc? drive ? 110 1.15.4.2 nathanw 111 1.15.4.2 nathanw # Xylogics 472 tape controllers? 112 1.15.4.2 nathanw 113 1.15.4.2 nathanw # 114 1.15.4.2 nathanw # Frame buffer devices 115 1.15.4.2 nathanw # (Not needed for installation kernels.) 116 1.15.4.2 nathanw 117 1.15.4.2 nathanw # 118 1.15.4.2 nathanw # SCSI infrastructure 119 1.15.4.2 nathanw # 120 1.15.4.2 nathanw scsibus* at scsi? 121 1.15.4.2 nathanw 122 1.15.4.2 nathanw sd* at scsibus? target ? lun ? # SCSI disks 123 1.15.4.2 nathanw st* at scsibus? target ? lun ? # SCSI tapes 124 1.15.4.2 nathanw cd* at scsibus? target ? lun ? # SCSI CD-ROMs 125 1.15.4.2 nathanw #ch* at scsibus? target ? lun ? # SCSI changer devices 126 1.15.4.2 nathanw #ss* at scsibus? target ? lun ? # SCSI scanners 127 1.15.4.2 nathanw #uk* at scsibus? target ? lun ? # unknown SCSI devices 128 1.15.4.2 nathanw 129 1.15.4.2 nathanw # Memory-disk drivers (root for install tape) 130 1.15.4.2 nathanw pseudo-device md 2 131 1.15.4.2 nathanw 132 1.15.4.2 nathanw # Misc. 133 1.15.4.2 nathanw pseudo-device loop 1 # network loopback 134 1.15.4.2 nathanw pseudo-device sl 2 # CSLIP 135