Home | History | Annotate | Line # | Download | only in conf
PICA revision 1.15
      1  1.15      soda #	$NetBSD: PICA,v 1.15 2000/01/23 21:01:53 soda Exp $
      2   1.1  jonathan #
      3  1.15      soda #	Generic configuration file for MIPS R4400 PICA system
      4   1.1  jonathan #
      5  1.15      soda 
      6  1.15      soda include		"arch/arc/conf/std.arc"
      7   1.1  jonathan 
      8  1.10  jonathan maxusers	32
      9  1.10  jonathan 
     10  1.15      soda # Need to set locally
     11  1.15      soda options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     12   1.1  jonathan 
     13   1.1  jonathan # Standard system options
     14  1.15      soda options 	KTRACE			# system call tracing support
     15  1.15      soda 
     16  1.15      soda # Diagnostic/debugging support options
     17  1.12     lukem options 	DIAGNOSTIC		# extra kernel debugging checks
     18  1.12     lukem options 	DEBUG			# extra kernel debugging support
     19  1.15      soda #options	 KGDB			# support for kernel gdb
     20  1.12     lukem #options 	"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
     21  1.12     lukem #options 	"KGDBDEV=15*256+0"	# device for kernel gdb
     22   1.1  jonathan 
     23   1.1  jonathan # System V options
     24  1.12     lukem options 	SYSVMSG		# System V-like message queues
     25  1.12     lukem options 	SYSVSEM		# System V-like semaphores
     26  1.12     lukem options 	SYSVSHM		# System V-like memory sharing
     27  1.12     lukem options 	SHMMAXPGS=1024	# 1024 pages is the default
     28   1.1  jonathan 
     29   1.1  jonathan # Filesystem options
     30   1.7   thorpej file-system 	FFS		# fast filesystem
     31   1.7   thorpej file-system 	MFS		# memory-based filesystem
     32  1.15      soda #file-system	LFS		# Log-based filesystem (still experimental)
     33  1.15      soda file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     34  1.15      soda file-system 	MSDOSFS		# Ability to read write MS-Dos filsystem
     35   1.7   thorpej file-system 	NFS		# Sun NFS-compatible filesystem (client)
     36   1.7   thorpej file-system 	KERNFS		# kernel data-structure filesystem
     37  1.15      soda file-system	PROCFS		# /proc
     38   1.7   thorpej file-system 	FDESC		# user file descriptor filesystem
     39   1.7   thorpej #file-system	UMAPFS		# uid/gid remapping filesystem
     40  1.15      soda #file-system	UNION		# union file system
     41   1.7   thorpej #file-system	NULLFS		# null layer filesystem
     42  1.15      soda #file-system 	OVERLAY		# overlay file system
     43   1.7   thorpej #file-system	PORTAL		# portal filesystem (still experimental)
     44   1.7   thorpej 
     45  1.12     lukem options 	QUOTA		# FFS quotas
     46  1.15      soda #options 	FFS_EI		# FFS Endian Independant support
     47  1.15      soda #options 	SOFTDEP         # FFS soft updates support.
     48  1.12     lukem options 	NFSSERVER	# Sun NFS-compatible filesystem (server)
     49   1.1  jonathan 
     50  1.15      soda # Pull in config fragments for kernel crypto.  This is required for
     51  1.15      soda # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
     52  1.15      soda # one of these, based on whether you use crypto-us or crypto-intl, and
     53  1.15      soda # adjust the prefixes as necessary.
     54  1.15      soda 
     55  1.15      soda #prefix ../crypto-us/sys
     56  1.15      soda #cinclude "conf/files.crypto-us"
     57  1.15      soda #prefix
     58  1.15      soda 
     59  1.15      soda #prefix ../crypto-intl/sys
     60  1.15      soda #cinclude "conf/files.crypto-intl"
     61  1.15      soda #prefix
     62  1.15      soda 
     63   1.1  jonathan # Networking options
     64  1.12     lukem options 	INET		# Internet protocols
     65  1.15      soda options 	INET6		# IPV6
     66  1.15      soda #options 	IPSEC		# IP security
     67  1.15      soda #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     68  1.15      soda #options 	IPSEC_DEBUG	# debug for IP security
     69  1.15      soda #options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
     70  1.12     lukem options 	GATEWAY		# IP packet forwarding
     71  1.12     lukem #options 	MULTICAST	# Multicast support
     72  1.12     lukem #options 	MROUTING	# Multicast routing support
     73  1.15      soda #options 	ISO,TPIP	# OSI networking
     74  1.15      soda #options 	EON		# OSI tunneling over IP
     75   1.1  jonathan 
     76  1.15      soda # Compatibilitry modules
     77  1.15      soda options 	COMPAT_43	# compatibility with 4.3BSD binaries
     78  1.15      soda options 	COMPAT_11
     79  1.15      soda options 	COMPAT_12
     80  1.15      soda options 	COMPAT_13
     81  1.15      soda options 	COMPAT_14
     82  1.15      soda #options 	COMPAT_ULTRIX	# Ultrix binary compatibility (no go yet)
     83  1.15      soda options 	COMPAT_386BSD_MBRPART # recognize old partition ID
     84  1.15      soda 
     85  1.15      soda # Special options
     86  1.15      soda #options 	MACHINE_NONCONTIG # Support noncontigous memory.
     87  1.15      soda options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
     88   1.1  jonathan 
     89  1.15      soda options 	NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM
     90   1.1  jonathan 
     91  1.15      soda # Specify storage configuration
     92  1.15      soda config		netbsd root on ? type ?
     93  1.15      soda 
     94  1.15      soda #
     95  1.15      soda # Definition of system
     96  1.15      soda #
     97   1.1  jonathan mainbus0	at root
     98   1.1  jonathan cpu*		at mainbus0
     99   1.1  jonathan 
    100   1.1  jonathan pica*		at mainbus0
    101  1.15      soda 
    102  1.15      soda aclock0		at pica?
    103   1.1  jonathan pc0		at pica?
    104  1.15      soda opms0		at pica?
    105  1.15      soda com0		at pica?
    106  1.15      soda com1		at pica?
    107   1.1  jonathan lpt0		at pica?
    108   1.1  jonathan sn0		at pica?
    109   1.1  jonathan 
    110   1.1  jonathan fdc0		at pica?
    111   1.1  jonathan fd*		at fdc? drive ?
    112   1.1  jonathan 
    113   1.1  jonathan asc0		at pica?
    114   1.1  jonathan scsibus* 	at asc?
    115   1.1  jonathan 
    116   1.1  jonathan sd*		at scsibus? target ? lun ?
    117   1.1  jonathan st*		at scsibus? target ? lun ?
    118   1.1  jonathan cd*		at scsibus? target ? lun ?
    119  1.15      soda ch*		at scsibus? target ? lun ?
    120  1.15      soda ss*		at scsibus? target ? lun ?
    121  1.15      soda uk*		at scsibus? target ? lun ?
    122  1.15      soda 
    123  1.15      soda #
    124  1.15      soda #	ISA Bus.
    125  1.15      soda #
    126  1.15      soda isabr*		at mainbus0
    127  1.15      soda 
    128  1.15      soda isa*		at isabr?
    129  1.15      soda 
    130  1.15      soda com2		at isa? port 0x3f8 irq 4
    131  1.15      soda com3		at isa? port 0x2f8 irq 3
    132   1.1  jonathan 
    133   1.1  jonathan 
    134   1.1  jonathan pseudo-device	sl		 2	# serial-line IP ports
    135   1.1  jonathan pseudo-device	ppp		 2	# serial-line PPP ports
    136   1.1  jonathan pseudo-device	pty		64	# pseudo ptys
    137   1.1  jonathan pseudo-device	bpfilter	16	# packet filter ports
    138  1.15      soda #pseudo-device	gre		2	# generic L3 over IP tunnel
    139  1.15      soda pseudo-device	loop
    140  1.15      soda pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    141  1.15      soda #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    142  1.15      soda pseudo-device	vnd		4	# virtual disk
    143  1.15      soda pseudo-device	ccd		4	# concatenated disks
    144  1.15      soda #pseudo-device 	raid		4	# RAIDframe disk driver
    145