GENERIC revision 1.22 1 # $NetBSD: GENERIC,v 1.22 2000/01/23 20:08:03 soda Exp $
2 #
3 # Generic configuration file for MIPS R4400 PICA system
4 #
5
6 include "arch/pica/conf/std.pica"
7
8 maxusers 8
9
10 # Need to set locally
11 options TIMEZONE="8*60" # minutes west of GMT (for)
12 options DST=1 # use daylight savings rules
13
14 # Standard system options
15 options DIAGNOSTIC # extra kernel debugging checks
16 options DEBUG # extra kernel debugging support
17 options "COMPAT_43" # compatibility with 4.3BSD binaries
18 options COMPAT_11
19 options COMPAT_12
20 options COMPAT_13
21 options COMPAT_14
22 #options KTRACE # system call tracing support
23 options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
24 #options KGDB # support for kernel gdb
25 #options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
26 #options "KGDBDEV=15*256+0" # device for kernel gdb
27
28 # System V options
29 options SYSVMSG # System V-like message queues
30 options SYSVSEM # System V-like semaphores
31 options SYSVSHM # System V-like memory sharing
32 options SHMMAXPGS=1024 # 1024 pages is the default
33
34 # Filesystem options
35 file-system FFS # fast filesystem
36 file-system MFS # memory-based filesystem
37 file-system NFS # Sun NFS-compatible filesystem (client)
38 file-system KERNFS # kernel data-structure filesystem
39 file-system MSDOSFS # Ability to read write MS-Dos filsystem
40 file-system CD9660 # ISO 9660 + Rock Ridge file system
41 file-system FDESC # user file descriptor filesystem
42 #file-system UMAPFS # uid/gid remapping filesystem
43 #file-system NULLFS # null layer filesystem
44 #file-system OVERLAY # overlay file system
45 #file-system LFS # Log-based filesystem (still experimental)
46 #file-system PORTAL # portal filesystem (still experimental)
47
48 options QUOTA # FFS quotas
49 #options FFS_EI # FFS Endian Independant support
50 #options SOFTDEP # FFS soft updates support.
51 options NFSSERVER # Sun NFS-compatible filesystem (server)
52
53 #options SCSIVERBOSE # Verbose SCSI errors
54
55 # Pull in config fragments for kernel crypto. This is required for
56 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
57 # one of these, based on whether you use crypto-us or crypto-intl, and
58 # adjust the prefixes as necessary.
59
60 #prefix ../crypto-us/sys
61 #cinclude "conf/files.crypto-us"
62 #prefix
63
64 #prefix ../crypto-intl/sys
65 #cinclude "conf/files.crypto-intl"
66 #prefix
67
68 # Networking options
69 options INET # Internet protocols
70 options INET6 # IPV6
71 #options IPSEC # IP security
72 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
73 #options IPSEC_DEBUG # debug for IP security
74 options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
75 options GATEWAY # IP packet forwarding
76 #options MULTICAST # Multicast support
77 #options MROUTING # Multicast routing support
78 #options ISO # OSI networking
79 #options TPIP
80 #options EON
81
82 config netbsd root on ? type ?
83
84 mainbus0 at root
85 cpu* at mainbus0
86
87 pica* at mainbus0
88 clock0 at pica?
89 pc0 at pica?
90 pms0 at pica?
91 pcom0 at pica?
92 pcom1 at pica?
93 lpt0 at pica?
94 sn0 at pica?
95
96 fdc0 at pica?
97 fd* at fdc? drive ?
98
99 asc0 at pica?
100 scsibus* at asc?
101
102 sd* at scsibus? target ? lun ?
103 st* at scsibus? target ? lun ?
104 cd* at scsibus? target ? lun ?
105
106 pseudo-device sl 2 # serial-line IP ports
107 pseudo-device ppp 2 # serial-line PPP ports
108 pseudo-device pty 64 # pseudo ptys
109 pseudo-device bpfilter 16 # packet filter ports
110 #pseudo-device gre 2 # generic L3 over IP tunnel
111 pseudo-device loop
112 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
113 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
114 pseudo-device vnd 4 # virtual disk
115 pseudo-device ccd 4 # concatenated disks
116 #pseudo-device raid 4 # RAIDframe disk driver
117 # rnd is EXPERIMENTAL
118 #pseudo-device rnd # /dev/random and in-kernel generator
119