Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.16
      1  1.16       scw #	$NetBSD: GENERIC,v 1.16 2000/11/20 19:35:28 scw Exp $
      2   1.1       scw 
      3   1.1       scw include		"arch/mvme68k/conf/std.mvme68k"
      4   1.5   hubertf 
      5  1.16       scw #ident 		"GENERIC-$Revision: 1.16 $"
      6   1.1       scw 
      7   1.1       scw # Boards this kernel supports
      8   1.1       scw options 	MVME147
      9  1.13       scw options 	MVME162
     10   1.1       scw options 	MVME167
     11  1.16       scw options 	MVME172
     12  1.16       scw options 	MVME177
     13   1.1       scw 
     14   1.1       scw maxusers	4
     15   1.1       scw 
     16   1.1       scw # Needed on m68040 boards to emulate some missing FP instructions
     17   1.1       scw options 	FPSP
     18  1.16       scw 
     19  1.16       scw # Needed on m68060 boards
     20  1.16       scw options 	M060SP
     21   1.1       scw 
     22   1.1       scw #options 	DDB
     23   1.1       scw options 	DIAGNOSTIC, DEBUG
     24   1.1       scw 
     25   1.1       scw #options 	SYSVSHM
     26   1.1       scw options 	KTRACE
     27   1.1       scw options 	COMPAT_43
     28   1.1       scw 
     29   1.1       scw file-system 	FFS
     30   1.1       scw file-system 	NFS	
     31   1.1       scw file-system 	KERNFS
     32   1.6       scw file-system 	MFS
     33   1.1       scw #file-system	MSDOSFS
     34   1.1       scw #file-system	UNION
     35   1.1       scw 
     36   1.1       scw options 	NFSSERVER
     37   1.1       scw #options 	FFS_EI		# FFS Endian Independant support
     38   1.9      fvdl options 	SOFTDEP         # FFS soft updates support.
     39   1.4    itojun 
     40   1.1       scw # Networking options
     41   1.1       scw options 	INET
     42   1.4    itojun options 	INET6		# IPV6
     43   1.4    itojun #options 	IPSEC		# IP security
     44   1.4    itojun #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     45   1.4    itojun #options 	IPSEC_DEBUG	# debug for IP security
     46   1.1       scw options 	TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
     47   1.1       scw #options        GATEWAY         # IP packet forwarding
     48   1.1       scw #options        ISO             # OSI networking
     49   1.1       scw #options        TPIP
     50   1.1       scw #options        EON
     51   1.1       scw 
     52   1.2  augustss options 	COMPAT_09, COMPAT_10, COMPAT_11, COMPAT_12, COMPAT_13, COMPAT_14
     53   1.1       scw options 	COMPAT_SUNOS
     54   1.1       scw #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     55   1.1       scw #options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
     56   1.1       scw #options 	EXEC_ELF32	# 32-bit ELF executables (Linux)
     57   1.1       scw 
     58   1.1       scw ## force NFS root and swap
     59   1.1       scw #config	netbsd		root on ? type nfs
     60   1.1       scw ## "generic" boot (put root on boot device)
     61   1.1       scw config netbsd		root on ? type ?
     62   1.1       scw 
     63   1.1       scw # Which protocol to use when booting over NFS
     64   1.1       scw options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     65   1.1       scw 
     66   1.1       scw pseudo-device	sl
     67   1.1       scw pseudo-device	ppp 2
     68   1.1       scw pseudo-device	loop
     69   1.1       scw pseudo-device	bpfilter
     70   1.4    itojun pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
     71   1.4    itojun #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
     72   1.7    itojun #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
     73  1.14  jdolecek pseudo-device	pty			# pseudo-terminals
     74   1.1       scw pseudo-device	vnd 2
     75  1.15    itojun 
     76  1.15    itojun # random number generator pseudo-device
     77  1.15    itojun pseudo-device	rnd			# /dev/random and in-kernel generator
     78  1.15    itojun #options 	RND_COM			# use "com" randomness as well (BROKEN)
     79   1.1       scw 
     80   1.1       scw mainbus0	at root
     81   1.1       scw 
     82   1.1       scw # MVME147 specific devices
     83   1.1       scw pcc0		at mainbus0
     84   1.6       scw vmepcc0 	at pcc?
     85  1.13       scw vme0		at vmepcc0
     86   1.1       scw zsc*		at pcc? ipl 4
     87   1.1       scw clock0		at pcc? ipl 5
     88   1.1       scw le0		at pcc? ipl 3
     89   1.1       scw wdsc0		at pcc? ipl 2
     90   1.1       scw lpt*		at pcc? ipl 1
     91   1.1       scw 
     92  1.13       scw # MVME162 and MVME167 shared devices
     93   1.1       scw pcctwo0		at mainbus0
     94   1.6       scw vmetwo0 	at mainbus0
     95  1.13       scw vme0		at vmetwo0
     96   1.1       scw clock0		at pcctwo? ipl 5
     97   1.1       scw ie0		at pcctwo? ipl 3
     98   1.1       scw ncrsc0		at pcctwo? ipl 2
     99  1.13       scw 
    100  1.13       scw # MVME162 specific devices
    101  1.13       scw zsc*		at pcctwo? ipl 4
    102  1.13       scw 
    103  1.13       scw # MVME167 specific devices
    104  1.13       scw clmpcc0		at pcctwo? ipl 4
    105   1.1       scw lpt*		at pcctwo? ipl 1
    106   1.1       scw 
    107  1.13       scw # Common front-end for MVME147 and MVME162 `zs' device
    108  1.13       scw zstty*		at zsc? channel ?
    109   1.1       scw 
    110   1.6       scw # Example VMEbus device
    111   1.6       scw #foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
    112   1.1       scw 
    113   1.1       scw scsibus*	at wdsc?
    114   1.1       scw scsibus*	at ncrsc?
    115   1.1       scw 
    116   1.1       scw sd*		at scsibus? target ? lun ?
    117   1.1       scw st*		at scsibus? target ? lun ?
    118   1.1       scw cd*		at scsibus? target ? lun ?
    119   1.1       scw ch*		at scsibus? target ? lun ?
    120   1.1       scw ss*		at scsibus? target ? lun ?	# SCSI scanners
    121   1.1       scw uk*		at scsibus? target ? lun ?	# SCSI unknown
    122