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