Home | History | Annotate | Line # | Download | only in conf
VME162 revision 1.1
      1 #	$NetBSD: VME162,v 1.1 2000/09/06 19:51:43 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	16
     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	MSDOSFS
     25 #file-system	UNION
     26 
     27 #options 	NFSSERVER
     28 #options 	FFS_EI		# FFS Endian Independant support
     29 
     30 # Networking options
     31 options 	INET
     32 options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
     33 #options        GATEWAY         # IP packet forwarding
     34 #options        ISO             # OSI networking
     35 #options        TPIP
     36 #options        EON
     37 
     38 #options 	COMPAT_14, COMPAT_13, COMPAT_12
     39 #options 	COMPAT_SUNOS
     40 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     41 
     42 ## force NFS root and swap
     43 #config	netbsd		root on ? type nfs
     44 ## "generic" boot (put root on boot device)
     45 config netbsd		root on ? type ?
     46 
     47 options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     48 
     49 
     50 pseudo-device	sl
     51 pseudo-device	ppp 2
     52 pseudo-device	loop
     53 pseudo-device	bpfilter
     54 pseudo-device	pty
     55 pseudo-device	vnd 2
     56 
     57 mainbus0	at root
     58 
     59 pcctwo0		at mainbus0
     60 clock0		at pcctwo? ipl 5
     61 zsc*		at pcctwo? ipl 4
     62 ie0		at pcctwo? ipl 3
     63 ncrsc0		at pcctwo? ipl 2
     64 
     65 zstty*		at zsc? channel ?
     66 
     67 # VMEbus Support
     68 vmetwo0 	at mainbus0
     69 vme0 		at vmetwo0
     70 
     71 # Example VMEbus device
     72 #foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
     73 
     74 # SCSI Bus Support
     75 scsibus*	at ncrsc?
     76 
     77 sd*		at scsibus? target ? lun ?
     78 st*		at scsibus? target ? lun ?
     79 #cd*		at scsibus? target ? lun ?
     80 #ch*		at scsibus? target ? lun ?
     81 #ss*		at scsibus? target ? lun ?	# SCSI scanners
     82 #uk*		at scsibus? target ? lun ?	# SCSI unknown
     83