GENERIC revision 1.2 1 # $NetBSD: GENERIC,v 1.2 1995/02/27 16:36:34 cgd Exp $
2 #
3 # Generic Alpha kernel. Enough to get booted, etc., but not much more.
4
5 include "std.alpha"
6
7 makeoptions CC="gcc -Werror"
8 makeoptions DEBUG="-g"
9
10 maxusers 8
11
12 # does not really do anything anymore, but this replaces "ident GENERIC"
13 options GENERIC
14
15 # CPU Support
16 options DEC_3000_500 # 3000/400, /500, /600, and /700
17
18 # needs to be set per system
19 options TIMEZONE="5*60" # Minutes west of GMT (for param.c)
20 options DST=1 # Daylight savings rules (for param.c)
21
22 # Standard system options
23 options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
24 options DEBUG, DIAGNOSTIC # Extra kernel debugging
25 options KTRACE # System call tracing support
26
27 # File system options
28 options FIFO # POSIX fifo support (in all file systems)
29 options FFS # Fast file system
30 options MFS # Memory-based file system
31 options NFSCLIENT # Sun NFS-compatible file system client
32
33 # Networking options
34 options INET # Internet protocol suite
35
36 # 4.3BSD compatibility. Should be optional, but necessary for now.
37 options COMPAT_43
38
39 # OSF/1 binary compatibility
40 options COMPAT_OSF1
41
42 # Loadable Kernel Modules
43 options LKM
44
45 config netbsd swap generic
46
47 tc* at mainbus0
48 asic0 at tc? slot ? offset ?
49 clock0 at asic? offset ?
50 le0 at asic? offset ?
51 scc0 at asic? offset ?
52 scc1 at asic? offset ?
53 tcds0 at tc? slot ? offset ?
54 esp0 at tcds? slot ?
55 esp1 at tcds? slot ?
56 #sfb* at tc? slot ? offset ?
57
58 scsibus* at esp?
59
60 sd* at scsibus? target ? drive ?
61 st* at scsibus? target ? drive ?
62 cd* at scsibus? target ? drive ?
63
64 pseudo-device bpfilter
65 pseudo-device loop
66 pseudo-device pty
67 pseudo-device sl
68 pseudo-device vnd
69