Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.1
      1 #	$NetBSD: GENERIC,v 1.1 1999/02/20 00:18:49 scw Exp $
      2 
      3 include		"arch/mvme68k/conf/std.mvme68k"
      4 
      5 # Boards this kernel supports
      6 options 	MVME147
      7 options 	MVME167
      8 
      9 maxusers	4
     10 
     11 # Needed on m68040 boards to emulate some missing FP instructions
     12 options 	FPSP
     13 
     14 #options 	DDB
     15 options 	DIAGNOSTIC, DEBUG
     16 
     17 #options 	SYSVSHM
     18 options 	KTRACE
     19 options 	COMPAT_43
     20 
     21 file-system 	FFS
     22 file-system 	NFS	
     23 file-system 	KERNFS
     24 #file-system 	MFS
     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_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13
     40 options 	COMPAT_SUNOS
     41 #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     42 #options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
     43 #options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
     44 
     45 ## force NFS root and swap
     46 #config	netbsd		root on ? type nfs
     47 ## "generic" boot (put root on boot device)
     48 config netbsd		root on ? type ?
     49 
     50 # Which protocol to use when booting over NFS
     51 options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     52 
     53 pseudo-device	sl
     54 pseudo-device	ppp 2
     55 pseudo-device	loop
     56 pseudo-device	bpfilter
     57 pseudo-device	pty
     58 pseudo-device	vnd 2
     59 
     60 mainbus0	at root
     61 
     62 # MVME147 specific devices
     63 pcc0		at mainbus0
     64 vmechip*	at pcc?
     65 zsc*		at pcc? ipl 4
     66 zstty*		at zsc? channel ?
     67 clock0		at pcc? ipl 5
     68 le0		at pcc? ipl 3
     69 wdsc0		at pcc? ipl 2
     70 lpt*		at pcc? ipl 1
     71 
     72 # MVME167 specific devices
     73 pcctwo0		at mainbus0
     74 vmechip* 	at mainbus0
     75 clock0		at pcctwo? ipl 5
     76 clmpcc0		at pcctwo? ipl 4
     77 ie0		at pcctwo? ipl 3
     78 ncrsc0		at pcctwo? ipl 2
     79 lpt*		at pcctwo? ipl 1
     80 
     81 vmes0		at vmechip?
     82 vmel0		at vmechip?
     83 
     84 # example only - A24D16 device
     85 #foo0		at vmes0 atype 24 addr 0x0ef00 ipl 3 vec 0x60
     86 
     87 scsibus*	at wdsc?
     88 scsibus*	at ncrsc?
     89 
     90 sd*		at scsibus? target ? lun ?
     91 st*		at scsibus? target ? lun ?
     92 cd*		at scsibus? target ? lun ?
     93 ch*		at scsibus? target ? lun ?
     94 ss*		at scsibus? target ? lun ?	# SCSI scanners
     95 uk*		at scsibus? target ? lun ?	# SCSI unknown
     96