Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.29
      1  1.29     lukem #	$NetBSD: GENERIC,v 1.29 2001/11/20 12:56:33 lukem Exp $
      2   1.1       scw 
      3   1.1       scw include		"arch/mvme68k/conf/std.mvme68k"
      4   1.5   hubertf 
      5  1.29     lukem #ident 		"GENERIC-$Revision: 1.29 $"
      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.29     lukem file-system 	NFS
     31   1.1       scw file-system 	KERNFS
     32   1.6       scw file-system 	MFS
     33  1.17       scw file-system 	CD9660
     34   1.1       scw #file-system	MSDOSFS
     35   1.1       scw #file-system	UNION
     36   1.1       scw 
     37   1.1       scw options 	NFSSERVER
     38   1.1       scw #options 	FFS_EI		# FFS Endian Independant support
     39  1.29     lukem options 	SOFTDEP		# FFS soft updates support.
     40   1.4    itojun 
     41   1.1       scw # Networking options
     42   1.1       scw options 	INET
     43   1.4    itojun options 	INET6		# IPV6
     44   1.4    itojun #options 	IPSEC		# IP security
     45   1.4    itojun #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     46   1.4    itojun #options 	IPSEC_DEBUG	# debug for IP security
     47  1.29     lukem #options 	GATEWAY		# IP packet forwarding
     48  1.29     lukem #options 	ISO		# OSI networking
     49  1.29     lukem #options 	TPIP
     50  1.29     lukem #options 	EON
     51  1.26       abs #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     52   1.1       scw 
     53  1.21       scw options 	COMPAT_AOUT_M68K	# compatibility with NetBSD/m68k a.out
     54  1.19       scw options 	COMPAT_09, COMPAT_10, COMPAT_11
     55  1.18       scw options 	COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15
     56  1.17       scw #options 	COMPAT_SUNOS
     57   1.1       scw #options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
     58   1.1       scw #options 	COMPAT_LINUX	# compatibility with Linux/m68k binaries
     59  1.26       abs #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     60   1.1       scw 
     61   1.1       scw ## force NFS root and swap
     62   1.1       scw #config	netbsd		root on ? type nfs
     63   1.1       scw ## "generic" boot (put root on boot device)
     64   1.1       scw config netbsd		root on ? type ?
     65   1.1       scw 
     66   1.1       scw # Which protocol to use when booting over NFS
     67  1.25       scw options 	NFS_BOOT_DHCP		# Diskless client w/ dhcp
     68  1.25       scw options 	NFS_BOOT_BOOTP		# Diskless client w/ bootp
     69   1.1       scw options 	NFS_BOOT_BOOTPARAM	# Diskless client w/ bootparamd
     70   1.1       scw 
     71   1.1       scw pseudo-device	sl
     72   1.1       scw pseudo-device	ppp 2
     73   1.1       scw pseudo-device	loop
     74   1.1       scw pseudo-device	bpfilter
     75   1.4    itojun pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
     76   1.4    itojun #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
     77   1.7    itojun #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
     78  1.23    bouyer pseudo-device	vlan			# IEEE 802.1q encapsulation
     79  1.28    atatat pseudo-device	bridge			# simple inter-network bridging
     80  1.14  jdolecek pseudo-device	pty			# pseudo-terminals
     81   1.1       scw pseudo-device	vnd 2
     82  1.15    itojun 
     83  1.15    itojun # random number generator pseudo-device
     84  1.15    itojun pseudo-device	rnd			# /dev/random and in-kernel generator
     85  1.15    itojun #options 	RND_COM			# use "com" randomness as well (BROKEN)
     86   1.1       scw 
     87   1.1       scw mainbus0	at root
     88   1.1       scw 
     89   1.1       scw # MVME147 specific devices
     90   1.1       scw pcc0		at mainbus0
     91   1.6       scw vmepcc0 	at pcc?
     92  1.17       scw clock0		at pcc? ipl 5
     93   1.1       scw zsc*		at pcc? ipl 4
     94   1.1       scw le0		at pcc? ipl 3
     95   1.1       scw wdsc0		at pcc? ipl 2
     96  1.17       scw lpt0		at pcc? ipl 1
     97   1.1       scw 
     98  1.17       scw # MVME16x and MVME17x shared devices
     99   1.1       scw pcctwo0		at mainbus0
    100   1.6       scw vmetwo0 	at mainbus0
    101  1.27       scw memc*		at mainbus0
    102   1.1       scw clock0		at pcctwo? ipl 5
    103   1.1       scw ie0		at pcctwo? ipl 3
    104  1.24       scw osiop0		at pcctwo? ipl 2
    105  1.13       scw 
    106  1.17       scw # MVME162/MVME172 specific devices
    107  1.13       scw zsc*		at pcctwo? ipl 4
    108  1.13       scw 
    109  1.17       scw # MVME167/MVME177 specific devices
    110  1.13       scw clmpcc0		at pcctwo? ipl 4
    111  1.17       scw lpt0		at pcctwo? ipl 1
    112   1.1       scw 
    113  1.13       scw # Common front-end for MVME147 and MVME162 `zs' device
    114  1.13       scw zstty*		at zsc? channel ?
    115  1.20       scw 
    116  1.20       scw # MI VMEbus Interface
    117  1.20       scw vme0		at vmepcc0
    118  1.20       scw vme0		at vmetwo0
    119   1.1       scw 
    120   1.6       scw # Example VMEbus device
    121   1.6       scw #foo0		at vme0 addr 0x00ef0000 irq 3 vect 0x80
    122   1.1       scw 
    123   1.1       scw scsibus*	at wdsc?
    124  1.24       scw scsibus*	at osiop?
    125   1.1       scw 
    126   1.1       scw sd*		at scsibus? target ? lun ?
    127   1.1       scw st*		at scsibus? target ? lun ?
    128   1.1       scw cd*		at scsibus? target ? lun ?
    129  1.17       scw #ch*		at scsibus? target ? lun ?
    130  1.17       scw #ss*		at scsibus? target ? lun ?	# SCSI scanners
    131  1.17       scw #uk*		at scsibus? target ? lun ?	# SCSI unknown
    132