GENERIC revision 1.7 1 # $NetBSD: GENERIC,v 1.7 1995/06/27 00:58:31 cgd Exp $
2 #
3 # Generic Alpha kernel. Enough to get booted, etc., but not much more.
4
5 machine 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 etc: 3000/[4-9]00*
17 options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
18 options DEC_3000_300 # Pelican etc: 3000/300*
19 options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
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 # Misc. options
52 options PCIVERBOSE # recognize "unknown" PCI devices
53
54 config netbsd swap generic
55
56 mainbus0 at root
57
58 cpu* at mainbus0
59
60 tc* at mainbus0
61 asic0 at tc? slot ? offset ?
62 clock0 at asic? offset ?
63 le0 at asic? offset ?
64 scc0 at asic? offset ?
65 scc1 at asic? offset ?
66 tcds0 at tc? slot ? offset ?
67 esp0 at tcds? slot ?
68 esp1 at tcds? slot ?
69 #sfb* at tc? slot ? offset ?
70
71 apecs* at mainbus?
72 #lca* at cpu?
73
74 pci* at apecs?
75 #pci* at lca?
76
77 de* at pci?
78 sio* at pci?
79 ncr* at pci?
80 #tga* at pci?
81
82 isa0 at sio?
83 clock0 at isa? port 0x70
84 #com0 at isa? port 0x3f8 irq 4 # standard serial ports
85 com1 at isa? port 0x2f8 irq 3
86 lpt0 at isa? port 0x3bc irq 7 # standard parallel port
87 wss0 at isa? port 0x530 irq 9 drq 0 # Windows Sound System
88
89 scsibus* at esp?
90 scsibus* at ncr?
91
92 sd* at scsibus? target ? lun ?
93 st* at scsibus? target ? lun ?
94 cd* at scsibus? target ? lun ?
95
96 pseudo-device bpfilter
97 pseudo-device loop
98 pseudo-device pty
99 pseudo-device sl
100 pseudo-device vnd
101