Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.4
      1 #	$NetBSD: GENERIC,v 1.4 1999/11/21 14:00:41 itojun Exp $
      2 
      3 include		"arch/mvme68k/conf/std.mvme68k"
      4 
      5 # Boards this kernel supports
      6 options 	MVME147
      7 options 	MVME167
      8 
      9 maxusers	4
     10 
     11 # Needed on m68040 boards to emulate some missing FP instructions
     12 options 	FPSP
     13 
     14 #options 	DDB
     15 options 	DIAGNOSTIC, DEBUG
     16 
     17 #options 	SYSVSHM
     18 options 	KTRACE
     19 options 	COMPAT_43
     20 
     21 file-system 	FFS
     22 file-system 	NFS	
     23 file-system 	KERNFS
     24 #file-system 	MFS
     25 #file-system	MSDOSFS
     26 #file-system	UNION
     27 
     28 options 	NFSSERVER
     29 #options 	FFS_EI		# FFS Endian Independant support
     30 #options 	SOFTDEP         # FFS soft updates support.
     31 
     32 # Pull in config fragments for kernel crypto.  This is required for
     33 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     34 # one of these, based on whether you use crypto-us or crypto-intl, and
     35 # adjust the prefixes as necessary.
     36 
     37 #prefix ../crypto-us/sys
     38 #cinclude "conf/files.crypto-us"
     39 #prefix
     40 
     41 #prefix ../crypto-intl/sys
     42 #cinclude "conf/files.crypto-intl"
     43 #prefix
     44 
     45 # Networking options
     46 options 	INET
     47 options 	INET6		# IPV6
     48 #options 	IPSEC		# IP security
     49 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     50 #options 	IPSEC_DEBUG	# debug for IP security
     51 options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
     52 #options        GATEWAY         # IP packet forwarding
     53 #options        ISO             # OSI networking
     54 #options        TPIP
     55 #options        EON
     56 
     57 options 	COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
     58 options 	COMPAT_SUNOS
     59 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     60 #options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
     61 #options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
     62 
     63 ## force NFS root and swap
     64 #config	netbsd		root on ? type nfs
     65 ## "generic" boot (put root on boot device)
     66 config netbsd		root on ? type ?
     67 
     68 # Which protocol to use when booting over NFS
     69 options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     70 
     71 pseudo-device	sl
     72 pseudo-device	ppp 2
     73 pseudo-device	loop
     74 pseudo-device	bpfilter
     75 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
     76 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
     77 pseudo-device	pty
     78 pseudo-device	vnd 2
     79 
     80 mainbus0	at root
     81 
     82 # MVME147 specific devices
     83 pcc0		at mainbus0
     84 vmechip*	at pcc?
     85 zsc*		at pcc? ipl 4
     86 zstty*		at zsc? channel ?
     87 clock0		at pcc? ipl 5
     88 le0		at pcc? ipl 3
     89 wdsc0		at pcc? ipl 2
     90 lpt*		at pcc? ipl 1
     91 
     92 # MVME167 specific devices
     93 pcctwo0		at mainbus0
     94 vmechip* 	at mainbus0
     95 clock0		at pcctwo? ipl 5
     96 clmpcc0		at pcctwo? ipl 4
     97 ie0		at pcctwo? ipl 3
     98 ncrsc0		at pcctwo? ipl 2
     99 lpt*		at pcctwo? ipl 1
    100 
    101 vmes0		at vmechip?
    102 vmel0		at vmechip?
    103 
    104 # example only - A24D16 device
    105 #foo0		at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
    106 
    107 scsibus*	at wdsc?
    108 scsibus*	at ncrsc?
    109 
    110 sd*		at scsibus? target ? lun ?
    111 st*		at scsibus? target ? lun ?
    112 cd*		at scsibus? target ? lun ?
    113 ch*		at scsibus? target ? lun ?
    114 ss*		at scsibus? target ? lun ?	# SCSI scanners
    115 uk*		at scsibus? target ? lun ?	# SCSI unknown
    116