GENERIC revision 1.16 1 # $NetBSD: GENERIC,v 1.16 1995/03/10 02:31:29 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 bwtwo0 at obmem? addr ?
63 cgfour0 at obmem? addr ?
64
65 ie0 at obio0 addr ? level ?
66 ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
67
68 le0 at obio0 addr ? level ?
69
70 si0 at obio0 addr ? level ?
71 si0 at vmes0 addr 0xff200000 level 2 vect 0x40
72 si1 at vmes0 addr 0xff204000 level 2 vect 0x41
73
74 scsibus* at scsi?
75
76 # Sun compatible scsi device mappings
77 sd0 at scsibus? target 0 lun 0
78 sd1 at scsibus? target 0 lun 1
79 sd2 at scsibus? target 1 lun 0
80 sd3 at scsibus? target 1 lun 1
81 sd* at scsibus? target ? lun ?
82
83 st0 at scsibus? target 4 lun 0
84 st1 at scsibus? target 5 lun 0
85 st* at scsibus? target ? lun ?
86
87 cd0 at scsibus? target 6 lun 0
88 cd* at scsibus? target ? lun ?
89
90 #ch* at scsibus? target ? lun ?
91
92 pseudo-device loop
93 pseudo-device pty
94