GENERIC revision 1.1.2.10 1 1.1.2.10 christos # $NetBSD: GENERIC,v 1.1.2.10 2005/12/11 10:28:19 christos Exp $
2 1.1.2.2 skrll #
3 1.1.2.2 skrll # GENERIC -- Generic kernel
4 1.1.2.2 skrll #
5 1.1.2.2 skrll
6 1.1.2.2 skrll include "arch/iyonix/conf/std.iyonix"
7 1.1.2.2 skrll
8 1.1.2.2 skrll options INCLUDE_CONFIG_FILE # embed config file in kernel binary
9 1.1.2.2 skrll options MSGBUFSIZE=65536
10 1.1.2.2 skrll
11 1.1.2.2 skrll # Enable the hooks used for initializing the root memory-disk.
12 1.1.2.2 skrll #options MEMORY_DISK_IS_ROOT # use memory disk as root
13 1.1.2.2 skrll # options MEMORY_DISK_HOOKS
14 1.1.2.2 skrll # options MEMORY_DISK_SERVER=0 # no userspace memory disk support
15 1.1.2.2 skrll # options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
16 1.1.2.2 skrll
17 1.1.2.2 skrll # estimated number of users
18 1.1.2.2 skrll
19 1.1.2.2 skrll maxusers 32
20 1.1.2.2 skrll
21 1.1.2.2 skrll # Standard system options
22 1.1.2.2 skrll
23 1.1.2.2 skrll options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
24 1.1.2.2 skrll #options NTP # NTP phase/frequency locked loop
25 1.1.2.2 skrll
26 1.1.2.2 skrll # CPU options
27 1.1.2.2 skrll
28 1.1.2.2 skrll # For XScale systems
29 1.1.2.2 skrll options CPU_XSCALE_80321 # Support the XScale core
30 1.1.2.2 skrll makeoptions CPUFLAGS="-mcpu=xscale"
31 1.1.2.2 skrll
32 1.1.2.2 skrll # Architecture options
33 1.1.2.2 skrll options XSCALE_CACHE_READ_WRITE_ALLOCATE
34 1.1.2.2 skrll #options HZ=512
35 1.1.2.2 skrll
36 1.1.2.2 skrll # File systems
37 1.1.2.2 skrll
38 1.1.2.2 skrll file-system FFS # UFS
39 1.1.2.2 skrll #file-system LFS # log-structured file system
40 1.1.2.2 skrll file-system MFS # memory file system
41 1.1.2.2 skrll file-system NFS # Network file system
42 1.1.2.2 skrll #file-system ADOSFS # AmigaDOS-compatible file system
43 1.1.2.2 skrll #file-system EXT2FS # second extended file system (linux)
44 1.1.2.2 skrll file-system CD9660 # ISO 9660 + Rock Ridge file system
45 1.1.2.2 skrll #file-system MSDOSFS # MS-DOS file system
46 1.1.2.2 skrll #file-system FDESC # /dev/fd
47 1.1.2.2 skrll file-system FILECORE # Acorn filecore file system
48 1.1.2.2 skrll #file-system KERNFS # /kern
49 1.1.2.2 skrll #file-system NULLFS # loopback file system
50 1.1.2.2 skrll #file-system PORTAL # portal filesystem (still experimental)
51 1.1.2.2 skrll #file-system PROCFS # /proc
52 1.1.2.2 skrll #file-system UMAPFS # NULLFS + uid and gid remapping
53 1.1.2.2 skrll #file-system UNION # union file system
54 1.1.2.9 skrll file-system PTYFS # /dev/pts/N support
55 1.1.2.9 skrll #file-system TMPFS # experimental - Efficient memory file-system
56 1.1.2.2 skrll
57 1.1.2.2 skrll # File system options
58 1.1.2.2 skrll #options QUOTA # UFS quotas
59 1.1.2.2 skrll #options FFS_EI # FFS Endian Independant support
60 1.1.2.2 skrll #options NFSSERVER
61 1.1.2.2 skrll #options SOFTDEP
62 1.1.2.6 skrll #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
63 1.1.2.10 christos options FFS_NO_SNAPSHOT # No FFS snapshot support
64 1.1.2.2 skrll
65 1.1.2.2 skrll # Networking options
66 1.1.2.2 skrll
67 1.1.2.2 skrll #options GATEWAY # packet forwarding
68 1.1.2.2 skrll options INET # IP + ICMP + TCP + UDP
69 1.1.2.2 skrll #options INET6 # IPV6
70 1.1.2.2 skrll #options IPSEC # IP security
71 1.1.2.2 skrll #options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
72 1.1.2.9 skrll #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
73 1.1.2.2 skrll #options IPSEC_DEBUG # debug for IP security
74 1.1.2.2 skrll #options MROUTING # IP multicast routing
75 1.1.2.2 skrll #options NS # XNS
76 1.1.2.2 skrll #options NSIP # XNS tunneling over IP
77 1.1.2.2 skrll #options ISO,TPIP # OSI
78 1.1.2.2 skrll #options EON # OSI tunneling over IP
79 1.1.2.2 skrll #options CCITT,LLC,HDLC # X.25
80 1.1.2.2 skrll #options NETATALK # AppleTalk networking
81 1.1.2.2 skrll #options PFIL_HOOKS # pfil(9) packet filter hooks
82 1.1.2.2 skrll #options PPP_BSDCOMP # BSD-Compress compression support for PPP
83 1.1.2.2 skrll #options PPP_DEFLATE # Deflate compression support for PPP
84 1.1.2.2 skrll #options PPP_FILTER # Active filter support for PPP (requires bpf)
85 1.1.2.2 skrll #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
86 1.1.2.2 skrll
87 1.1.2.2 skrll options NFS_BOOT_BOOTP
88 1.1.2.2 skrll options NFS_BOOT_DHCP
89 1.1.2.2 skrll #options NFS_BOOT_BOOTPARAM
90 1.1.2.2 skrll
91 1.1.2.2 skrll # Compatibility options
92 1.1.2.2 skrll
93 1.1.2.2 skrll options COMPAT_16 # NetBSD 1.6
94 1.1.2.9 skrll options COMPAT_30 # NetBSD 3.0 compatibility.
95 1.1.2.2 skrll options COMPAT_20 # NetBSD 2.0
96 1.1.2.2 skrll #options COMPAT_43 # 4.3BSD compatibility.
97 1.1.2.2 skrll #options COMPAT_16 # NetBSD 1.6 compatibility.
98 1.1.2.2 skrll #options COMPAT_15 # NetBSD 1.5 compatibility.
99 1.1.2.2 skrll #options COMPAT_14 # NetBSD 1.4 compatibility.
100 1.1.2.2 skrll #options COMPAT_13 # NetBSD 1.3 compatibility.
101 1.1.2.2 skrll #options COMPAT_12 # NetBSD 1.2 compatibility.
102 1.1.2.2 skrll #options COMPAT_11 # NetBSD 1.1 compatibility.
103 1.1.2.2 skrll #options COMPAT_10 # NetBSD 1.0 compatibility.
104 1.1.2.2 skrll #options COMPAT_09 # NetBSD 0.9 compatibility.
105 1.1.2.2 skrll #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
106 1.1.2.4 skrll options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
107 1.1.2.2 skrll
108 1.1.2.2 skrll # Shared memory options
109 1.1.2.2 skrll
110 1.1.2.2 skrll #options SYSVMSG # System V-like message queues
111 1.1.2.2 skrll #options SYSVSEM # System V-like semaphores
112 1.1.2.2 skrll #options SEMMNI=10 # number of semaphore identifiers
113 1.1.2.2 skrll #options SEMMNS=60 # number of semaphores in system
114 1.1.2.2 skrll #options SEMUME=10 # max number of undo entries per process
115 1.1.2.2 skrll #options SEMMNU=30 # number of undo structures in system
116 1.1.2.2 skrll #options SYSVSHM # System V-like memory sharing
117 1.1.2.2 skrll #options SHMMAXPGS=1024 # 1024 pages is the default
118 1.1.2.2 skrll
119 1.1.2.2 skrll # Device options
120 1.1.2.2 skrll
121 1.1.2.2 skrll #options MEMORY_DISK_HOOKS # boottime setup of ramdisk
122 1.1.2.2 skrll #options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks
123 1.1.2.2 skrll #options MEMORY_DISK_IS_ROOT # use memory disk as root
124 1.1.2.2 skrll
125 1.1.2.2 skrll # Console options. The default console is speed is 115200 baud.
126 1.1.2.2 skrll #options CONSPEED=9600 # Console speed
127 1.1.2.2 skrll
128 1.1.2.2 skrll # Miscellaneous kernel options
129 1.1.2.2 skrll options KTRACE # system call tracing, a la ktrace(1)
130 1.1.2.2 skrll options IRQSTATS # manage IRQ statistics
131 1.1.2.2 skrll #options LKM # loadable kernel modules
132 1.1.2.2 skrll #options KMEMSTATS # kernel memory statistics
133 1.1.2.2 skrll #options SCSIVERBOSE # Verbose SCSI errors
134 1.1.2.2 skrll options PCIVERBOSE # Verbose PCI descriptions
135 1.1.2.2 skrll options MIIVERBOSE # Verbose MII autoconfuration messages
136 1.1.2.2 skrll #options PCI_CONFIG_DUMP # verbosely dump PCI config space
137 1.1.2.2 skrll #options DDB_KEYCODE=0x40
138 1.1.2.2 skrll options USERCONF # userconf(4) support
139 1.1.2.2 skrll #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
140 1.1.2.2 skrll
141 1.1.2.2 skrll # Development and Debugging options
142 1.1.2.2 skrll
143 1.1.2.2 skrll options PERFCTRS # performance counters
144 1.1.2.9 skrll #options DIAGNOSTIC # internally consistency checks
145 1.1.2.9 skrll #options DEBUG
146 1.1.2.2 skrll #options PMAP_DEBUG # Enable pmap_debug_level code
147 1.1.2.2 skrll #options IPKDB # remote kernel debugging
148 1.1.2.2 skrll #options VERBOSE_INIT_ARM # verbose bootstraping messages
149 1.1.2.2 skrll options DDB # in-kernel debugger
150 1.1.2.2 skrll options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
151 1.1.2.2 skrll makeoptions DEBUG="-g" # compile full symbol table
152 1.1.2.10 christos options SYMTAB_SPACE=270000
153 1.1.2.2 skrll
154 1.1.2.2 skrll ##options PMAP_INCLUDE_PTE_SYNC
155 1.1.2.2 skrll ##options LOCKDEBUG
156 1.1.2.2 skrll
157 1.1.2.2 skrll ##config netbsd root on ? type ?
158 1.1.2.2 skrll config netbsd root on rtk0 type nfs
159 1.1.2.2 skrll #config netbsd-wm0 root on wm0 type nfs
160 1.1.2.2 skrll #config netbsd-wd0 root on wd0 type ffs
161 1.1.2.2 skrll #config netbsd-sd0 root on sd0 type ffs
162 1.1.2.2 skrll
163 1.1.2.2 skrll # The main bus device
164 1.1.2.2 skrll mainbus0 at root
165 1.1.2.2 skrll
166 1.1.2.2 skrll # The boot cpu
167 1.1.2.2 skrll cpu0 at mainbus?
168 1.1.2.2 skrll
169 1.1.2.2 skrll # i80321 I/O Processor peripheral support
170 1.1.2.2 skrll iopxs* at mainbus?
171 1.1.2.2 skrll
172 1.1.2.2 skrll iopaau* at iopxs? # Application Accelerator Unit
173 1.1.2.2 skrll iopiic* at iopxs? # I2C Controller Unit(s)
174 1.1.2.2 skrll iic0 at iopiic?
175 1.1.2.2 skrll iic1 at iopiic?
176 1.1.2.2 skrll iopwdog* at iopxs? # Watchdog timer
177 1.1.2.2 skrll pci0 at iopxs? bus ? # PCI/PCI-X support
178 1.1.2.2 skrll
179 1.1.2.2 skrll # PCI bridges
180 1.1.2.2 skrll ppb* at pci? dev ? function ?
181 1.1.2.2 skrll pci* at ppb? bus ?
182 1.1.2.2 skrll
183 1.1.2.2 skrll # VGA
184 1.1.2.2 skrll #vga* at pci? dev ? function ?
185 1.1.2.2 skrll
186 1.1.2.2 skrll # IDE and related devices
187 1.1.2.2 skrll # PCI IDE controllers - see pciide(4) for supported hardware.
188 1.1.2.2 skrll # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
189 1.1.2.2 skrll # how to set up DMA modes for this chip. This may work, or may cause
190 1.1.2.2 skrll # a machine hang with some controllers.
191 1.1.2.2 skrll pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
192 1.1.2.2 skrll acardide* at pci? dev ? function ? # Acard IDE controllers
193 1.1.2.2 skrll aceride* at pci? dev ? function ? # Acer Lab IDE controllers
194 1.1.2.2 skrll artsata* at pci? dev ? function ? # Intel i31244 SATA controller
195 1.1.2.2 skrll cmdide* at pci? dev ? function ? # CMD tech IDE controllers
196 1.1.2.2 skrll cypide* at pci? dev ? function ? # Cypress IDE controllers
197 1.1.2.2 skrll hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
198 1.1.2.2 skrll optiide* at pci? dev ? function ? # Opti IDE controllers
199 1.1.2.2 skrll pdcide* at pci? dev ? function ? # Promise IDE controllers
200 1.1.2.5 skrll pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
201 1.1.2.2 skrll rccide* at pci? dev ? function ? # ServerWorks IDE controllers
202 1.1.2.2 skrll satalink* at pci? dev ? function ? # SiI SATALink controllers
203 1.1.2.2 skrll siside* at pci? dev ? function ? # SiS IDE controllers
204 1.1.2.2 skrll slide* at pci? dev ? function ? # Symphony Labs IDE controllers
205 1.1.2.2 skrll stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers
206 1.1.2.2 skrll viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
207 1.1.2.2 skrll
208 1.1.2.2 skrll # ATA (IDE) bus support
209 1.1.2.2 skrll atabus* at ata?
210 1.1.2.2 skrll
211 1.1.2.2 skrll # IDE drives
212 1.1.2.2 skrll # Flags are used only with controllers that support DMA operations
213 1.1.2.2 skrll # and mode settings (e.g. some pciide controllers)
214 1.1.2.2 skrll # The lowest order four bits (rightmost digit) of the flags define the PIO
215 1.1.2.2 skrll # mode to use, the next set of four bits the DMA mode and the third set the
216 1.1.2.2 skrll # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
217 1.1.2.2 skrll # to use, and the last bit must be 1 for this setting to be used.
218 1.1.2.2 skrll # For DMA and UDMA, 0xf (1111) means 'disable'.
219 1.1.2.2 skrll # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
220 1.1.2.2 skrll # (0xc=1100, 0xa=1010, 0xf=1111)
221 1.1.2.2 skrll # 0x0000 means "use whatever the drive claims to support".
222 1.1.2.2 skrll wd* at atabus? drive ? flags 0x0000
223 1.1.2.2 skrll
224 1.1.2.2 skrll # ATA RAID configuration support, as found on some Promise controllers.
225 1.1.2.2 skrll pseudo-device ataraid
226 1.1.2.2 skrll ld* at ataraid? vendtype ? unit ?
227 1.1.2.2 skrll
228 1.1.2.2 skrll # ATAPI bus support
229 1.1.2.2 skrll atapibus* at atapi?
230 1.1.2.2 skrll
231 1.1.2.2 skrll # ATAPI devices
232 1.1.2.2 skrll # flags have the same meaning as for IDE drives.
233 1.1.2.2 skrll # XXX No DMA on IDE devices for now
234 1.1.2.2 skrll cd* at atapibus? drive ? flags 0x0ff0 # ATAPI CD-ROM drives
235 1.1.2.2 skrll sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
236 1.1.2.2 skrll st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
237 1.1.2.2 skrll uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
238 1.1.2.2 skrll
239 1.1.2.2 skrll # PCI network interfaces
240 1.1.2.2 skrll # an* at pci? dev ? function ? # Aironet PC4500/PC4800 (802.11)
241 1.1.2.2 skrll # ath* at pci? dev ? function ? # Atheros 5210/5211/5212 802.11
242 1.1.2.2 skrll # atw* at pci? dev ? function ? # ADMtek ADM8211 (802.11)
243 1.1.2.2 skrll # bce* at pci? dev ? function ? # Broadcom 4401 10/100 Ethernet
244 1.1.2.2 skrll # bge* at pci? dev ? function ? # Broadcom 570x gigabit Ethernet
245 1.1.2.2 skrll # en* at pci? dev ? function ? # ENI/Adaptec ATM
246 1.1.2.2 skrll # ep* at pci? dev ? function ? # 3Com 3c59x
247 1.1.2.2 skrll # epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
248 1.1.2.2 skrll # esh* at pci? dev ? function ? # Essential HIPPI card
249 1.1.2.2 skrll # ex* at pci? dev ? function ? # 3Com 90x[BC]
250 1.1.2.2 skrll # fpa* at pci? dev ? function ? # DEC DEFPA FDDI
251 1.1.2.2 skrll # fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
252 1.1.2.2 skrll # gsip* at pci? dev ? function ? # NS83820 Gigabit Ethernet
253 1.1.2.2 skrll #hme* at pci? dev ? function ? # Sun Microelectronics STP2002-STQ
254 1.1.2.2 skrll # le* at pci? dev ? function ? # PCnet-PCI Ethernet
255 1.1.2.2 skrll # lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
256 1.1.2.2 skrll # mtd* at pci? dev ? function ? # Myson MTD803 3-in-1 Ethernet
257 1.1.2.2 skrll # ne* at pci? dev ? function ? # NE2000-compatible Ethernet
258 1.1.2.2 skrll # ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
259 1.1.2.2 skrll # pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet
260 1.1.2.2 skrll # re* at pci? dev ? function ? # Realtek 8139C+/8169/8169S/8110S
261 1.1.2.2 skrll rtk* at pci? dev ? function ? # Realtek 8129/8139
262 1.1.2.2 skrll # sf* at pci? dev ? function ? # Adaptec AIC-6915 Ethernet
263 1.1.2.2 skrll # sip* at pci? dev ? function ? # SiS 900/DP83815 Ethernet
264 1.1.2.2 skrll # skc* at pci? dev ? function ? # SysKonnect SK9821 Gigabit Ethernet
265 1.1.2.2 skrll # sk* at skc? # SysKonnect SK9821 Gigabit Ethernet
266 1.1.2.2 skrll # ste* at pci? dev ? function ? # Sundance ST-201 Ethernet
267 1.1.2.2 skrll # stge* at pci? dev ? function ? # Sundance/Tamarack TC9021 Gigabit
268 1.1.2.2 skrll # ti* at pci? dev ? function ? # Alteon ACEnic gigabit Ethernet
269 1.1.2.2 skrll # tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
270 1.1.2.2 skrll # tlp* at pci? dev ? function ? # DECchip 21x4x and clones
271 1.1.2.2 skrll # vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
272 1.1.2.2 skrll # wi* at pci? dev ? function ? # Intersil Prism Mini-PCI (802.11b)
273 1.1.2.2 skrll wm* at pci? dev ? function ? # Intel 8254x gigabit
274 1.1.2.2 skrll
275 1.1.2.2 skrll # MII/PHY support
276 1.1.2.2 skrll acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
277 1.1.2.2 skrll amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
278 1.1.2.2 skrll bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
279 1.1.2.2 skrll brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
280 1.1.2.2 skrll dmphy* at mii? phy ? # Davicom DM9101 PHYs
281 1.1.2.2 skrll exphy* at mii? phy ? # 3Com internal PHYs
282 1.1.2.2 skrll gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
283 1.1.2.2 skrll glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
284 1.1.2.2 skrll gphyter* at mii? phy ? # NS83861 Gig-E PHY
285 1.1.2.2 skrll icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
286 1.1.2.2 skrll igphy* at mii? phy ? # Intel IGP01E1000
287 1.1.2.2 skrll inphy* at mii? phy ? # Intel 82555 PHYs
288 1.1.2.2 skrll iophy* at mii? phy ? # Intel 82553 PHYs
289 1.1.2.2 skrll lxtphy* at mii? phy ? # Level One LXT-970 PHYs
290 1.1.2.2 skrll makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
291 1.1.2.2 skrll nsphy* at mii? phy ? # NS83840 PHYs
292 1.1.2.2 skrll nsphyter* at mii? phy ? # NS83843 PHYs
293 1.1.2.2 skrll pnaphy* at mii? phy ? # generic HomePNA PHYs
294 1.1.2.2 skrll qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
295 1.1.2.2 skrll sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
296 1.1.2.2 skrll tlphy* at mii? phy ? # ThunderLAN PHYs
297 1.1.2.2 skrll tqphy* at mii? phy ? # TDK Semiconductor PHYs
298 1.1.2.2 skrll ukphy* at mii? phy ? # generic unknown PHYs
299 1.1.2.2 skrll urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
300 1.1.2.2 skrll
301 1.1.2.2 skrll # USB Controller and Devices
302 1.1.2.2 skrll
303 1.1.2.2 skrll # PCI USB controllers
304 1.1.2.2 skrll # The EHCI is not ready for prime time.
305 1.1.2.2 skrll #ehci* at pci? dev ? function ? # Enhanced Host Controller
306 1.1.2.2 skrll ohci* at pci? dev ? function ? # Open Host Controller
307 1.1.2.2 skrll uhci* at pci? dev ? function ? # Universal Host Controller (Intel)
308 1.1.2.2 skrll
309 1.1.2.2 skrll # CardBus USB controllers
310 1.1.2.9 skrll #ehci* at cardbus? function ? # Enhanced Host Controller
311 1.1.2.9 skrll #ohci* at cardbus? function ? # Open Host Controller
312 1.1.2.2 skrll
313 1.1.2.2 skrll # ISA USB controllers
314 1.1.2.2 skrll #slhci0 at isa? port 0x300 irq 5 # ScanLogic SL811HS
315 1.1.2.2 skrll
316 1.1.2.2 skrll # USB bus support
317 1.1.2.2 skrll #usb* at ehci?
318 1.1.2.2 skrll usb* at ohci?
319 1.1.2.2 skrll usb* at uhci?
320 1.1.2.2 skrll #usb* at slhci?
321 1.1.2.2 skrll
322 1.1.2.2 skrll # USB Hubs
323 1.1.2.2 skrll # uhub* at usb?
324 1.1.2.2 skrll # uhub* at uhub? port ? configuration ? interface ?
325 1.1.2.2 skrll
326 1.1.2.2 skrll # USB HID device
327 1.1.2.2 skrll # uhidev* at uhub? port ? configuration ? interface ?
328 1.1.2.2 skrll
329 1.1.2.2 skrll # USB Mice
330 1.1.2.2 skrll # ums* at uhidev? reportid ?
331 1.1.2.2 skrll # wsmouse* at ums? mux 0
332 1.1.2.2 skrll
333 1.1.2.2 skrll # USB eGalax touch-panel
334 1.1.2.2 skrll # uep* at uhub? port ?
335 1.1.2.2 skrll # wsmouse* at uep? mux 0
336 1.1.2.2 skrll
337 1.1.2.2 skrll # USB Keyboards
338 1.1.2.2 skrll # ukbd* at uhidev? reportid ?
339 1.1.2.2 skrll # wskbd* at ukbd? console ? mux 1
340 1.1.2.2 skrll
341 1.1.2.9 skrll # USB serial adpater
342 1.1.2.9 skrll # ucycom* at uhidev? reportid ?
343 1.1.2.9 skrll
344 1.1.2.2 skrll # USB Generic HID devices
345 1.1.2.2 skrll # uhid* at uhidev? reportid ?
346 1.1.2.2 skrll
347 1.1.2.2 skrll # USB Printer
348 1.1.2.2 skrll # ulpt* at uhub? port ? configuration ? interface ?
349 1.1.2.2 skrll
350 1.1.2.2 skrll # USB Modem
351 1.1.2.2 skrll # umodem* at uhub? port ? configuration ?
352 1.1.2.2 skrll # ucom* at umodem?
353 1.1.2.2 skrll
354 1.1.2.2 skrll # USB Mass Storage
355 1.1.2.2 skrll # umass* at uhub? port ? configuration ? interface ?
356 1.1.2.2 skrll # scsibus* at umass?
357 1.1.2.2 skrll # wd* at umass?
358 1.1.2.2 skrll
359 1.1.2.2 skrll # USB audio
360 1.1.2.2 skrll # uaudio* at uhub? port ? configuration ?
361 1.1.2.2 skrll
362 1.1.2.2 skrll # USB MIDI
363 1.1.2.2 skrll # umidi* at uhub? port ? configuration ?
364 1.1.2.2 skrll
365 1.1.2.2 skrll # USB IrDA
366 1.1.2.2 skrll # USB-IrDA bridge spec
367 1.1.2.2 skrll # uirda* at uhub? port ? configuration ? interface ?
368 1.1.2.2 skrll # irframe* at uirda?
369 1.1.2.2 skrll
370 1.1.2.2 skrll # SigmaTel STIr4200 USB/IrDA Bridge
371 1.1.2.2 skrll # ustir* at uhub? port ?
372 1.1.2.2 skrll # irframe* at ustir?
373 1.1.2.2 skrll
374 1.1.2.2 skrll # USB Ethernet adapters
375 1.1.2.2 skrll # aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
376 1.1.2.3 skrll # axe* at uhub? port ? # ASIX AX88172 based adapters
377 1.1.2.2 skrll # cue* at uhub? port ? # CATC USB-EL1201A based adapters
378 1.1.2.2 skrll # kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
379 1.1.2.2 skrll # udav* at uhub? port ? # Davicom DM9601 based adapters
380 1.1.2.2 skrll # url* at uhub? port ? # Realtek RTL8150L based adapters
381 1.1.2.2 skrll
382 1.1.2.2 skrll # Prolific PL2301/PL2302 host-to-host adapter
383 1.1.2.2 skrll # upl* at uhub? port ?
384 1.1.2.2 skrll
385 1.1.2.2 skrll # Serial adapters
386 1.1.2.2 skrll # ubsa* at uhub? port ? # Belkin serial adapter
387 1.1.2.2 skrll # ucom* at ubsa? portno ?
388 1.1.2.2 skrll
389 1.1.2.2 skrll # uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
390 1.1.2.2 skrll # ucom* at uftdi? portno ?
391 1.1.2.2 skrll
392 1.1.2.2 skrll # umct* at uhub? port ? # MCT USB-RS232 serial adapter
393 1.1.2.2 skrll # ucom* at umct? portno ?
394 1.1.2.2 skrll
395 1.1.2.2 skrll # uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
396 1.1.2.2 skrll # ucom* at uplcom? portno ?
397 1.1.2.2 skrll
398 1.1.2.2 skrll # uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
399 1.1.2.2 skrll # ucom* at uvscom? portno ?
400 1.1.2.2 skrll
401 1.1.2.2 skrll # Diamond Multimedia Rio 500
402 1.1.2.2 skrll # urio* at uhub? port ?
403 1.1.2.2 skrll
404 1.1.2.2 skrll # USB Handspring Visor
405 1.1.2.2 skrll # uvisor* at uhub? port ?
406 1.1.2.2 skrll # ucom* at uvisor?
407 1.1.2.2 skrll
408 1.1.2.9 skrll # Kyocera AIR-EDGE PHONE
409 1.1.2.9 skrll #ukyopon* at uhub? port ?
410 1.1.2.9 skrll #ucom* at ukyopon? portno ?
411 1.1.2.9 skrll
412 1.1.2.2 skrll # USB scanners
413 1.1.2.2 skrll # uscanner* at uhub? port ?
414 1.1.2.2 skrll
415 1.1.2.2 skrll # USB scanners that use SCSI emulation, e.g., HP5300
416 1.1.2.2 skrll # usscanner* at uhub? port ?
417 1.1.2.2 skrll
418 1.1.2.2 skrll # Y@P firmware loader
419 1.1.2.2 skrll # uyap* at uhub? port ?
420 1.1.2.2 skrll
421 1.1.2.2 skrll # D-Link DSB-R100 USB radio
422 1.1.2.2 skrll # udsbr* at uhub? port ?
423 1.1.2.2 skrll # radio* at udsbr?
424 1.1.2.2 skrll
425 1.1.2.2 skrll # USB Generic driver
426 1.1.2.2 skrll # ugen* at uhub? port ?
427 1.1.2.2 skrll
428 1.1.2.2 skrll
429 1.1.2.2 skrll # IrDA and Consumer Ir devices
430 1.1.2.2 skrll
431 1.1.2.2 skrll # Toshiba Oboe
432 1.1.2.2 skrll # oboe* at pci? dev ? function ?
433 1.1.2.2 skrll # irframe* at oboe?
434 1.1.2.2 skrll
435 1.1.2.2 skrll # PCI IEEE1394 controllers
436 1.1.2.2 skrll #fwohci* at pci? dev ? function ? # IEEE1394 Open Host Controller
437 1.1.2.2 skrll
438 1.1.2.2 skrll # CardBus IEEE1394 controllers
439 1.1.2.9 skrll #fwohci* at cardbus? function ? # IEEE1394 Open Host Controller
440 1.1.2.2 skrll
441 1.1.2.2 skrll #fw* at fwbus? # IP over 1394
442 1.1.2.2 skrll
443 1.1.2.2 skrll # IEEE1394 nodes
444 1.1.2.2 skrll #fwnode* at fwbus? idhi ? idlo ?
445 1.1.2.2 skrll #sbpscsi* at fwnode?
446 1.1.2.2 skrll #scsibus* at sbpscsi?
447 1.1.2.2 skrll
448 1.1.2.2 skrll # Audio Devices
449 1.1.2.2 skrll
450 1.1.2.2 skrll # PCI audio devices
451 1.1.2.2 skrll auich* at pci? dev ? function ? # Intel ICH integrated AC'97 Audio
452 1.1.2.2 skrll autri* at pci? dev ? function ? # Trident 4DWAVE based AC'97 Audio
453 1.1.2.2 skrll auvia* at pci? dev ? function ? # VIA VT82C686A integrated AC'97 Audio
454 1.1.2.2 skrll clcs* at pci? dev ? function ? # Cirrus Logic CS4280
455 1.1.2.2 skrll clct* at pci? dev ? function ? # Cirrus Logic CS4281
456 1.1.2.2 skrll cmpci* at pci? dev ? function ? # C-Media CMI8338/8738
457 1.1.2.2 skrll eap* at pci? dev ? function ? # Ensoniq AudioPCI
458 1.1.2.2 skrll emuxki* at pci? dev ? function ? # Creative SBLive! and PCI512
459 1.1.2.2 skrll esa* at pci? dev ? function ? # ESS Allegro-1 / Maestro-3 PCI Audio
460 1.1.2.2 skrll esm* at pci? dev ? function ? # ESS Maestro-1/2/2e PCI Audio Accelerator
461 1.1.2.2 skrll eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
462 1.1.2.2 skrll fms* at pci? dev ? function ? # Forte Media FM801
463 1.1.2.2 skrll neo* at pci? dev ? function ? # NeoMagic 256 AC'97 Audio
464 1.1.2.2 skrll sv* at pci? dev ? function ? # S3 SonicVibes
465 1.1.2.2 skrll yds* at pci? dev ? function ? # Yamaha DS-1 PCI Audio
466 1.1.2.2 skrll
467 1.1.2.2 skrll # OPL[23] FM synthesizers
468 1.1.2.2 skrll opl* at cmpci? flags 1
469 1.1.2.2 skrll opl* at eso?
470 1.1.2.2 skrll opl* at fms?
471 1.1.2.2 skrll opl* at sv?
472 1.1.2.2 skrll opl* at yds?
473 1.1.2.2 skrll
474 1.1.2.2 skrll # Audio support
475 1.1.2.2 skrll audio* at audiobus?
476 1.1.2.2 skrll
477 1.1.2.2 skrll # MPU 401 UARTs
478 1.1.2.2 skrll mpu* at cmpci?
479 1.1.2.2 skrll mpu* at eso?
480 1.1.2.2 skrll mpu* at fms?
481 1.1.2.2 skrll mpu* at yds?
482 1.1.2.2 skrll
483 1.1.2.2 skrll # MIDI support
484 1.1.2.2 skrll midi* at midibus?
485 1.1.2.2 skrll
486 1.1.2.2 skrll # On-board device support
487 1.1.2.2 skrll obio* at mainbus?
488 1.1.2.2 skrll #com1 at obio? addr 0x900003e8 xint 1 # on-board UART
489 1.1.2.2 skrll com0 at obio? addr 0x900002f8 xint 1 # on-board UART
490 1.1.2.2 skrll #com* at obio? addr 0x900003e8 xint 1 # on-board UART
491 1.1.2.2 skrll #com* at obio? addr 0x900003f8 xint 1 # on-board UART
492 1.1.2.2 skrll
493 1.1.2.2 skrll # Pseudo-Devices
494 1.1.2.2 skrll
495 1.1.2.2 skrll # disk/mass storage pseudo-devices
496 1.1.2.2 skrll pseudo-device md 1 # memory disk device (ramdisk)
497 1.1.2.2 skrll #pseudo-device vnd 4 # disk-like interface to files
498 1.1.2.9 skrll #options VND_COMPRESSION # compressed vnd(4)
499 1.1.2.6 skrll pseudo-device fss 4 # file system snapshot device
500 1.1.2.2 skrll
501 1.1.2.2 skrll # network pseudo-devices
502 1.1.2.2 skrll pseudo-device bpfilter 4 # Berkeley packet filter
503 1.1.2.2 skrll pseudo-device loop # network loopback
504 1.1.2.2 skrll #pseudo-device kttcp # network loopback
505 1.1.2.2 skrll
506 1.1.2.2 skrll # miscellaneous pseudo-devices
507 1.1.2.2 skrll pseudo-device pty # pseudo-terminals
508 1.1.2.2 skrll pseudo-device rnd # /dev/random and in-kernel generator
509 1.1.2.2 skrll pseudo-device clockctl # user control of clock subsystem
510 1.1.2.2 skrll pseudo-device ksyms # /dev/ksyms
511 1.1.2.2 skrll
512 1.1.2.2 skrll # data mover pseudo-devices
513 1.1.2.2 skrll #pseudo-device swdmover # softare dmover(9) back-end
514 1.1.2.2 skrll #pseudo-device dmoverio # /dev/dmover dmover(9) interface
515 1.1.2.10 christos
516 1.1.2.10 christos # Veriexec
517 1.1.2.10 christos #options VERIFIED_EXEC
518 1.1.2.10 christos #
519 1.1.2.10 christos # a pseudo device needed for veriexec
520 1.1.2.10 christos #pseudo-device veriexec 1
521 1.1.2.10 christos #
522 1.1.2.10 christos # Uncomment the fingerprint methods below that are desired. Note that
523 1.1.2.10 christos # removing fingerprint methods will have almost no impact on the kernel
524 1.1.2.10 christos # code size.
525 1.1.2.10 christos #
526 1.1.2.10 christos #options VERIFIED_EXEC_FP_RMD160
527 1.1.2.10 christos #options VERIFIED_EXEC_FP_SHA256
528 1.1.2.10 christos #options VERIFIED_EXEC_FP_SHA384
529 1.1.2.10 christos #options VERIFIED_EXEC_FP_SHA512
530 1.1.2.10 christos #options VERIFIED_EXEC_FP_SHA1
531 1.1.2.10 christos #options VERIFIED_EXEC_FP_MD5
532