GENERIC revision 1.5 1 # $NetBSD: GENERIC,v 1.5 1995/03/26 01:48:21 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 # Flamingo family: 3000/[4-9]00*
17 options DEC_2000_300 # "Jensen": 2000/300
18 options DEC_3000_300 # Pelican family: 3000/300*
19 options DEC_2100_A50 # "Avanti": AlphaStation 400 4/233
20
21 # needs to be set per system
22 options TIMEZONE="5*60" # Minutes west of GMT (for param.c)
23 options DST=1 # Daylight savings rules (for param.c)
24
25 # Standard system options
26 options SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
27 options DEBUG, DIAGNOSTIC # Extra kernel debugging
28 options KTRACE # System call tracing support
29
30 # File system options
31 options FIFO # POSIX fifo support (in all file systems)
32 options FFS # Fast file system
33 options MFS # Memory-based file system
34 options NFSCLIENT # Sun NFS-compatible file system client
35
36 # Networking options
37 options INET # Internet protocol suite
38
39 # 4.3BSD compatibility. Should be optional, but necessary for now.
40 options COMPAT_43
41
42 # OSF/1 binary compatibility
43 options COMPAT_OSF1
44
45 # Loadable kernel modules
46 options LKM
47
48 # Disable kernel security.
49 options INSECURE
50
51 config netbsd swap generic
52
53 tc* at mainbus0
54 asic0 at tc? slot ? offset ?
55 clock0 at asic? offset ?
56 le0 at asic? offset ?
57 scc0 at asic? offset ?
58 scc1 at asic? offset ?
59 tcds0 at tc? slot ? offset ?
60 esp0 at tcds? slot ?
61 esp1 at tcds? slot ?
62 #sfb* at tc? slot ? offset ?
63
64 scsibus* at esp?
65
66 sd* at scsibus? target ? drive ?
67 st* at scsibus? target ? drive ?
68 cd* at scsibus? target ? drive ?
69
70 pseudo-device bpfilter
71 pseudo-device loop
72 pseudo-device pty
73 pseudo-device sl
74 pseudo-device vnd
75