GENERIC_SCSI3 revision 1.10 1 # $NetBSD: GENERIC_SCSI3,v 1.10 1995/07/08 21:33:51 pk Exp $
2
3 machine sparc
4 options "SUN4", "SUN4C"
5 #options MMU_3L
6 #options DDB,DEBUG,DIAGNOSTIC
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 options PROCFS # /proc
35 options CD9660 # ISO 9660 + Rock Ridge file system
36 options UNION # union file system
37
38 # Networking options
39 options INET
40 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
41 #options GATEWAY # IP packet forwarding
42 #options ISO # OSI networking
43 #options TPIP
44 #options EON
45 options COMPAT_43
46
47 options LKM
48
49 # Options for SPARCstation hardware
50 options COMPAT_SUNOS # compatibility with SunOS binaries
51 options COMPAT_SVR4 # compatibility with SVR4 binaries
52
53 config netbsd swap generic
54
55 mainbus0 at root
56 cpu0 at mainbus0
57
58 sbus0 at mainbus0
59 obio0 at mainbus0
60 vmes0 at mainbus0
61 vmel0 at mainbus0
62
63 audio0 at mainbus0
64 auxreg0 at mainbus0
65 clock0 at mainbus0
66 clock0 at obio0 addr 0xf2000000
67 oclock0 at obio0 addr 0xf3000000
68 oclock0 at obio0 addr 0x03000000 # 4/100
69 memreg0 at mainbus0
70 memreg0 at obio0 addr 0xf4000000
71 memreg0 at obio0 addr 0x04000000 # 4/100
72 timer0 at mainbus0
73 timer0 at obio0 addr 0xef000000
74
75 zs0 at mainbus0
76 zs0 at obio0 addr 0xf1000000 level 12 flags 0x103
77 zs0 at obio0 addr 0x01000000 level 12 flags 0x103 # 4/100
78 zs1 at mainbus0
79 zs1 at obio0 addr 0xf0000000 level 12 flags 0x103
80 zs1 at obio0 addr 0x00000000 level 12 flags 0x103 # 4/100
81 zs2 at obio0 addr 0xe0000000 level 12 flags 0x103
82
83 # FSBE/S or sun4m
84 espdma0 at sbus0 slot ? offset ?
85 espdma* at sbus0 slot ? offset ?
86 esp0 at espdma? slot ? offset ?
87 esp* at espdma? slot ? offset ?
88
89 # old sun4c SCSI
90 dma0 at sbus0 slot ? offset ?
91 dma* at sbus0 slot ? offset ?
92 dma0 at obio0 addr 0xfa001000 level 4
93 esp0 at sbus0 slot ? offset ?
94 esp* at sbus0 slot ? offset ?
95 esp0 at obio0 addr 0xfa000000 level 4
96
97 # old sun4c
98 le0 at sbus? slot ? offset ?
99 le* at sbus? slot ? offset ?
100 le0 at obio0 addr 0xf9000000 level 6
101
102 ie0 at obio0 addr 0xf6000000 level 6
103 ie0 at obio0 addr 0x06000000 level 6 # 4/100
104 ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75
105 ie2 at vmes0 addr 0xff31ff02 level 5 vect 0x76
106 ie3 at vmes0 addr 0xff35ff02 level 5 vect 0x77
107 ie4 at vmes0 addr 0xff2dff02 level 5 vect 0x7c
108
109 xdc0 at vmel0 addr 0xffffee80 level 3 vect 0x44
110 xdc1 at vmel0 addr 0xffffee90 level 3 vect 0x45
111 xdc2 at vmel0 addr 0xffffeea0 level 3 vect 0x46
112 xdc3 at vmel0 addr 0xffffeeb0 level 3 vect 0x47
113 xd* at xdc? drive ?
114
115 si0 at vmes0 addr 0xff200000 level 2 vect 0x40
116
117 bwtwo0 at sbus? slot ? offset ?
118 bwtwo* at sbus? slot ? offset ?
119 cgthree0 at sbus? slot ? offset ?
120 cgthree* at sbus? slot ? offset ?
121 cgsix0 at sbus? slot ? offset ?
122 cgsix* at sbus? slot ? offset ?
123
124 scsibus* at esp?
125
126 # Map scsi-id 3 to sd0; no questions asked. Map the remaining drives
127 # in the default order. This is because SunOS's rom swaps scsi-id 3 to
128 # sd0, and scsi-id 0 to sd3.
129 sd0 at scsibus? target 3 lun ?
130 sd* at scsibus? target ? lun ?
131 st* at scsibus? target ? lun ?
132 cd* at scsibus? target ? lun ?
133
134 fdc0 at mainbus0
135 fd* at fdc0
136
137 pseudo-device loop
138 pseudo-device pty 32
139 pseudo-device sl 2
140 pseudo-device kbd
141 pseudo-device ppp 2
142 pseudo-device tun 4
143 pseudo-device vnd 3
144 pseudo-device bpfilter 16
145