Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / i386 / conf / XEN3_DOM0
blob74a4beb6429a61f81b09e8de913e244c45aa3466
1 #       $NetBSD: XEN3_DOM0,v 1.26 2010/01/03 03:53:34 dholland Exp $
3 #       XEN3_0: Xen 3.0 domain0 kernel
5 include         "arch/xen/conf/std.xen"
7 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
9 #options        UVMHIST
10 #options        UVMHIST_PRINT
11 #options        SYSCALL_DEBUG
13 maxusers        32              # estimated number of users
16 options         XEN
17 #options         __XEN_INTERFACE_VERSION__=0x00030205 # Xen 3.1 interface
19 # boot messages with MPBIOS, acpi and ioapic can be quite large
20 options         MSGBUFSIZE=24576
22 options         DOM0OPS
23 # making MCLBYTES = PAGE_SIZE avoids a copy when a mbuf cluster is sent
24 # to a domU, at the expense of a higher memory usage by the network stack.
25 #options        MCLSHIFT=12
27 makeoptions     CPUFLAGS="-march=i686"
29 #options        VM86            # virtual 8086 emulation
30 #options        USER_LDT        # user-settable LDT; used by WINE
32 # Enhanced SpeedStep Technology in the Pentium M
33 options         ENHANCED_SPEEDSTEP
34 #options        EST_FREQ_USERWRITE      # any user can set frequency
36 # AMD PowerNow! K7
37 options         POWERNOW_K7
39 # AMD PowerNow! and Cool`n'Quiet technology
40 options         POWERNOW_K8
42 #options        MTRR            # memory-type range register syscall support
44 #options        CONSDEVNAME="\"xencons\""
45 #options        CONS_OVERRIDE
47 options         INSECURE        # disable kernel security levels - X needs this
49 options         RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
50 options         NTP             # NTP phase/frequency locked loop
52 options         KTRACE          # system call tracing via ktrace(1)
54 options         SYSVMSG         # System V-like message queues
55 options         SYSVSEM         # System V-like semaphores
56 #options        SEMMNI=10       # number of semaphore identifiers
57 #options        SEMMNS=60       # number of semaphores in system
58 #options        SEMUME=10       # max number of undo entries per process
59 #options        SEMMNU=30       # number of undo structures in system
60 options         SYSVSHM         # System V-like memory sharing
61 #options        SHMMAXPGS=2048  # 2048 pages is the default
62 options         P1003_1B_SEMAPHORE      # p1003.1b semaphore support
65 options         USERCONF        # userconf(4) support
66 options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
68 # Diagnostic/debugging support options
69 options         DIAGNOSTIC      # expensive kernel consistency checks
70 options         DEBUG           # expensive debugging checks/support 
71 options         KMEMSTATS       # kernel memory statistics (vmstat -m)
72 options         DDB             # in-kernel debugger
73 options         DDB_ONPANIC=1   # see also sysctl(8): `ddb.onpanic'
74 options         DDB_HISTORY_SIZE=512    # enable history editing in DDB
75 #options        KGDB            # remote debugger
76 #options        KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600
77 #makeoptions    DEBUG="-g"      # compile full symbol table
79 # Compatibility options
80 options         COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI
81 options         COMPAT_09       # NetBSD 0.9
82 options         COMPAT_10       # NetBSD 1.0
83 options         COMPAT_11       # NetBSD 1.1
84 options         COMPAT_12       # NetBSD 1.2, 386BSD, and BSDI
85 options         COMPAT_13       # NetBSD 1.3, 386BSD, and BSDI
86 options         COMPAT_14       # NetBSD 1.4
87 options         COMPAT_15       # NetBSD 1.5
88 options         COMPAT_16       # NetBSD 1.6
89 options         COMPAT_20       # NetBSD 2.0
90 options         COMPAT_30       # NetBSD 3.0 compatibility.
91 options         COMPAT_40       # NetBSD 4.0
92 options         COMPAT_43       # 4.3BSD, 386BSD, and BSDI
93 options         COMPAT_50       # NetBSD 5.0
94 options         COMPAT_386BSD_MBRPART # recognize old partition ID
95 #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
97 options         COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
98 options         COMPAT_SVR4     # binary compatibility with SVR4
99 options         COMPAT_IBCS2    # binary compatibility with SCO and ISC
100 options         COMPAT_LINUX    # binary compatibility with Linux
101 options         COMPAT_FREEBSD  # binary compatibility with FreeBSD
102 #options        COMPAT_MACH     # binary compatibility with Mach binaries
103 #options        COMPAT_DARWIN   # binary compatibility with Darwin binaries
104 #options        EXEC_MACHO      # exec MACH-O binaries
105 #options        COMPAT_PECOFF   # kernel support to run Win32 apps
106 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
108 # File systems
109 file-system     FFS             # UFS
110 file-system     EXT2FS          # second extended file system (linux)
111 file-system     LFS             # log-structured file system
112 file-system     MFS             # memory file system
113 file-system     NFS             # Network File System client
114 file-system     NTFS            # Windows/NT file system (experimental)
115 file-system     CD9660          # ISO 9660 + Rock Ridge file system
116 file-system     MSDOSFS         # MS-DOS file system
117 file-system     FDESC           # /dev/fd
118 file-system     KERNFS          # /kern
119 file-system     NULLFS          # loopback file system
120 file-system     OVERLAY         # overlay file system
121 file-system     PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
122 file-system     PROCFS          # /proc
123 file-system     UMAPFS          # NULLFS + uid and gid remapping
124 file-system     UNION           # union file system
125 file-system     CODA            # Coda File System; also needs vcoda (below)
126 file-system     SMBFS           # experimental - CIFS; also needs nsmb (below)
127 file-system     PTYFS           # /dev/pts/N support
128 file-system     TMPFS           # Efficient memory file-system
130 # File system options
131 options         QUOTA           # UFS quotas
132 #options        FFS_EI          # FFS Endian Independent support
133 options         WAPBL           # File system journaling support - Experimental
134 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
135 options         NFSSERVER       # Network File System server
136 #options        FFS_NO_SNAPSHOT # No FFS snapshot support
137 #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
138                                 # immutable) behave as system flags.
140 # Networking options
141 #options        GATEWAY         # packet forwarding
142 options         INET            # IP + ICMP + TCP + UDP
143 options         INET6           # IPv6
144 #options        IPSEC           # IP security
145 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
146 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
147 #options        IPSEC_DEBUG     # debug for IP security
148 #options        MROUTING        # IP multicast routing
149 #options        PIM             # Protocol Independent Multicast
150 #options        ISO,TPIP        # OSI
151 #options        EON             # OSI tunneling over IP
152 options         NETATALK        # AppleTalk networking protocols
153 options         PPP_BSDCOMP     # BSD-Compress compression support for PPP
154 options         PPP_DEFLATE     # Deflate compression support for PPP
155 options         PPP_FILTER      # Active filter support for PPP (requires bpf)
156 options         PFIL_HOOKS      # pfil(9) packet filter hooks
157 options         IPFILTER_LOG    # ipmon(8) log support
158 options         IPFILTER_LOOKUP # ippool(8) support
159 #options        IPFILTER_DEFAULT_BLOCK  # block all packets by default
160 #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
162 #options        ALTQ            # Manipulate network interfaces' output queues
163 #options        ALTQ_BLUE       # Stochastic Fair Blue
164 #options        ALTQ_CBQ        # Class-Based Queueing
165 #options        ALTQ_CDNR       # Diffserv Traffic Conditioner
166 #options        ALTQ_FIFOQ      # First-In First-Out Queue
167 #options        ALTQ_FLOWVALVE  # RED/flow-valve (red-penalty-box)
168 #options        ALTQ_HFSC       # Hierarchical Fair Service Curve
169 #options        ALTQ_LOCALQ     # Local queueing discipline
170 #options        ALTQ_PRIQ       # Priority Queueing
171 #options        ALTQ_RED        # Random Early Detection
172 #options        ALTQ_RIO        # RED with IN/OUT
173 #options        ALTQ_WFQ        # Weighted Fair Queueing
175 # These options enable verbose messages for several subsystems.
176 # Warning, these may compile large string tables into the kernel!
177 options         MIIVERBOSE      # verbose PHY autoconfig messages
178 options         PCIVERBOSE      # verbose PCI device autoconfig messages
179 #options        PCI_CONFIG_DUMP # verbosely dump PCI config space
180 options         SCSIVERBOSE     # human readable SCSI error messages
181 options         USBVERBOSE      # verbose USB device autoconfig messages
183 options         NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
184 #options        NFS_BOOT_BOOTSTATIC
185 #options        NFS_BOOTSTATIC_MYIP="\"169.254.1.2\""
186 #options        NFS_BOOTSTATIC_GWIP="\"169.254.1.1\""
187 #options        NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
188 #options        NFS_BOOTSTATIC_SERVADDR="\"169.254.1.1\""
189 #options        NFS_BOOTSTATIC_SERVER="\"server:/path/to/root\""
191 options         WSEMUL_VT100            # VT100 / VT220 emulation
192 options         WS_KERNEL_FG=WSCOL_GREEN
193 options         WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
194 options         WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
195 options         WSDISPLAY_COMPAT_USL            # VT handling
196 options         WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
197 options         WSDISPLAY_DEFAULTSCREENS=4
198 options         WSDISPLAY_SCROLLSUPPORT
199 options         PCDISPLAY_SOFTCURSOR
201 config          netbsd  root on ? type ?
202 #config         netbsd  root on wd0a type ffs
203 #config         netbsd  root on xennet0 type nfs
205 mainbus0 at root
207 cpu* at mainbus?
209 # IPMI support
210 ipmi0           at mainbus?
212 hypervisor*     at mainbus?             # Xen hypervisor
214 vcpu*           at hypervisor?          # Xen virtual CPUs
215 xenbus*         at hypervisor?          # Xen virtual bus
216 npx0            at hypervisor?          # x86 math coprocessor
218 xencons*        at hypervisor?          # Xen virtual console
219 #xennet*        at hypervisor?          # Xen virtual network interface
221 #xbd*           at hypervisor?          # Xen virtual block device
222 #wd*            at hypervisor?          # Xen vbd (wd identity)
223 #sd*            at hypervisor?          # Xen vbd (sd identity)
224 #cd*            at hypervisor?          # Xen vbd (cd identity)
226 # PCI bus support
227 pci*            at hypervisor? bus ?
228 pci*            at pchb? bus ?
230 # PCI bridges
231 ichlpcib* at pci? dev ? function ?      # Intel ICH PCI-ISA w/ timecounter,
232                                         # watchdog and SpeedStep support
233 pcib*   at pci? dev ? function ?        # PCI-ISA bridges
234 pchb*   at pci? dev ? function ?        # PCI-Host bridges
235 ppb*    at pci? dev ? function ?        # PCI-PCI bridges
236 # XXX 'puc's aren't really bridges, but there's no better place for them here
237 puc*    at pci? dev ? function ?        # PCI "universal" comm. cards
239 agp*    at pchb?
241 # ISA bus support
242 isa0    at ichlpcib?
243 isa0    at pcib?
244 isa0    at hypervisor?
246 # Serial Devices
248 # PCI serial interfaces
249 com*    at puc? port ?                  # 16x50s on "universal" comm boards
250 cy*     at pci? dev ? function ?        # Cyclades Cyclom-Y serial boards
251 cz*     at pci? dev ? function ?        # Cyclades-Z multi-port serial boards
253 # ISA serial interfaces
254 #options        COM_HAYESP              # adds Hayes ESP serial board support
255 # If a com port is used as Xen console it can't be used by the domain0 kernel
256 # and there's no easy way to detect this yet. Leave com0 out as it's the
257 # port usually used for serial console
258 #com0   at isa? port 0x3f8 irq 4        # Standard PC serial ports
259 com1    at isa? port 0x2f8 irq 3
260 #com2   at isa? port 0x3e8 irq 5
261 #com3   at isa? port 0x2e8 irq 9
263 # Parallel Printer Interfaces
265 # PCI parallel printer interfaces
266 lpt*    at puc? port ?                  # || ports on "universal" comm boards
268 # ISA parallel printer interfaces
269 lpt0    at isa? port 0x378 irq 7        # standard PC parallel ports
271 # Hardware monitors
273 amdtemp* at pci? dev ? function ?       # AMD CPU Temperature sensors
275 # AMD 768 and 8111 power/ACPI controllers
276 amdpm*  at pci? dev ? function ?        # RNG and SMBus 1.0 interface
278 # dbCool thermal monitor and fan controller
279 #iic*   at amdpm?                       # sensors below are on this bus
280 #dbcool* at iic? addr 0x2C              # Unknown other motherboard(s)
281 #dbcool* at iic? addr 0x2D              # Tyan S2881
282 #dbcool* at iic? addr 0x2E              # Tyan S2882-D
284 # LM7[89] and compatible hardware monitors
285 #lm0    at isa? port 0x290              # other common: 0x280, 0x310, 0xc00
287 # VIA VT82C686A/VT8231 Hardware Monitor and Power Management TImer
288 #viaenv*        at pci? dev ? function ?
291 # PCI network interfaces
292 age*    at pci? dev ? function ?        # Attansic/Atheros L1 Gigabit Ethernet
293 an*     at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
294 ale*    at pci? dev ? function ?        # Attansic/Atheros L1E Ethernet
295 ath*    at pci? dev ? function ?        # Atheros 5210/5211/5212 802.11
296 atw*    at pci? dev ? function ?        # ADMtek ADM8211 (802.11)
297 bce*    at pci? dev ? function ?        # Broadcom 4401 10/100 Ethernet
298 bge*    at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
299 bnx*    at pci? dev ? function ?        # Broadcom NetXtremeII gigabit Ethernet
300 dge*    at pci? dev ? function ?        # Intel 82597 10GbE LR
301 en*     at pci? dev ? function ?        # ENI/Adaptec ATM
302 ep*     at pci? dev ? function ?        # 3Com 3c59x
303 epic*   at pci? dev ? function ?        # SMC EPIC/100 Ethernet
304 esh*    at pci? dev ? function ?        # Essential HIPPI card
305 ex*     at pci? dev ? function ?        # 3Com 3c90x[BC]
306 fpa*    at pci? dev ? function ?        # DEC DEFPA FDDI
307 fxp*    at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
308 gsip*   at pci? dev ? function ?        # NS83820 Gigabit Ethernet
309 hme*    at pci? dev ? function ?        # Sun Microelectronics STP2002-STQ
310 ipw*    at pci? dev ? function ?        # Intel PRO/Wireless 2100
311 iwi*    at pci? dev ? function ?        # Intel PRO/Wireless 2200BG
312 iwn*    at pci? dev ? function ?        # Intel PRO/Wireless 4965AGN
313 jme*    at pci? dev ? function ?        # JMicron JMC2[56]0 Ethernet
314 le*     at pci? dev ? function ?        # PCnet-PCI Ethernet
315 lii*    at pci? dev ? function ?        # Atheros L2 Fast-Ethernet
316 lmc*    at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
317 mskc*   at pci? dev ? function ?        # Marvell Yukon 2 Gigabit Ethernet
318 msk*    at mskc?                        # Marvell Yukon 2 Gigabit Ethernet
319 mtd*    at pci? dev ? function ?        # Myson MTD803 3-in-1 Ethernet
320 ne*     at pci? dev ? function ?        # NE2000-compatible Ethernet
321 nfe*    at pci? dev ? function ?        # NVIDIA nForce Ethernet
322 ntwoc*  at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial
323 pcn*    at pci? dev ? function ?        # AMD PCnet-PCI Ethernet
324 ral*    at pci? dev ? function ?        # Ralink Technology RT25x0 802.11a/b/g
325 re*     at pci? dev ? function ?        # Realtek 8139C+/8169/8169S/8110S
326 rtk*    at pci? dev ? function ?        # Realtek 8129/8139
327 sf*     at pci? dev ? function ?        # Adaptec AIC-6915 Ethernet
328 sip*    at pci? dev ? function ?        # SiS 900/DP83815 Ethernet
329 skc*    at pci? dev ? function ?        # SysKonnect SK9821 Gigabit Ethernet
330 sk*     at skc?                         # SysKonnect SK9821 Gigabit Ethernet
331 ste*    at pci? dev ? function ?        # Sundance ST-201 Ethernet
332 stge*   at pci? dev ? function ?        # Sundance/Tamarack TC9021 Gigabit
333 ti*     at pci? dev ? function ?        # Alteon ACEnic gigabit Ethernet
334 tl*     at pci? dev ? function ?        # ThunderLAN-based Ethernet
335 tlp*    at pci? dev ? function ?        # DECchip 21x4x and clones
336 txp*    at pci? dev ? function ?        # 3com 3cr990
337 vge*    at pci? dev ? function ?        # VIATech VT612X Gigabit Ethernet
338 vr*     at pci? dev ? function ?        # VIA Rhine Fast Ethernet
339 wi*     at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
340 wm*     at pci? dev ? function ?        # Intel 8254x gigabit
341 xge*    at pci? dev ? function ?        # Neterion (S2io) Xframe-I 10GbE
343 # MII/PHY support
344 acphy*  at mii? phy ?                   # Altima AC101 and AMD Am79c874 PHYs
345 amhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs
346 atphy*  at mii? phy ?                   # Attansic/Atheros PHYs
347 bmtphy* at mii? phy ?                   # Broadcom BCM5201 and BCM5202 PHYs
348 brgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs
349 ciphy*  at mii? phy ?                   # Cicada CS8201 Gig-E PHYs
350 dmphy*  at mii? phy ?                   # Davicom DM9101 PHYs
351 exphy*  at mii? phy ?                   # 3Com internal PHYs
352 gentbi* at mii? phy ?                   # Generic Ten-Bit 1000BASE-[CLS]X PHYs
353 glxtphy* at mii? phy ?                  # Level One LXT-1000 PHYs
354 gphyter* at mii? phy ?                  # NS83861 Gig-E PHY
355 icsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x
356 igphy*  at mii? phy ?                   # Intel IGP01E1000
357 ikphy*  at mii? phy ?                   # Intel 82563 PHYs
358 inphy*  at mii? phy ?                   # Intel 82555 PHYs
359 iophy*  at mii? phy ?                   # Intel 82553 PHYs
360 lxtphy* at mii? phy ?                   # Level One LXT-970 PHYs
361 makphy* at mii? phy ?                   # Marvell Semiconductor 88E1000 PHYs
362 nsphy*  at mii? phy ?                   # NS83840 PHYs
363 nsphyter* at mii? phy ?                 # NS83843 PHYs
364 pnaphy* at mii? phy ?                   # generic HomePNA PHYs
365 qsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
366 rgephy* at mii? phy ?                   # Realtek 8169S/8110S internal PHYs
367 rlphy*  at mii? phy ?                   # Realtek 8139/8201L PHYs
368 sqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
369 tlphy*  at mii? phy ?                   # ThunderLAN PHYs
370 tqphy*  at mii? phy ?                   # TDK Semiconductor PHYs
371 ukphy*  at mii? phy ?                   # generic unknown PHYs
372 urlphy* at mii? phy ?                   # Realtek RTL8150L internal PHYs
374 # I2O devices
375 iop*    at pci? dev ? function ?        # I/O processor
376 iopsp*  at iop? tid ?                   # SCSI/FC-AL ports
377 ld*     at iop? tid ?                   # block devices
378 dpti*   at iop? tid 0                   # DPT/Adaptec control interface
380 # IDE and related devices
381 # PCI IDE controllers - see pciide(4) for supported hardware.
382 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
383 # how to set up DMA modes for this chip. This may work, or may cause
384 # a machine hang with some controllers.
385 pciide*         at pci? dev ? function ? flags 0x0000   # GENERIC pciide driver
386 acardide*       at pci? dev ? function ?        # Acard IDE controllers
387 aceride*        at pci? dev ? function ?        # Acer Lab IDE controllers
388 ahcisata*       at pci? dev ? function ?        # AHCI SATA controllers
389 artsata*        at pci? dev ? function ?        # Intel i31244 SATA controller
390 cmdide*         at pci? dev ? function ?        # CMD tech IDE controllers
391 cypide*         at pci? dev ? function ?        # Cypress IDE controllers
392 geodeide*       at pci? dev ? function ?        # AMD Geode IDE controllers
393 hptide*         at pci? dev ? function ?        # Triones/HighPoint IDE controllers
394 iteide*         at pci? dev ? function ?        # IT Express IDE controllers
395 ixpide*         at pci? dev ? function ?        # ATI IXP IDE controllers
396 jmide*          at pci? dev ? function ?        # JMicron PCI-e PATA/SATA controllers
397 ahcisata*       at jmide?
398 optiide*        at pci? dev ? function ?        # Opti IDE controllers
399 piixide*        at pci? dev ? function ?        # Intel IDE controllers
400 pdcide*         at pci? dev ? function ?        # Promise IDE controllers
401 pdcsata*        at pci? dev ? function ?        # Promise SATA150 controllers
402 rccide*         at pci? dev ? function ?        # ServerWorks IDE controllers
403 satalink*       at pci? dev ? function ?        # SiI SATALink controllers
404 siside*         at pci? dev ? function ?        # SiS IDE controllers
405 slide*          at pci? dev ? function ?        # Symphony Labs IDE controllers
406 svwsata*        at pci? dev ? function ?        # ServerWorks SATA controllers
407 stpcide*        at pci? dev ? function ?        # STMicro STPC IDE controllers
408 viaide*         at pci? dev ? function ?        # VIA/AMD/Nvidia IDE controllers
410 # ATA (IDE) bus support
411 atabus* at ata?
413 # IDE drives
414 # Flags are used only with controllers that support DMA operations
415 # and mode settings (e.g. some pciide controllers)
416 # The lowest order four bits (rightmost digit) of the flags define the PIO
417 # mode to use, the next set of four bits the DMA mode and the third set the
418 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
419 # to use, and the last bit must be 1 for this setting to be used.
420 # For DMA and UDMA, 0xf (1111) means 'disable'.
421 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
422 # (0xc=1100, 0xa=1010, 0xf=1111)
423 # 0x0000 means "use whatever the drive claims to support".
424 wd*     at atabus? drive ? flags 0x0000
426 # ATA RAID configuration support, as found on some Promise controllers.
427 pseudo-device   ataraid
428 ld*     at ataraid? vendtype ? unit ?
430 # ATAPI bus support
431 atapibus* at atapi?
433 # ATAPI devices
434 # flags have the same meaning as for IDE drives.
435 cd*     at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
436 sd*     at atapibus? drive ? flags 0x0000       # ATAPI disk drives
437 st*     at atapibus? drive ? flags 0x0000       # ATAPI tape drives
438 uk*     at atapibus? drive ? flags 0x0000       # ATAPI unknown
440 # SCSI Controllers and Devices
442 # PCI SCSI controllers
443 adv*    at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
444 adw*    at pci? dev ? function ?        # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
445 ahc*    at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
446 ahd*    at pci? dev ? function ?        # Adaptec 29320, 39320 (aic790x) SCSI
447 bha*    at pci? dev ? function ?        # BusLogic 9xx SCSI
448 dpt*    at pci? dev ? function ?        # DPT SmartCache/SmartRAID
449 iha*    at pci? dev ? function ?        # Initio INIC-940/950 SCSI
450 isp*    at pci? dev ? function ?        # Qlogic ISP [12]0x0 SCSI/FibreChannel
451 mfi*    at pci? dev ? function ?        # LSI MegaRAID SAS
452 mly*    at pci? dev ? function ?        # Mylex AcceleRAID and eXtremeRAID
453 mpt*    at pci? dev ? function ?        # LSI Fusion SCSI/FC
454 njs*    at pci? dev ? function ?        # Workbit NinjaSCSI-32
455 pcscp*  at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
456 siop*   at pci? dev ? function ?        # Symbios 53c8xx SCSI
457 esiop*  at pci? dev ? function ?        # Symbios 53c875 SCSI and newer
458 #options        SIOP_SYMLED             # drive the act. LED in software
459 trm*    at pci? dev ? function ?        # Tekram DC-395U/UW/F, DC-315/U SCSI
460 # SCSI bus support
461 scsibus* at scsi?
463 # SCSI devices
464 sd*     at scsibus? target ? lun ?      # SCSI disk drives
465 st*     at scsibus? target ? lun ?      # SCSI tape drives
466 cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives
467 ch*     at scsibus? target ? lun ?      # SCSI autochangers
468 ses*    at scsibus? target ? lun ?      # SCSI Enclosure Services devices
469 ss*     at scsibus? target ? lun ?      # SCSI scanners
470 uk*     at scsibus? target ? lun ?      # SCSI unknown
472 # RAID controllers and devices
473 aac*    at pci? dev ? function ?        # Adaptec AAC family
474 amr*    at pci? dev ? function ?        # AMI/LSI Logic MegaRAID
475 arcmsr* at pci? dev ? function ?        # Areca SATA RAID controllers
476 cac*    at pci? dev ? function ?        # Compaq PCI array controllers
477 ciss*   at pci? dev ? function ?        # HP Smart Array controllers
478 icp*    at pci? dev ? function ?        # ICP-Vortex GDT & Intel RAID
479 mlx*    at pci? dev ? function ?        # Mylex DAC960 & DEC SWXCR family
480 twe*    at pci? dev ? function ?        # 3ware Escalade RAID controllers
481 twa*    at pci? dev ? function ?        # 3ware Escalade 95xx RAID controllers
483 ld*     at aac? unit ?                  # logical disk devices
484 ld*     at amr? unit ?
485 ld*     at cac? unit ?
486 ld*     at icp? unit ?
487 ld*     at twe? unit ?
488 ld*     at twa? unit ?
489 ld*     at mlx? unit ?
491 icpsp*  at icp? unit ?                  # SCSI pass-through
493 # wscons
494 pckbc0          at isa?                 # PC keyboard controller
495 pckbd*          at pckbc?               # PC keyboard
496 pms*            at pckbc?               # PS/2 mouse for wsmouse
497 #options        PMS_DISABLE_POWERHOOK   # Disable PS/2 reset on resume
498 #vga0           at isa?
499 vga*            at pci? dev ? function ?
500 #pcdisplay0     at isa?                 # CGA, MDA, EGA, HGA
501 #machfb*        at pci? dev ? function ? # ATI Mach64 framebuffer driver
502 wsdisplay*      at vga? console ?
503 #wsdisplay*     at pcdisplay? console ?
504 #wsdisplay*     at machfb? console ?
505 wskbd*          at pckbd? console ?
506 wsmouse*        at pms? mux 0
508 # USB Controller and Devices
510 # PCI USB controllers
511 ehci*   at pci? dev ? function ?        # Enhanced Host Controller
512 ohci*   at pci? dev ? function ?        # Open Host Controller
513 uhci*   at pci? dev ? function ?        # Universal Host Controller (Intel)
515 # USB bus support
516 usb*    at ehci?
517 usb*    at ohci?
518 usb*    at uhci?
520 # USB Hubs
521 uhub*   at usb?
522 uhub*   at uhub? port ?
524 # USB HID device
525 uhidev* at uhub? port ? configuration ? interface ?
527 # USB Mice
528 ums*    at uhidev? reportid ?
529 wsmouse* at ums? mux 0
531 # USB eGalax touch-panel
532 uep*    at uhub? port ?
533 wsmouse* at uep? mux 0
535 # USB Keyboards
536 ukbd*   at uhidev? reportid ?
537 wskbd*  at ukbd? console ? mux 1
539 # USB serial adapter
540 ucycom* at uhidev? reportid ?
542 # USB Generic HID devices
543 uhid*   at uhidev? reportid ?
545 # USB Printer
546 ulpt*   at uhub? port ? configuration ? interface ?
548 # USB Modem
549 umodem* at uhub? port ? configuration ?
550 ucom*   at umodem?
552 # USB Mass Storage
553 umass*  at uhub? port ? configuration ? interface ?
554 wd*     at umass?
556 # USB audio
557 uaudio* at uhub? port ? configuration ?
559 # USB MIDI
560 umidi* at uhub? port ? configuration ?
562 # USB IrDA
563 # USB-IrDA bridge spec
564 uirda* at uhub? port ? configuration ? interface ?
565 irframe* at uirda?
567 # SigmaTel STIr4200 USB/IrDA Bridge
568 ustir* at uhub? port ?
569 irframe* at ustir?
571 # USB Ethernet adapters
572 aue*    at uhub? port ?         # ADMtek AN986 Pegasus based adapters
573 axe*    at uhub? port ?         # ASIX AX88172 based adapters
574 cdce*   at uhub? port ?         # CDC, Ethernet Networking Control Model
575 cue*    at uhub? port ?         # CATC USB-EL1201A based adapters
576 kue*    at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
577 udav*   at uhub? port ?         # Davicom DM9601 based adapters
578 url*    at uhub? port ?         # Realtek RTL8150L based adapters
580 # USB 802.11 adapters
581 atu*    at uhub? port ?         # Atmel AT76C50XX based adapters
582 ral*    at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g
583 rum*    at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
585 # Prolific PL2301/PL2302 host-to-host adapter
586 upl*    at uhub? port ?
588 # Serial adapters
589 ubsa*   at uhub? port ?         # Belkin serial adapter
590 ucom*   at ubsa? portno ?
592 uftdi*  at uhub? port ?         # FTDI FT8U100AX serial adapter
593 ucom*   at uftdi? portno ?
595 umct*   at uhub? port ?         # MCT USB-RS232 serial adapter
596 ucom*   at umct? portno ?
598 uplcom* at uhub? port ?         # I/O DATA USB-RSAQ2 serial adapter
599 ucom*   at uplcom? portno ?
601 uvscom* at uhub? port ?         # SUNTAC Slipper U VS-10U serial adapter
602 ucom*   at uvscom? portno ?
604 # Diamond Multimedia Rio 500
605 urio*   at uhub? port ?
607 # USB Handspring Visor
608 uvisor* at uhub? port ?
609 ucom*   at uvisor?
611 # Kyocera AIR-EDGE PHONE
612 ukyopon* at uhub? port ?
613 ucom*   at ukyopon? portno ?
615 # USB scanners
616 uscanner* at uhub? port ?
618 # USB scanners that use SCSI emulation, e.g., HP5300
619 usscanner* at uhub? port ?
621 # Y@P firmware loader
622 uyap* at uhub? port ?
624 # D-Link DSB-R100 USB radio
625 udsbr*  at uhub? port ?
626 radio*  at udsbr?
628 # USB Generic driver
629 ugen*   at uhub? port ?
631 # PCI IEEE1394 controllers
632 fwohci* at pci? dev ? function ?        # IEEE1394 Open Host Controller
634 # CardBus IEEE1394 controllers
635 #fwohci* at cardbus? function ? # IEEE1394 Open Host Controller
637 ieee1394if* at fwohci?
638 fwip*   at ieee1394if?                  # IP over IEEE1394
639 sbp*    at ieee1394if? euihi ? euilo ?  # SCSI over IEEE1394
641 # PCI audio devices
642 auacer* at pci? dev ? function ?        # ALi M5455 integrated AC'97 Audio
643 auich*  at pci? dev ? function ?        # Intel ICH integrated AC'97 Audio
644 auixp*  at pci? dev ? function ?        # ATI IXP AC'97 Audio
645 autri*  at pci? dev ? function ?        # Trident 4DWAVE based AC'97 Audio
646 auvia*  at pci? dev ? function ?        # VIA VT82C686A integrated AC'97 Audio
647 clcs*   at pci? dev ? function ?        # Cirrus Logic CS4280
648 clct*   at pci? dev ? function ?        # Cirrus Logic CS4281
649 cmpci*  at pci? dev ? function ?        # C-Media CMI8338/8738
650 eap*    at pci? dev ? function ?        # Ensoniq AudioPCI
651 emuxki* at pci? dev ? function ?        # Creative SBLive! and PCI512
652 esa*    at pci? dev ? function ?        # ESS Allegro-1 / Maestro-3 PCI Audio
653 esm*    at pci? dev ? function ?        # ESS Maestro-1/2/2e PCI Audio Accelerator
654 eso*    at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive
655 fms*    at pci? dev ? function ?        # Forte Media FM801
656 neo*    at pci? dev ? function ?        # NeoMagic 256 AC'97 Audio
657 sv*     at pci? dev ? function ?        # S3 SonicVibes
658 yds*    at pci? dev ? function ?        # Yamaha DS-1 PCI Audio
660 # OPL[23] FM synthesizers
661 #opl0   at isa? port 0x388      # use only if not attached to sound card
662 opl*    at cmpci? flags 1
663 opl*    at eso?
664 opl*    at fms?
665 opl*    at sv?
666 opl*    at yds?
668 # High Definition Audio
669 hdaudio*        at pci? dev ? function ?        # High Definition Audio
670 hdafg*          at hdaudiobus?
672 # Audio support
673 audio*  at audiobus?
675 # MPU 401 UARTs
676 #mpu*   at isa? port 0x330 irq 9        # MPU401 or compatible card
677 mpu*    at cmpci?
678 mpu*    at eso?
679 mpu*    at fms?
680 mpu*    at yds?
682 # MIDI support
683 midi*   at midibus?
685 # Bluetooth Controller and Device support
687 # Bluetooth PCMCIA Controllers
688 #bt3c* at pcmcia? function ?            # 3Com 3CRWB6096-A
689 #btbc* at pcmcia? function ?            # AnyCom BlueCard LSE041/039/139
691 # Bluetooth USB Controllers
692 ubt* at uhub? port ?
694 # Bluetooth Device Hub
695 #bthub* at bt3c?
696 #bthub* at btbh?
697 bthub* at ubt?
699 # Bluetooth HID support
700 bthidev* at bthub?
702 # Bluetooth Mouse
703 btms* at bthidev? reportid ?
704 wsmouse* at btms? mux 0
706 # Bluetooth Keyboard
707 btkbd* at bthidev? reportid ?
708 wskbd* at btkbd? console ? mux 1
710 # Bluetooth Audio support
711 btsco* at bthub?
713 # Cryptographic Devices
715 # PCI cryptographic devices
716 hifn*   at pci? dev ? function ?        # Hifn 7755/7811/795x
717 ubsec*  at pci? dev ? function ?        # Broadcom 5501/5601/580x/582x
719 cinclude "arch/i386/conf/GENERIC.local"
721 # Pseudo-Devices
723 pseudo-device   crypto          # /dev/crypto device
724 pseudo-device   swcrypto        # software crypto implementation
726 # disk/mass storage pseudo-devices
727 pseudo-device   bio                     # RAID control device driver
728 pseudo-device   ccd             4       # concatenated/striped disk devices
729 pseudo-device   cgd             4       # cryptographic disk devices
730 pseudo-device   raid            8       # RAIDframe disk driver
731 options         RAID_AUTOCONFIG         # auto-configuration of RAID components
732 # Options to enable various other RAIDframe RAID types.
733 #options        RF_INCLUDE_EVENODD=1
734 #options        RF_INCLUDE_RAID5_RS=1
735 #options        RF_INCLUDE_PARITYLOGGING=1
736 #options        RF_INCLUDE_CHAINDECLUSTER=1
737 #options        RF_INCLUDE_INTERDECLUSTER=1
738 #options        RF_INCLUDE_PARITY_DECLUSTERING=1
739 #options        RF_INCLUDE_PARITY_DECLUSTERING_DS=1
740 pseudo-device   fss             4       # file system snapshot device
742 pseudo-device   md              1       # memory disk device (ramdisk)
743 pseudo-device   vnd                     # disk-like interface to files
745 # network pseudo-devices
746 pseudo-device   bpfilter                # Berkeley packet filter
747 pseudo-device   ipfilter                # IP filter (firewall) and NAT
748 pseudo-device   loop                    # network loopback
749 pseudo-device   ppp                     # Point-to-Point Protocol
750 pseudo-device   pppoe                   # PPP over Ethernet (RFC 2516)
751 pseudo-device   sl                      # Serial Line IP
752 pseudo-device   strip                   # Starmode Radio IP (Metricom)
753 pseudo-device   irframetty              # IrDA frame line discipline
754 pseudo-device   tap                     # virtual Ethernet
755 pseudo-device   tun                     # network tunneling over tty
756 pseudo-device   gre                     # generic L3 over IP tunnel
757 pseudo-device   gif                     # IPv[46] over IPv[46] tunnel (RFC 1933)
758 #pseudo-device  faith                   # IPv[46] tcp relay translation i/f
759 pseudo-device   stf                     # 6to4 IPv6 over IPv4 encapsulation
760 pseudo-device   vlan                    # IEEE 802.1q encapsulation
761 pseudo-device   bridge                  # simple inter-network bridging
762 #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
763 #pseudo-device  pf                      # PF packet filter
764 #pseudo-device  pflog                   # PF log if
766 # accept filters
767 pseudo-device   accf_data               # "dataready" accept filter
768 pseudo-device   accf_http               # "httpready" accept filter
770 # miscellaneous pseudo-devices
771 pseudo-device   pty                     # pseudo-terminals
772 pseudo-device   sequencer       1       # MIDI sequencer
773 # rnd works; RND_COM does not on port i386 yet.
774 pseudo-device   rnd                     # /dev/random and in-kernel generator
775 #options        RND_COM                 # use "com" randomness as well (BROKEN)
776 pseudo-device   clockctl                # user control of clock subsystem
777 pseudo-device   ksyms                   # /dev/ksyms
778 pseudo-device   putter                  # for puffs and pud
780 # a pseudo device needed for Coda       # also needs CODA (above)
781 pseudo-device   vcoda           4       # coda minicache <-> venus comm.
783 # a pseudo device needed for SMBFS
784 pseudo-device   nsmb                    # experimental - SMB requester
786 # wscons pseudo-devices
787 pseudo-device   wsmux                   # mouse & keyboard multiplexor
788 pseudo-device   wsfont
790 # userland interface to drivers, including autoconf and properties retrieval
791 pseudo-device   drvctl
793 # xen pseudo-devices
794 pseudo-device   xenevt
795 pseudo-device   xvif
796 pseudo-device   xbdback
798 options         PAX_MPROTECT=0          # PaX mprotect(2) restrictions
799 options         PAX_ASLR=0              # PaX Address Space Layout Randomization
801 ppb*    at pci? dev ? function ?        # PCI-PCI bridges
802 pci*    at ppb? bus ?
804 # pci backend devices, used for PCI pass-through. To export a PCI device
805 # to a domU, the device has to be attached to the pciback driver in the dom0.
806 # you can force a device to attach to the pciback driver in dom0 passing
807 # pciback.hide=(bus:dev.fun)(bus:dev.func) to the dom0 kernel boot parameters.
808 # bus and dev are 2-digits hex number, func is a single-digit number:
809 # pciback.hide=(00:1a.0)(00:1a.1)(00:1a.7)
810 pciback* at pci?                        #pci backend device
812 acpi0           at hypervisor?
813 options         MPBIOS
814 options         MPDEBUG
815 options         MPVERBOSE
816 options         ACPIVERBOSE
817 #options        PCI_ADDR_FIXUP          # fixup PCI I/O addresses
818 #options        PCI_BUS_FIXUP           # fixup PCI bus numbering
819 #options        PCI_INTR_FIXUP          # fixup PCI interrupt routing
821 ioapic*         at mainbus? apid ?
823 # ACPI devices
824 acpiacad*       at acpi?                # ACPI AC Adapter
825 acpibat*        at acpi?                # ACPI Battery
826 acpibut*        at acpi?                # ACPI Button
827 acpidalb*       at acpi?                # ACPI Direct Application Launch Button
828 # The ACPI Embedded Controller is generally configured via the special ECDT.
829 # This is required as parts of the DSDT can reference the EC before the normal
830 # attach phase.
831 acpiec*         at acpi?                # ACPI Embedded Controller (late binding)
832 acpiecdt*       at acpi?                # ACPI Embedded Controller (early binding)
833 acpilid*        at acpi?                # ACPI Lid Switch
834 hpqlb*          at acpi?                # HP Quick Launch Buttons