GENERIC revision 1.15 1 # $NetBSD: GENERIC,v 1.15 1995/03/01 05:07:39 gwr Exp $
2
3 #
4 # GENERIC kernel - supports root on: ie0, le0, sd*, ...
5 #
6
7 include "std.sun3"
8
9 # Machines to be supported by this kernel
10 options "SUN3_50"
11 options "SUN3_60"
12 options "SUN3_110"
13 options "SUN3_160"
14 options "SUN3_260"
15 options GENERIC
16 options FPCOPROC
17 options FPU_EMULATE
18
19 # Needs to be set per system. i.e change these as you see fit
20 maxusers 4
21 options TIMEZONE=300 # minutes west of GMT (for param.c)
22 options DST=2 # daylight savings rules (for param.c)
23
24 # Standard system options
25 options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
26 options KTRACE # system call tracing support
27 #makeoptions DEBUG="-g" # symbols for kgdb + nm
28 # I use DDB by copying in the symbols with dbsym.
29 options DDB
30 options SYMTAB_SPACE=89000
31
32 # Filesystem options
33 options NFSSERVER # nfs server support
34 options NFSCLIENT # nfs client support
35 options FFS # ufs file system
36
37 # Networking options
38 options INET # IP prototol stack support
39 # XXX - Work-around for slow SunOS/Sun3 servers (sigh...)
40 options NFS_BOOT_RWSIZE=1024
41
42 # Compatability options
43 options COMPAT_SUNOS # can run SunOS 4.1.1 executables
44 options COMPAT_09 # NetBSD 0.9,
45 options COMPAT_10 # NetBSD 1.0,
46 options COMPAT_43 # and 4.3BSD
47 options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
48
49 # Sun3-specific debugging options
50 options CONTEXT_DEBUG
51 options PMAP_DEBUG
52 #options VMFAULT_TRACE
53 #options SYSCALL_DEBUG
54 options EXEC_DEBUG
55 options DIAGNOSTIC
56 options SCSIDEBUG
57
58 config netbsd swap generic
59
60 # Devices
61
62 ie0 at obio0 addr ? level ?
63 ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
64
65 le0 at obio0 addr ? level ?
66
67 si0 at obio0 addr ? level ?
68 si0 at vmes0 addr 0xff200000 level 2 vect 0x40
69 si1 at vmes0 addr 0xff204000 level 2 vect 0x41
70
71 scsibus* at scsi?
72
73 # Sun compatible scsi device mappings
74 sd0 at scsibus? target 0 lun 0
75 sd1 at scsibus? target 0 lun 1
76 sd2 at scsibus? target 1 lun 0
77 sd3 at scsibus? target 1 lun 1
78 sd* at scsibus? target ? lun ?
79
80 st0 at scsibus? target 4 lun 0
81 st1 at scsibus? target 5 lun 0
82 st* at scsibus? target ? lun ?
83
84 cd0 at scsibus? target 6 lun 0
85 cd* at scsibus? target ? lun ?
86
87 #ch* at scsibus? target ? lun ?
88
89 pseudo-device loop
90 pseudo-device pty
91