Home | History | Annotate | Line # | Download | only in conf
VME172 revision 1.5
      1 #	$NetBSD: VME172,v 1.5 2001/04/30 09:05:59 scw Exp $
      2 
      3 include		"arch/mvme68k/conf/std.mvme68k"
      4 
      5 # Boards this kernel supports; need at least one
      6 options 	MVME172
      7 
      8 options 	M060SP
      9 
     10 maxusers	8
     11 
     12 #options 	DDB
     13 #options 	DIAGNOSTIC, DEBUG
     14 
     15 #options 	SYSVSHM
     16 options 	KTRACE
     17 options 	COMPAT_43
     18 
     19 file-system 	FFS
     20 file-system 	NFS	
     21 file-system 	KERNFS
     22 file-system 	MFS
     23 file-system 	CD9660
     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_AOUT_M68K	# compatibility with NetBSD/m68k a.out
     39 #options 	COMPAT_15, COMPAT_14, COMPAT_13, COMPAT_12
     40 #options 	COMPAT_SUNOS
     41 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     42 
     43 ## force NFS root and swap
     44 #config	netbsd		root on ? type nfs
     45 ## "generic" boot (put root on boot device)
     46 config netbsd		root on ? type ?
     47 
     48 options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     49 
     50 
     51 pseudo-device	sl
     52 pseudo-device	ppp 2
     53 pseudo-device	loop
     54 pseudo-device	bpfilter
     55 pseudo-device	pty
     56 pseudo-device	vnd 2
     57 
     58 mainbus0	at root
     59 
     60 pcctwo0		at mainbus0
     61 memc*		at pcctwo? ipl 6
     62 clock0		at pcctwo? ipl 5
     63 zsc*		at pcctwo? ipl 4
     64 ie0		at pcctwo? ipl 3
     65 osiop0		at pcctwo? ipl 2
     66 
     67 zstty*		at zsc? channel ?
     68 
     69 # VMEbus Support
     70 vmetwo0 	at mainbus0
     71 vme0 		at vmetwo0
     72 
     73 # Example VMEbus device
     74 #foo0 		at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80
     75 
     76 # SCSI Bus Support
     77 scsibus*	at osiop?
     78 
     79 sd*		at scsibus? target ? lun ?
     80 st*		at scsibus? target ? lun ?
     81 cd*		at scsibus? target ? lun ?
     82