GENERIC revision 1.24 1 # $NetBSD: GENERIC,v 1.24 1995/10/08 23:38:43 gwr Exp $
2
3 #
4 # GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
5 # Supports root on: ie0, le0, sd*, ...
6 #
7
8 include "std.sun3"
9
10 # Machines to be supported by this kernel
11 options GENERIC
12 options FPU_EMULATE
13 options HAVECACHE # Sun3/260 VAC
14
15 # Needs to be set per system. i.e change these as you see fit
16 maxusers 4
17
18 # Standard system options
19 options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
20 options KTRACE # system call tracing support
21 #makeoptions DEBUG="-g" # symbols for kgdb + nm
22 options DDB
23
24 # Filesystem options
25 options NFSSERVER # nfs server support
26 options NFSCLIENT # nfs client support
27 options FFS # ufs file system
28 #
29 options CD9660 # ISO 9660 + Rock Ridge file system
30 options FDESC # /dev/fd/*
31 options FIFO # FIFOs; RECOMMENDED
32 options KERNFS # /kern
33 options NULLFS # loopback file system
34 options PROCFS # /proc
35 options UNION # union 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 obmem0 addr ?
63 cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
64 cgfour0 at obmem0 addr ?
65
66 ie0 at obio0 addr ? level ?
67 ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
68
69 le0 at obio0 addr ? level ?
70
71 si0 at obio0 addr ? level ?
72 si0 at vmes0 addr 0xff200000 level 2 vect 0x40
73 si1 at vmes0 addr 0xff204000 level 2 vect 0x41
74
75 scsibus* at scsi?
76
77 # Sun compatible scsi device mappings
78 sd0 at scsibus? target 0 lun 0
79 sd1 at scsibus? target 0 lun 1
80 sd2 at scsibus? target 1 lun 0
81 sd3 at scsibus? target 1 lun 1
82 sd* at scsibus? target ? lun ?
83
84 st0 at scsibus? target 4 lun 0
85 st1 at scsibus? target 5 lun 0
86 st* at scsibus? target ? lun ?
87
88 cd0 at scsibus? target 6 lun 0
89 cd* at scsibus? target ? lun ?
90
91 #ch* at scsibus? target ? lun ?
92
93 rd0 at mainbus?
94 rd1 at mainbus?
95
96 pseudo-device loop 1 # network loopback
97 pseudo-device bpfilter 8 # packet filter
98 pseudo-device sl 2 # CSLIP
99 pseudo-device ppp 2 # PPP
100 pseudo-device tun 2 # network tunneling over tty
101
102 pseudo-device pty 64 # pseudo-terminals
103 #pseudo-device vnd 4 # paging to files
104