Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.5
      1 #
      2 # Distribution root-on-NFS  network install kernel (any  model)
      3 #    root on NFS  to boot diskless for installation,
      4 #    disk drivers for labelling disks and installation on local disk.
      5 #
      6 # 	$NetBSD: INSTALL,v 1.5 1997/04/26 01:35:41 jonathan Exp $
      7 #
      8 include		"arch/pmax/conf/std.pmax"
      9 
     10 maxusers	8
     11 
     12 options		MIPS1			# R2000/R3000 support
     13 #options	MIPS3			# R4000/R4400 support (not finished)
     14 
     15 
     16 # Support for specific models of DECstation
     17 options		DS3100			# PMAX (kn01) DECstation 2100, 3100
     18 options		DS5000_25		# MAXINE (kn02ca/xine) support
     19 options		DS5000_100		# 3MIN (kn02ba/kmin) support
     20 options		DS5000_200		# 3MAX (kn02) support
     21 options		DS5000_240		# 3MAXPLUS (kn03) support
     22 
     23 
     24 # Standard system options
     25 #options	DIAGNOSTIC		# extra kernel debugging checks
     26 #options	DEBUG			# extra kernel debugging support
     27 #options	"COMPAT_43"		# compatibility with 4.3BSD binaries
     28 #options	KTRACE			# system call tracing support
     29 options		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
     30 #options	KGDB			# support for kernel gdb
     31 #options	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     32 #options	"KGDBDEV=15*256+0"	# device for kernel gdb
     33 
     34 options		NTP			# network time protocol
     35 #options	UCONSOLE		# users can redirect console (unsafe)
     36 
     37 # Filesystem options
     38 file-system 	FFS		# fast filesystem
     39 file-system 	NFS		# Sun NFS-compatible filesystem (client)
     40 file-system 	KERNFS		# kernel data-structure filesystem
     41 #file-system	FDESC		# user file descriptor filesystem
     42 #file-system	UMAPFS		# uid/gid remapping filesystem
     43 
     44 options		FIFO		# POSIX fifo support (in all filesystems)
     45 
     46 # Networking options
     47 options		INET		# Internet protocols
     48 options		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
     49 
     50 
     51 # pmax specific
     52 options		"HZ=256"	# RTC rate required
     53 
     54 config		nfsnetbsd	root on ? type nfs
     55 
     56 ########################################################################
     57 ###                   I/O bus and device options                     ###
     58 ########################################################################
     59 
     60 # TC bus and supported options. (All but PMAXes have a turbochannel.)
     61 include 	"arch/pmax/conf/tc.std"
     62 
     63 # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
     64 include 	"arch/pmax/conf/builtin.ioasic"
     65 
     66 # MAXINE-only ioasic baseboard devices and on-baseboard "options"
     67 include 	"arch/pmax/conf/builtin.maxine"
     68 
     69 # 5000/200-only (aka 3MAX aka KN02) baseboard devices.
     70 # (KN02 has turbochannel but no	IOASIC).
     71 include 	"arch/pmax/conf/builtin.3max"
     72 
     73 # 2100/3100-only (aka PMAX aka KN01) baseboard devices.
     74 # (may also be present on a 5100).
     75 include 	"arch/pmax/conf/builtin.3100"
     76 
     77 ########################################################################
     78 # SCSI configuration                                                   #
     79 ########################################################################
     80 
     81 oldscsibus*	at sii?
     82 oldscsibus*	at asc?
     83 #
     84 # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
     85 #
     86 include 	"arch/pmax/conf/scsi.pmax"
     87 #include	"arch/pmax/conf/mi.scsi"		# not yet supported
     88 
     89 
     90 ########################################################################
     91 ###                        Pseudo-devices                            ###
     92 ########################################################################
     93 
     94 pseudo-device	sl		 4	# serial-line IP ports
     95 pseudo-device   ppp              2      # serial-line IP ports
     96 pseudo-device	pty		64	# pseudo ptys
     97 pseudo-device	bpfilter	16	# packet filter ports
     98 pseudo-device	loop
     99 pseudo-device   ccd             4       # concatenated disks
    100 
    101 pseudo-device	rasterconsole	1 	# NB: raster console requires "fb"
    102 pseudo-device	fb		1	# up to 3 framebuffers
    103