INSTALL revision 1.7
1# $NetBSD: INSTALL,v 1.7 2000/09/25 11:46:38 abs Exp $ 2# 3# First try for BEBOX config file 4# 5 6include "arch/bebox/conf/std.bebox" 7 8maxusers 32 9 10# Saving space 11makeoptions COPTS="-Os" # Optimise for space. Implies -O2 12#options VNODE_OP_NOINLINE # Don't inline vnode op calls 13#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code 14 15# Enable the hooks used for initializing the root memory-disk. 16options MEMORY_DISK_HOOKS 17options MEMORY_DISK_IS_ROOT # force root on memory disk 18options MEMORY_DISK_SERVER=0 # no userspace memory disk support 19options MINIROOTSIZE=3074 # size of memory disk, in blocks 20 21#options IPKDBUSERHACK # Allow access to mapped memory via kgdb 22#options DEBUG_BY_TOOLS # Allow debugging from toolsnet 23# HMAC key to be used for debugging sessions 24#options IPKDBKEY="\"HMAC pass phrase text\"" 25#options IPKDBSECURE # Allow debugging even when securelevel > 0 26#makeoptions DEBUG="-g" 27 28#options DEBUG 29#options DIAGNOSTIC 30#options TRAP_PANICWAIT 31#options DDB 32#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 33#options KTRACE 34 35options TCP_COMPAT_42 36#options COMPAT_43 37#options COMPAT_09 38options COMPAT_10 39options COMPAT_12 40options COMPAT_13 41options COMPAT_14 42options COMPAT_386BSD_MBRPART # recognize old partition ID 43 44file-system FFS 45file-system EXT2FS 46file-system MFS 47file-system NFS 48file-system CD9660 49file-system MSDOSFS 50#file-system FDESC 51file-system KERNFS 52#file-system NULLFS 53#file-system PORTAL 54#file-system PROCFS 55#file-system UMAPFS 56#file-system UNION 57 58#options NFSSERVER 59 60options INET 61 62#options NFS_BOOT_BOOTPARAM 63 64config netbsd root on ? type ffs 65 66#pseudo-device vnd 4 67pseudo-device md 1 68pseudo-device loop 69#pseudo-device bpfilter 8 # packet filter 70pseudo-device pty 71 72# 73# device 74# 75options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 76 77options PCIVERBOSE # verbose PCI device messages 78#options PCI_CONFIG_DUMP # verbosely dump PCI config space 79 80mainbus0 at root 81 82pci0 at mainbus0 bus ? 83 84ppb* at pci? dev ? function ? # PCI-PCI bridges 85pci* at ppb? bus ? 86pchb* at pci? dev ? function ? # PCI-Host bridges 87pcib* at pci? dev ? function ? # PCI-ISA bridges 88 89isa* at pcib? # ISA on PCI-ISA bridge 90 91pc0 at isa? port 0x60 irq 1 # generic PC console device 92 93com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 94com1 at isa? port 0x2f8 irq 3 95#com2 at isa? port 0x380 irq 16 96#com3 at isa? port 0x388 irq 17 97 98lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports 99#lpt1 at isa? port 0x278 100#lpt2 at isa? port 0x3bc 101 102#lms0 at isa? port 0x23c irq 5 # Logitech bus mouse 103#lms1 at isa? port 0x238 irq 5 104#mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse 105#mms1 at isa? port 0x238 irq 5 106#pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse 107 108#ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers 109#scsibus* at ncr? 110 111#sd* at scsibus? target ? lun ? # SCSI disk drives 112#st* at scsibus? target ? lun ? # SCSI tape drives 113#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 114#ch* at scsibus? target ? lun ? # SCSI autochangers 115#ss* at scsibus? target ? lun ? # SCSI scanners 116#uk* at scsibus? target ? lun ? # SCSI unknown 117 118fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers 119#fdc1 at isa? port 0x370 irq ? drq ? 120fd0 at fdc? drive 1 121#fd* at fdc? drive ? 122 123wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers 124wd* at wdc? drive ? 125 126ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards 127#ipkdbif0 at ne? 128 129#wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System 130#spkr0 at pckbd? port 0x61 131 132# Joystick driver. Probe is a little strange; add only if you have one. 133#joy0 at isa? port 0x201 134