Home | History | Annotate | Line # | Download | only in conf
VME162 revision 1.6
      1 #	$NetBSD: VME162,v 1.6 2001/06/10 13:16:07 scw Exp $
      2 
      3 include		"arch/mvme68k/conf/std.mvme68k"
      4 
      5 # Boards this kernel supports; need at least one
      6 options 	MVME162
      7 
      8 # Needed on m68040 boards to emulate some missing FP instructions
      9 options 	FPSP
     10 
     11 maxusers	8
     12 
     13 #options 	DDB
     14 #options 	DIAGNOSTIC, DEBUG
     15 
     16 #options 	SYSVSHM
     17 options 	KTRACE
     18 options 	COMPAT_43
     19 
     20 file-system 	FFS
     21 file-system 	NFS	
     22 file-system 	KERNFS
     23 file-system 	MFS
     24 file-system 	CD9660
     25 #file-system	MSDOSFS
     26 #file-system	UNION
     27 
     28 #options 	NFSSERVER
     29 #options 	FFS_EI		# FFS Endian Independant support
     30 
     31 # Networking options
     32 options 	INET
     33 #options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
     34 #options        GATEWAY         # IP packet forwarding
     35 #options        ISO             # OSI networking
     36 #options        TPIP
     37 #options        EON
     38 
     39 options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
     40 #options 	COMPAT_14, COMPAT_13, COMPAT_12
     41 #options 	COMPAT_SUNOS
     42 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     43 
     44 ## force NFS root and swap
     45 #config	netbsd		root on ? type nfs
     46 ## "generic" boot (put root on boot device)
     47 config netbsd		root on ? type ?
     48 
     49 options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     50 
     51 
     52 pseudo-device	sl
     53 pseudo-device	ppp 2
     54 pseudo-device	loop
     55 pseudo-device	bpfilter
     56 pseudo-device	pty
     57 pseudo-device	vnd 2
     58 pseudo-device	rnd
     59 
     60 mainbus0	at root
     61 
     62 pcctwo0		at mainbus0
     63 memc*		at pcctwo? ipl 6
     64 clock0		at pcctwo? ipl 5
     65 zsc*		at pcctwo? ipl 4
     66 ie0		at pcctwo? ipl 3
     67 osiop0		at pcctwo? ipl 2
     68 
     69 zstty*		at zsc? channel ?
     70 
     71 # VMEbus Support
     72 vmetwo0 	at mainbus0
     73 vme0 		at vmetwo0
     74 
     75 # Example VMEbus device
     76 #foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
     77 
     78 # SCSI Bus Support
     79 scsibus*	at osiop?
     80 
     81 sd*		at scsibus? target ? lun ?
     82 st*		at scsibus? target ? lun ?
     83 cd*		at scsibus? target ? lun ?
     84