GENERIC revision 1.4 1 # $NetBSD: GENERIC,v 1.4 1995/01/25 05:35:07 cgd Exp $
2
3 # Kernel for Theo's wimpy sparcstation IPC
4
5 machine sparc
6 options "SUN4", "SUN4C"
7
8 # obsolete timezone spec
9 options TIMEZONE=0, DST=0
10
11 # Standard system options
12 options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
13 #options DEBUG, DIAGNOSTIC # extra kernel debugging
14 options KTRACE # system call tracing support
15 #options KGDB # support for kernel gdb
16 #options KGDBDEV=0xc01, KGDBRATE=38400 # device & baud rate
17 options RCONSOLE # fast rasterop console
18 options SYSVMSG,SYSVSEM,SYSVSHM
19 options "COMPAT_09", "COMPAT_10"
20
21 # Filesystem options
22 options FFS
23 options NFSSERVER # Sun NFS-compatible filesystem
24 options NFSCLIENT # Sun NFS-compatible filesystem
25 options KERNFS # kernel data-structure filesystem
26 #options FIFO # POSIX fifo support (in all filesystems)
27 #options QUOTA # fast filesystem with user and group quotas
28 #options MFS # memory-based filesystem
29 #options LOFS # Loop-back filesystem
30 #options FDESC # user file descriptor filesystem
31 #options UMAPFS # uid/gid remapping filesystem
32 #options LFS # Log-based filesystem (still experimental)
33 #options PORTAL # portal filesystem (still experimental)
34
35 # Networking options
36 options INET
37 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
38 #options GATEWAY # IP packet forwarding
39 #options ISO # OSI networking
40 #options TPIP
41 #options EON
42 options COMPAT_43
43
44 options LKM
45
46 # Options for SPARCstation hardware
47 options COMPAT_SUNOS # compatibility with SunOS binaries
48
49 config netbsd root nfs swap nfs
50
51 mainbus0 at root
52 cpu0 at mainbus0
53
54 sbus0 at mainbus0
55 obio0 at mainbus0
56 vmes0 at mainbus0
57 vmel0 at mainbus0
58
59 audio0 at mainbus0
60 auxreg0 at mainbus0
61 clock0 at mainbus0
62 clock0 at obio0 addr 0xf2000000
63 oclock0 at obio0 addr 0xf3000000
64 memreg0 at mainbus0
65 memreg0 at obio0 addr 0xf4000000
66 timer0 at mainbus0
67 timer0 at obio0 addr 0xef000000
68
69 zs0 at mainbus0
70 zs0 at obio0 addr 0xf1000000 level 12 flags 0x103
71 zs1 at mainbus0
72 zs1 at obio0 addr 0xf0000000 level 12 flags 0x103
73 zs2 at obio0 addr 0xe0000000 level 12 flags 0x103
74
75 # FSBE/S or sun4m
76 espdma0 at sbus0 slot ? offset ?
77 espdma* at sbus0 slot ? offset ?
78 esp0 at espdma? slot ? offset ?
79 esp* at espdma? slot ? offset ?
80
81 # old sun4c SCSI
82 dma0 at sbus0 slot ? offset ?
83 dma* at sbus0 slot ? offset ?
84 dma0 at obio0 addr 0xfa001000 level 4
85 esp0 at sbus0 slot ? offset ?
86 esp* at sbus0 slot ? offset ?
87 esp0 at obio0 addr 0xfa000000 level 4
88
89 # old sun4c
90 le0 at sbus? slot ? offset ?
91 le* at sbus? slot ? offset ?
92 le0 at obio0 addr 0xf9000000 level 6
93
94 ie0 at obio0 addr 0xf6000000 level 6
95 ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75
96 ie2 at vmes0 addr 0xff31ff02 level 5 vect 0x76
97 ie3 at vmes0 addr 0xff35ff02 level 5 vect 0x77
98 ie4 at vmes0 addr 0xff2dff02 level 5 vect 0x7c
99
100 bwtwo0 at sbus? slot ? offset ?
101 bwtwo* at sbus? slot ? offset ?
102 cgthree0 at sbus? slot ? offset ?
103 cgthree* at sbus? slot ? offset ?
104 cgsix0 at sbus? slot ? offset ?
105 cgsix* at sbus? slot ? offset ?
106
107 scsibus* at esp?
108
109 sd* at scsibus? target ? drive ?
110 st* at scsibus? target ? drive ?
111 cd* at scsibus? target ? drive ?
112
113 pseudo-device loop
114 pseudo-device pty 32
115 pseudo-device sl 2
116 pseudo-device kbd
117 pseudo-device ppp 2
118 pseudo-device tun 4
119 pseudo-device vnd 3
120 pseudo-device bpfilter 16
121