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