GENERIC revision 1.15 1 #
2 # Distribution kernel (any model) kernel config file
3
4 #
5 # $NetBSD: GENERIC,v 1.15 1997/08/20 04:21:34 jonathan Exp $
6 #
7 include "arch/pmax/conf/std.pmax"
8
9 maxusers 64
10
11 options MIPS1 # R2000/R3000 CPUs
12 options MIPS3 # R4000/R4400/R4600 CPUs
13
14
15 # Support for specific models of DECstation
16 options DS3100 # PMAX (kn01) DECstation 2100, 3100
17 options DS5000_25 # MAXINE (kn02ca/xine) support
18 options DS5000_100 # 3MIN (kn02ba/kmin) support
19 options DS5000_200 # 3MAX (kn02) support
20 options DS5000_240 # 3MAXPLUS (kn03) support
21
22
23 # Standard system options
24 #options DIAGNOSTIC # extra kernel debugging checks
25 #options DEBUG # extra kernel debugging support
26 options "COMPAT_43" # compatibility with 4.3BSD binaries
27 options KTRACE # system call tracing support
28 options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
29
30 #Old 4.4bsd/pmax kgdb options
31 #options KGDB # support for kernel gdb
32 #options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
33 #options "KGDBDEV=15*256+0" # device for kernel gdb
34
35 options NTP # network time protocol
36 #options UCONSOLE # users can redirect console (unsafe)
37
38
39 # Filesystem options
40 file-system FFS # fast filesystem with user and group quotas
41 file-system MFS # memory-based filesystem
42 file-system NFS # Sun NFS-compatible filesystem (client)
43 file-system LFS # Log-based filesystem (still experimental)
44 file-system CD9660 # ISO 9660 + Rock Ridge file system
45 file-system FDESC # /dev/fd
46 file-system KERNFS # /kern (kernel informational filesystem)
47 file-system NULLFS # loopback file system
48 file-system PORTAL # portal filesystem (still experimental)
49 file-system PROCFS # /proc
50 file-system UMAPFS # NULLFS + uid and gid remapping
51 file-system UNION
52
53 options FIFO # POSIX fifo support (in all filesystems)
54 options NFSSERVER # Sun NFS-compatible filesystem (server)
55 options QUOTA # UFS quotas
56
57 # Networking options
58 options INET # Internet protocols
59 options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
60 options GATEWAY # IP packet forwarding
61 options MULTICAST # Multicast support
62 #options MROUTING # Multicast routing support
63 #options ISO # OSI networking
64 #options TPIP # TPIP
65 #options EON # OSI tunneling over IP
66 #options CCITT,LLC,HDLC # X.25
67
68 # NetBSD backwards compatibility
69 #options COMPAT_10 # NetBSD 1.0, (needed for X on 386?)
70 #options COMPAT_11 # NetBSD 1.1,
71 options COMPAT_12 # Netbsd 1.2 reboot()
72
73
74 # pmax specific
75 options COMPAT_ULTRIX # ultrix compatibility
76 options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format
77 options "HZ=256" # RTC rate required
78
79 # Note that this configuration is unlikely to work, yet...
80 config netbsd root on ? type ?
81
82
83 ########################################################################
84 ### I/O bus and device options ###
85 ########################################################################
86
87 # TC bus and supported options. (All but PMAXes have a turbochannel.)
88 include "arch/pmax/conf/tc.std"
89
90 # ioasic standard baseboard options (5000/2x, 5000/1xx, 5000/2[46]0)
91 include "arch/pmax/conf/builtin.ioasic"
92
93 # MAXINE-only ioasic baseboard devices and on-baseboard "options"
94 include "arch/pmax/conf/builtin.maxine"
95
96 # 5000/200-only (aka 3MAX aka KN02) baseboard devices.
97 # (KN02 has turbochannel but no IOASIC).
98 include "arch/pmax/conf/builtin.3max"
99
100 # 2100/3100-only (aka PMAX aka KN01) baseboard devices.
101 # (may also be present on a 5100).
102 include "arch/pmax/conf/builtin.3100"
103
104 ########################################################################
105 # SCSI configuration #
106 ########################################################################
107
108 oldscsibus* at sii?
109 oldscsibus* at asc?
110 #
111 # SCSI configuration for old 4.4bsd/pmax DECstation SCSI driver
112 #
113 include "arch/pmax/conf/scsi.pmax"
114 #include "arch/pmax/conf/mi.scsi" # not yet supported
115
116 # disks and tapes for a second ASC
117 rz8 at oldscsibus? target ? drive ?
118 rz9 at oldscsibus? target ? drive ?
119 rz10 at oldscsibus? target ? drive ?
120 rz11 at oldscsibus? target ? drive ?
121 rz12 at oldscsibus? target ? drive ?
122 rz13 at oldscsibus? target ? drive ?
123 tz2 at oldscsibus? target? drive ?
124 tz3 at oldscsibus? target? drive ?
125
126 ########################################################################
127 ### Pseudo-devices ###
128 ########################################################################
129
130 pseudo-device loop 1 # network loopback
131 pseudo-device sl 4 # serial-line IP ports
132 pseudo-device ppp 2 # serial-line IP ports
133 pseudo-device pty 64 # pseudo ptys
134 pseudo-device bpfilter 16 # packet filter ports
135 #pseudo-device ipfilter # IP filter, NAT
136
137 pseudo-device vnd 4 # virtual disk ick
138 pseudo-device ccd 4 # concatenated disks
139
140 pseudo-device rasterconsole 1 # NB: raster console requires "fb"
141 pseudo-device fb 1 # up to 3 framebuffers
142