Home | History | Annotate | Line # | Download | only in conf
PICA revision 1.14
      1  1.13     lukem #	$NetBSD: PICA,v 1.14 2000/01/23 20:08:04 soda Exp $
      2   1.1  jonathan #
      3   1.1  jonathan #
      4   1.5  jonathan include		"arch/pica/conf/std.pica"
      5   1.1  jonathan 
      6  1.10  jonathan maxusers	32
      7  1.10  jonathan 
      8  1.10  jonathan #options 	MIPS1			# R2000/R3000 support
      9  1.10  jonathan options 	MIPS3			# R4000/R4400 support
     10   1.1  jonathan 
     11   1.1  jonathan # Standard system options
     12  1.12     lukem options 	DIAGNOSTIC		# extra kernel debugging checks
     13  1.12     lukem options 	DEBUG			# extra kernel debugging support
     14  1.12     lukem options 	"COMPAT_43"		# compatibility with 4.3BSD binaries
     15  1.12     lukem #options 	KTRACE			# system call tracing support
     16  1.12     lukem options 	"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
     17  1.12     lukem #options 	KGDB			# support for kernel gdb
     18  1.12     lukem #options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     19  1.12     lukem #options 	"KGDBDEV=15*256+0"	# device for kernel gdb
     20   1.1  jonathan 
     21   1.1  jonathan # System V options
     22  1.12     lukem options 	SYSVMSG		# System V-like message queues
     23  1.12     lukem options 	SYSVSEM		# System V-like semaphores
     24  1.12     lukem options 	SYSVSHM		# System V-like memory sharing
     25  1.12     lukem options 	SHMMAXPGS=1024	# 1024 pages is the default
     26   1.1  jonathan 
     27   1.1  jonathan # Filesystem options
     28   1.7   thorpej file-system 	FFS		# fast filesystem
     29   1.7   thorpej file-system 	MFS		# memory-based filesystem
     30   1.7   thorpej file-system 	NFS		# Sun NFS-compatible filesystem (client)
     31   1.7   thorpej file-system 	KERNFS		# kernel data-structure filesystem
     32   1.7   thorpej file-system 	MSDOSFS		# Ability to read write MS-Dos filsystem
     33   1.7   thorpej file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     34   1.7   thorpej file-system 	FDESC		# user file descriptor filesystem
     35   1.7   thorpej #file-system	UMAPFS		# uid/gid remapping filesystem
     36   1.7   thorpej #file-system	NULLFS		# null layer filesystem
     37   1.7   thorpej #file-system	LFS		# Log-based filesystem (still experimental)
     38   1.7   thorpej #file-system	PORTAL		# portal filesystem (still experimental)
     39   1.7   thorpej 
     40  1.12     lukem options 	QUOTA		# FFS quotas
     41  1.12     lukem options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     42   1.1  jonathan 
     43   1.1  jonathan # Networking options
     44  1.12     lukem options 	INET		# Internet protocols
     45  1.12     lukem options 	"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
     46  1.12     lukem options 	GATEWAY		# IP packet forwarding
     47  1.12     lukem #options 	MULTICAST	# Multicast support
     48  1.12     lukem #options 	MROUTING	# Multicast routing support
     49  1.12     lukem #options 	ISO		# OSI networking
     50  1.12     lukem #options 	TPIP
     51  1.12     lukem #options 	EON
     52   1.1  jonathan 
     53   1.9       mrg config		netbsd	root on sd0 type ffs 
     54   1.1  jonathan 
     55   1.1  jonathan 
     56   1.1  jonathan mainbus0	at root
     57   1.1  jonathan cpu*		at mainbus0
     58   1.1  jonathan 
     59   1.1  jonathan pica*		at mainbus0
     60   1.1  jonathan clock0		at pica?
     61   1.1  jonathan pc0		at pica?
     62   1.1  jonathan pms0		at pica?
     63  1.11   thorpej pcom0		at pica?
     64  1.11   thorpej pcom1		at pica?
     65   1.1  jonathan lpt0		at pica?
     66   1.1  jonathan sn0		at pica?
     67   1.1  jonathan 
     68   1.1  jonathan fdc0		at pica?
     69   1.1  jonathan fd*		at fdc? drive ?
     70   1.1  jonathan 
     71   1.1  jonathan asc0		at pica?
     72   1.1  jonathan scsibus* 	at asc?
     73   1.1  jonathan 
     74   1.1  jonathan sd*		at scsibus? target ? lun ?
     75   1.1  jonathan st*		at scsibus? target ? lun ?
     76   1.1  jonathan cd*		at scsibus? target ? lun ?
     77   1.1  jonathan 
     78   1.1  jonathan 
     79   1.1  jonathan pseudo-device	loop		 1	# network loopback
     80   1.1  jonathan pseudo-device	sl		 2	# serial-line IP ports
     81   1.1  jonathan pseudo-device	ppp		 2	# serial-line PPP ports
     82   1.1  jonathan pseudo-device	tun		 2	# network tunneling over tty
     83   1.1  jonathan pseudo-device	pty		64	# pseudo ptys
     84   1.1  jonathan pseudo-device	bpfilter	16	# packet filter ports
     85   1.1  jonathan pseudo-device	vnd		 4	# virtual disk
     86