Home | History | Annotate | Line # | Download | only in conf
VME147 revision 1.29
      1 #	$NetBSD: VME147,v 1.29 2000/03/18 22:33:02 scw Exp $
      2 
      3 include		"arch/mvme68k/conf/std.mvme68k"
      4 
      5 # Boards this kernel supports; need at lest the correct one
      6 options 	MVME147
      7 
      8 maxusers	2
      9 
     10 #options 	DDB
     11 
     12 options 	DIAGNOSTIC, DEBUG
     13 
     14 #options 	SYSVSHM
     15 options 	KTRACE
     16 options 	COMPAT_43
     17 
     18 file-system 	FFS
     19 file-system 	NFS	
     20 file-system 	KERNFS
     21 file-system 	MFS
     22 #file-system	MSDOSFS
     23 #file-system	UNION
     24 
     25 #options 	NFSSERVER
     26 #options 	FFS_EI		# FFS Endian Independant support
     27 
     28 # Networking options
     29 options 	INET
     30 options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
     31 #options        GATEWAY         # IP packet forwarding
     32 #options        ISO             # OSI networking
     33 #options        TPIP
     34 #options        EON
     35 
     36 options 	COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
     37 options 	COMPAT_SUNOS
     38 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     39 #options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
     40 #options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
     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 pcc0		at mainbus0
     60 
     61 zsc*		at pcc? ipl 4
     62 zstty*		at zsc? channel ?
     63 
     64 clock0		at pcc? ipl 5
     65 le0		at pcc? ipl 3
     66 wdsc0		at pcc? ipl 2
     67 lpt0		at pcc? ipl 1
     68 vmepcc0 	at pcc?
     69 vme0 		at vmepcc0
     70 
     71 # Example VMEbus device
     72 #foo0 		at vme0 addr 0x10001000 am 0x0d irq 2 vect 0x80
     73 
     74 scsibus*	at wdsc?
     75 
     76 sd*		at scsibus? target ? lun ?
     77 st*		at scsibus? target ? lun ?
     78 cd*		at scsibus? target ? lun ?
     79 ch*		at scsibus? target ? lun ?
     80 ss*		at scsibus? target ? lun ?	# SCSI scanners
     81 uk*		at scsibus? target ? lun ?	# SCSI unknown
     82