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