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