No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / hp700 / conf / GENERIC
blob3c34fa1c0f33140b5127c7bbcff154cff8517c2c
1 # $NetBSD: GENERIC,v 1.90 2009/06/05 07:35:29 skrll Exp $
3 # GENERIC machine description file
5 # This machine description file is used to generate the default NetBSD
6 # kernel.  The generic kernel does not include all options, subsystems
7 # and device drivers, but should be useful for most applications.
9 # The machine description file can be customised for your specific
10 # machine to reduce the kernel size and improve its performance.
12 # For further information on compiling NetBSD kernels, see the config(8)
13 # man page.
15 # For further information on hardware support for this architecture, see
16 # the intro(4) man page.  For further information about kernel options
17 # for this architecture, see the options(4) man page.  For an explanation
18 # of each device driver in this file see the section 4 man page for the
19 # device.
21 include         "arch/hp700/conf/std.hp700"
23 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
24 options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
26 #ident          "GENERIC-$Revision: 1.91 $"
28 maxusers        32              # estimated number of users
30 # CPU support.  At least one is REQUIRED.
31 options         HP7000_CPU              # PCX, PCX-S
32 options         HP7100_CPU,HP7150_CPU   # PCX-T
33 options         HP7100LC_CPU            # PCX-L
34 options         HP7200_CPU,HP7250_CPU   # PCX-T'
35 options         HP7300LC_CPU            # PCX-L2
36 #options        HP8000_CPU              # PCX-U  (in 32bit mode)
37 #options        HP8200_CPU              # PCX-V/U+ (in 32bit mode)
38 #options        HP8500_CPU              # PCX-W  (in 32bit mode)
39 #options        HP8600_CPU              # PCX-W+ (in 32bit mode)
41 # CPU-related options.
42 options         FPEMUL          # floating point emulation XXX DO NOT REMOVE
43 options         USELEDS         # blink 'em
45 # delay between "rebooting ..." message and hardware reset, in milliseconds
46 #options        CPURESET_DELAY=2000
48 # Standard system options
50 options         INSECURE        # disable kernel security levels
52 options         NTP             # NTP phase/frequency locked loop
54 options         KTRACE          # system call tracing via ktrace(1)
56 options         SYSVMSG         # System V-like message queues
57 options         SYSVSEM         # System V-like semaphores
58 options         SYSVSHM         # System V-like memory sharing
59 options         P1003_1B_SEMAPHORE # p1003.1b semaphore support
62 # Enable experimental buffer queue strategy for better responsiveness under
63 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
64 #options        BUFQ_READPRIO
65 #options        BUFQ_PRIOCSCAN
67 # Diagnostic/debugging support options
68 #options        DIAGNOSTIC      # expensive kernel consistency checks
69 #options        DEBUG           # expensive debugging checks/support
70 #options        KMEMSTATS       # kernel memory statistics (vmstat -m)
71 options         DDB             # in-kernel debugger
72 options         DDB_HISTORY_SIZE=512    # enable history editing in DDB
73 #options        KGDB            # remote debugger
74 #options        KGDB_DEVNAME="\"com\"",KGDBADDR=0xf0822000,KGDBRATE=9600
75 #makeoptions    DEBUG="-g"      # compile full symbol table
77 # Compatibility options
78 options         COMPAT_20       # compatability with NetBSD 2.0,
79 options         COMPAT_30       # NetBSD 3.0 compatibility.
80 options         COMPAT_40       # NetBSD 4.0 compatibility.
81 options         COMPAT_50       # NetBSD 5.0 compatibility.
82 options         COMPAT_43       # and 4.3BSD
83 #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
85 #options        COMPAT_OSF1     # OSF1 binary compatibility
86 #options        COMPAT_LINUX    # binary compatibility with Linux
87 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
89 # File systems
90 file-system     FFS             # UFS
91 file-system     EXT2FS          # second extended file system (linux)
92 file-system     LFS             # log-structured file system
93 file-system     MFS             # memory file system
94 file-system     NFS             # Network File System client
95 file-system     NTFS            # Windows/NT file system (experimental)
96 file-system     CD9660          # ISO 9660 + Rock Ridge file system
97 file-system     MSDOSFS         # MS-DOS file system
98 file-system     FDESC           # /dev/fd
99 file-system     KERNFS          # /kern
100 file-system     NULLFS          # loopback file system
101 file-system     OVERLAY         # overlay file system
102 file-system     PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
103 file-system     PROCFS          # /proc
104 file-system     UMAPFS          # NULLFS + uid and gid remapping
105 file-system     UNION           # union file system
106 file-system     CODA            # Coda File System; also needs vcoda (below)
107 file-system     PTYFS           # /dev/pts/N support
108 #file-system    TMPFS           # Efficient memory file-system
109 #file-system    UDF             # experimental - OSTA UDF CD/DVD file-system
111 # File system options
112 options         QUOTA           # UFS quotas
113 #options        FFS_EI          # FFS Endian Independent support
114 options         WAPBL           # File system journaling support - Experimental
115 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
116 options         NFSSERVER       # Network File System server
117 #options        FFS_NO_SNAPSHOT # No FFS snapshot support
118 #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
119                                 # immutable) behave as system flags.
121 # Networking options
122 #options        GATEWAY         # packet forwarding
123 options         INET            # IP + ICMP + TCP + UDP
124 options         INET6           # IPV6
125 #options        IPSEC           # IP security
126 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
127 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
128 #options        IPSEC_DEBUG     # debug for IP security
129 #options        MROUTING        # IP multicast routing
130 #options        PIM             # Protocol Independent Multicast
131 #options        ISO,TPIP        # OSI
132 #options        EON             # OSI tunneling over IP
133 #options        NETATALK        # AppleTalk networking protocols
134 options         PPP_BSDCOMP     # BSD-Compress compression support for PPP
135 options         PPP_DEFLATE     # Deflate compression support for PPP
136 options         PPP_FILTER      # Active filter support for PPP (requires bpf)
137 options         PFIL_HOOKS      # pfil(9) packet filter hooks
138 options         IPFILTER_LOG    # ipmon(8) log support
139 options         IPFILTER_LOOKUP # ippool(8) support
140 #options        IPFILTER_DEFAULT_BLOCK  # block all packets by default
141 #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
143 #options        ALTQ            # Manipulate network interfaces' output queues
144 #options        ALTQ_BLUE       # Stochastic Fair Blue
145 #options        ALTQ_CBQ        # Class-Based Queueing
146 #options        ALTQ_CDNR       # Diffserv Traffic Conditioner
147 #options        ALTQ_FIFOQ      # First-In First-Out Queue
148 #options        ALTQ_FLOWVALVE  # RED/flow-valve (red-penalty-box)
149 #options        ALTQ_HFSC       # Hierarchical Fair Service Curve
150 #options        ALTQ_LOCALQ     # Local queueing discipline
151 #options        ALTQ_PRIQ       # Priority Queueing
152 #options        ALTQ_RED        # Random Early Detection
153 #options        ALTQ_RIO        # RED with IN/OUT
154 #options        ALTQ_WFQ        # Weighted Fair Queueing
156 # These options enable verbose messages for several subsystems.
157 # Warning, these may compile large string tables into the kernel!
158 options         GSCVERBOSE      # verbose GSC device autoconfig messages
159 options         EISAVERBOSE     # verbose EISA device autoconfig messages
160 options         MIIVERBOSE      # verbose PHY autoconfig messages
161 options         SCSIVERBOSE     # human readable SCSI error messages
163 options         NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
166 # wscons options
168 # builtin terminal emulations
169 #options        WSEMUL_SUN              # sun terminal emulation
170 options         WSEMUL_VT100            # VT100 / VT220 emulation
171 # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
172 options         WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
173 #options        WS_DEFAULT_FG=WSCOL_WHITE
174 #options        WS_DEFAULT_BG=WSCOL_BLACK
175 #options        WS_DEFAULT_COLATTR=""
176 #options        WS_DEFAULT_MONOATTR=""
177 options         WS_KERNEL_FG=WSCOL_GREEN
178 #options        WS_KERNEL_BG=WSCOL_BLACK
179 #options        WS_KERNEL_COLATTR=""
180 #options        WS_KERNEL_MONOATTR=""
181 # customization of console border color
182 options         WSDISPLAY_CUSTOM_BORDER # border customization from wsconsctl(8)
183 #options        WSDISPLAY_BORDER_COLOR=WSCOL_BLUE       # default color
184 # compatibility to other console drivers
185 options         WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
186 options         WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
187 options         WSDISPLAY_COMPAT_USL            # VT handling
188 options         WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
189 # see dev/pckbport/wskbdmap_mfii.c for implemented layouts
190 #options        PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
191 # allocate a number of virtual screens at autoconfiguration time
192 #options        WSDISPLAY_DEFAULTSCREENS=4
193 # use a large software cursor that doesn't blink
194 options         PCDISPLAY_SOFTCURSOR
195 # modify the screen type of the console; defaults to "80x25"
196 #options        VGA_CONSOLE_SCREENTYPE="\"80x24\""
197 # work around a hardware bug that loaded fonts don't work; found on ATI cards
198 #options        VGA_CONSOLE_ATI_BROKEN_FONTSEL
199 # console scrolling support.
200 #options        WSDISPLAY_SCROLLSUPPORT
201 # enable VGA raster mode capable of displaying multilingual text on console
202 #options        VGA_RASTERCONSOLE
204 # Kernel root file system and dump configuration.
205 config          netbsd  root on ? type ?
206 #config         netbsd  root on sd0a type ffs
207 #config         netbsd  root on ? type nfs
210 # Device configuration
213 mainbus0 at root
215 # CPU and memory - DO NOT REMOVE THESE
216 cpu*    at mainbus0 irq 31      # HP PA-RISC CPU
217 mem*    at mainbus0             # /dev/*mem and memory controller
219 # Coprocessor/SFU Support
220 #fpu*   at mainbus0             # HP PA-RISC fpu (iv N/A)
221 #pmu*   at mainbus0             # HP PA-RISC perfomance monitor unit (iv 29)
223 # Miscellaneous
224 pdc0    at mainbus0             # PDC/IODC wrapper for boot console
225 power0  at mainbus0             # power/fail manager
227 # STI graphics
228 sti*    at mainbus0             # [H]CRX-{8,24,48}[Z] and Visualize graphics
229 sti*    at phantomas?           # [H]CRX-{8,24,48}[Z] and Visualize graphics
231 # Basic Bus Support
232 lasi*   at mainbus0             # LASI host adapter ( LSI PN??? )
233 asp*    at mainbus0             # this one comes w/ Viper and leds
234 wax*    at mainbus0             # Wax GSC to GSC Bus Adapter
235 mongoose* at mainbus0 irq 17    # EISA Bus Adapter ( i82350 or TI??? )
236 #vmeb*  at mainbus0 irq ?       # VME bus adapter
237 phantomas*      at mainbus0     # Phantom PseudoBC GSC+ Port
239 lasi*   at phantomas?           # LASI on [ABCJ?]*
240 dino*   at phantomas?           # PCI bus bridge
241 wax*    at phantomas?           # Wax GSC to GSC Bus Adapter
243 # GSC bus support
244 gsc*    at lasi?                # 712
245 gsc*    at asp?                 # 7xx (old)
246 gsc*    at wax?                 # {725,715}/{64,80,100}, C*, B*, J*
248 # Wax GSC to EISA Bus Adapter
249 #weisa* at mainbus0             # 7xx
250 #weisa* at gsc?                 # C*, B*
252 # Uturn/U2 IOA
253 #uturn0 at mainbus0             # U2/UTurn Runway IOA
254 #uturn1 at mainbus0
255 #lasi*  at uturn?               # LASI on [CJ]*
256 #dino*  at uturn?               # PCI bus bridge
257 #sti*   at uturn?               #
258 #wax*   at uturn?               # Wax on C*
260 #gecko* at uturn?               # GeckoBOA
261 #lasi*  at gecko?               # LASI
262 #dino*  at gecko?               # PCI bus bridge
263 #wax*   at gecko?               # Wax GSC to GSC Bus Adapter
265 # Astro memory & I/O controller 
266 #astro* at mainbus0             # Astro memory & I/O controller
267 #elroy* at astro?
269 # PCI bus support
270 #pci*   at elroy?
271 pci*    at dino?
272 com*    at dino?
273 ppb*    at pci? dev ? function ?
274 pci*    at ppb?
276 #ssio*  at pci?
278 # EISA bus support
279 eisa*   at mongoose?
280 #eisa*  at weisa?
282 # ISA bus support
283 # Beware: Most ISA MI drivers are not endianes clean!
284 #isa*   at mongoose?
285 #isa*   at weisa?
287 # VME bus support
288 #vme*   at vmeb?
290 # Console Devices
292 # Human Interface Loop
293 #hil*           at gsc?
294 #hkbd*          at hil? code 0  # keyboard
295 #hms*           at hil? code 1  # mice & trackballs
297 # wscons
298 gsckbc*         at gsc?                 # pc keyboard controller
299 pckbd*          at gsckbc?              # PC keyboard
300 pms*            at gsckbc?              # PS/2 mouse for wsmouse
301 wskbd*          at pckbd? console ?
302 wsmouse*        at pms? mux 0
303 #wskbd*         at hkbd? console ?
304 #wsmouse*       at hms? mux 0
305 wsdisplay*      at sti?
307 # Serial Devices
309 # SSIO serial interfaces
310 #com0   at ssio? irq 4
311 #com1   at ssio? irq 3
313 # GSC serial interfaces
314 com*    at gsc?                         # RS/232 serial port
316 # PCI serial interfaces
317 puc*    at pci? dev ? function ?        # PCI "universal" comm. cards
318 com*    at puc? port ?                  # 16x50s on "universal" comm boards
319 cy*     at pci? dev ? function ?        # Cyclades Cyclom-Y serial boards
320 cz*     at pci? dev ? function ?        # Cyclades-Z multi-port serial boards
322 # Parallel Printer Interfaces
324 # SSIO parallel printer interface
325 #lpt0   at ssio?
327 # GSC parallel printer interface
328 lpt*    at gsc?
330 # PCI parallel printer interfaces
331 lpt*    at puc? port ?                  # || ports on "universal" comm boards
333 # SCSI Controllers and Devices
335 # GSC SCSI controllers
336 oosiop* at gsc?                         # NCR 53c700
337 osiop*  at gsc? flags 0x00000           # NCR 53c710
338 siop*   at gsc? irq 3                   # NCR 53c720 (Fast/Wide)
339 siop*   at mainbus0 irq 3               # NCR 53c720 (Fast/Wide)
340 siop*   at phantomas? irq 3             # NCR 53c720 (Fast/Wide)
342 # PCI SCSI controllers
343 adv*    at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
344 adw*    at pci? dev ? function ?        # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
345 ahc*    at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
346 ahd*    at pci? dev ? function ?        # Adaptec 29320, 39320 (aic790x) SCSI
347 bha*    at pci? dev ? function ?        # BusLogic 9xx SCSI
348 dpt*    at pci? dev ? function ?        # DPT SmartCache/SmartRAID
349 iha*    at pci? dev ? function ?        # Initio INIC-940/950 SCSI
350 isp*    at pci? dev ? function ?        # Qlogic ISP [12]0x0 SCSI/FibreChannel
351 mly*    at pci? dev ? function ?        # Mylex AcceleRAID and eXtremeRAID
352 mpt*    at pci? dev ? function ?        # LSI Fusion SCSI/FC
353 pcscp*  at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
354 siop*   at pci? dev ? function ?        # Symbios 53c8xx SCSI
355 esiop*  at pci? dev ? function ?        # Symbios 53c875 SCSI and newer
356 #options        SIOP_SYMLED             # drive the act. LED in software
357 trm*    at pci? dev ? function ?        # Tekram DC-395U/UW/F, DC-315/U SCSI
359 # EISA SCSI controllers
360 ahb*    at eisa? slot ?                 # Adaptec 174[02] SCSI
361 ahc*    at eisa? slot ?                 # Adaptec 274x, aic7770 SCSI
362 bha*    at eisa? slot ?                 # BusLogic 7xx SCSI
363 dpt*    at eisa? slot ?                 # DPT EATA SCSI
364 uha*    at eisa? slot ?                 # UltraStor 24f SCSI
366 # SCSI bus support
367 scsibus* at scsi?
369 # SCSI devices
370 sd*     at scsibus? target ? lun ?      # SCSI disk drives
371 st*     at scsibus? target ? lun ?      # SCSI tape drives
372 cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives
373 ch*     at scsibus? target ? lun ?      # SCSI autochangers
374 ses*    at scsibus? target ? lun ?      # SCSI Enclosure Services devices
375 ss*     at scsibus? target ? lun ?      # SCSI scanners
376 uk*     at scsibus? target ? lun ?      # SCSI unknown
379 # RAID controllers and devices
380 # aac is broken
381 #aac*   at pci? dev ? function ?        # Adaptec AAC family
382 amr*    at pci? dev ? function ?        # AMI/LSI Logic MegaRAID
383 cac*    at eisa? slot ?                 # Compaq EISA array controllers
384 cac*    at pci? dev ? function ?        # Compaq PCI array controllers
385 icp*    at pci? dev ? function ?        # ICP-Vortex GDT & Intel RAID
386 mlx*    at pci? dev ? function ?        # Mylex DAC960 & DEC SWXCR family
387 mlx*    at eisa? slot ?                 # Mylex DAC960 & DEC SWXCR family
388 twe*    at pci? dev ? function ?        # 3ware Escalade RAID controllers
390 #ld*    at aac? unit ?                  # logical disk devices
391 ld*     at amr? unit ?
392 ld*     at cac? unit ?
393 ld*     at icp? unit ?
394 ld*     at mlx? unit ?
395 ld*     at twe? unit ?
397 icpsp*  at icp? unit ?                  # SCSI pass-through
399 # IDE and related devices
400 # PCI IDE controllers - see pciide(4) for supported hardware.
401 # The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
402 # how to set up DMA modes for this chip. This may work, or may cause
403 # a machine hang with some controllers.
404 pciide*         at pci? dev ? function ? flags 0x0000   # GENERIC pciide driver
405 acardide*       at pci? dev ? function ?        # Acard IDE controllers
406 aceride*        at pci? dev ? function ?        # Acer Lab IDE controllers
407 artsata*        at pci? dev ? function ?        # Intel i31244 SATA controller
408 cmdide*         at pci? dev ? function ?        # CMD tech IDE controllers
409 cypide*         at pci? dev ? function ?        # Cypress IDE controllers
410 geodeide*       at pci? dev ? function ?        # AMD Geode IDE controllers
411 hptide*         at pci? dev ? function ?        # Triones/HighPoint IDE controllers
412 optiide*        at pci? dev ? function ?        # Opti IDE controllers
413 pdcide*         at pci? dev ? function ?        # Promise IDE controllers
414 pdcsata*        at pci? dev ? function ?        # Promise SATA150 controllers
415 rccide*         at pci? dev ? function ?        # ServerWorks IDE controllers
416 satalink*       at pci? dev ? function ?        # SiI SATALink controllers
417 siside*         at pci? dev ? function ?        # SiS IDE controllers
418 slide*          at pci? dev ? function ?        # Symphony Labs IDE controllers
419 stpcide*        at pci? dev ? function ?        # STMicro STPC IDE controllers
420 viaide*         at pci? dev ? function ?        # VIA/AMD/Nvidia IDE controllers
422 # ATA (IDE) bus support
423 atabus* at ata?
425 # IDE drives
426 # Flags are used only with controllers that support DMA operations
427 # and mode settings (e.g. some pciide controllers)
428 # The lowest order four bits (rightmost digit) of the flags define the PIO
429 # mode to use, the next set of four bits the DMA mode and the third set the
430 # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
431 # to use, and the last bit must be 1 for this setting to be used.
432 # For DMA and UDMA, 0xf (1111) means 'disable'.
433 # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
434 # (0xc=1100, 0xa=1010, 0xf=1111)
435 # 0x0000 means "use whatever the drive claims to support".
436 wd*     at atabus? drive ? flags 0x0000
438 # ATA RAID configuration support, as found on some Promise controllers.
439 pseudo-device   ataraid
440 ld*     at ataraid? vendtype ? unit ?
442 # ATAPI bus support
443 atapibus* at atapi?
445 # ATAPI devices
446 # flags have the same meaning as for IDE drives.
447 cd*     at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
448 sd*     at atapibus? drive ? flags 0x0000       # ATAPI disk drives
449 st*     at atapibus? drive ? flags 0x0000       # ATAPI tape drives
450 uk*     at atapibus? drive ? flags 0x0000       # ATAPI unknown
452 # Miscellaneous mass storage devices
454 # GSC floppy
455 #fdc*   at gsc?                         # PC floppy controller (WD37C65C)
456 #fd*    at fdc? drive ?                 # the drives themselves
458 # Network Interfaces
460 # GSC network interfaces
461 #medusa* at gsc?                        # FDDI
462 ie*     at gsc?                         # old 82C5[89]6 Ethernet, use iee(4)
463 iee*    at gsc?                         # 82C596 Ethernet
465 # PCI network interfaces
466 an*     at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11)
467 atw*    at pci? dev ? function ?        # ADMtek ADM8211 (802.11)
468 bce*    at pci? dev ? function ?        # Broadcom 4401 10/100 Ethernet
469 bge*    at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
470 # en is broken, uses vtophys
471 #en*    at pci? dev ? function ?        # ENI/Adaptec ATM
472 ep*     at pci? dev ? function ?        # 3Com 3c59x
473 epic*   at pci? dev ? function ?        # SMC EPIC/100 Ethernet
474 esh*    at pci? dev ? function ?        # Essential HIPPI card
475 ex*     at pci? dev ? function ?        # 3Com 90x[BC]
476 # fpa is broken, does funky things with bus_dma
477 #fpa*   at pci? dev ? function ?        # DEC DEFPA FDDI
478 fxp*    at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
479 gsip*   at pci? dev ? function ?        # NS83820 Gigabit Ethernet
480 le*     at pci? dev ? function ?        # PCnet-PCI Ethernet
481 lmc*    at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
482 mtd*    at pci? dev ? function ?        # Myson MTD803 3-in-1 Ethernet
483 ne*     at pci? dev ? function ?        # NE2000-compatible Ethernet
484 ntwoc*  at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial
485 pcn*    at pci? dev ? function ?        # AMD PCnet-PCI Ethernet
486 re*     at pci? dev ? function ?        # Realtek 8139C+/8169/8169S/8110S
487 rtk*    at pci? dev ? function ?        # Realtek 8129/8139
488 sf*     at pci? dev ? function ?        # Adaptec AIC-6915 Ethernet
489 sip*    at pci? dev ? function ?        # SiS 900/DP83815 Ethernet
490 skc*    at pci? dev ? function ?        # SysKonnect SK9821 Gigabit Ethernet
491 sk*     at skc?                         # SysKonnect SK9821 Gigabit Ethernet
492 ste*    at pci? dev ? function ?        # Sundance ST-201 Ethernet
493 stge*   at pci? dev ? function ?        # Sundance/Tamarack TC9021 Gigabit
494 ti*     at pci? dev ? function ?        # Alteon ACEnic gigabit Ethernet
495 tl*     at pci? dev ? function ?        # ThunderLAN-based Ethernet
496 tlp*    at pci? dev ? function ?        # DECchip 21x4x and clones
497 vr*     at pci? dev ? function ?        # VIA Rhine Fast Ethernet
498 wi*     at pci? dev ? function ?        # Intersil Prism Mini-PCI (802.11b)
499 wm*     at pci? dev ? function ?        # Intel 8254x gigabit
501 # EISA network interfaces
502 ep*     at eisa? slot ?                 # 3Com 3c579 Ethernet
503 #fea*   at eisa? slot ?                 # DEC DEFEA FDDI
504 tlp*    at eisa? slot ?                 # DEC DE-425 Ethernet
505 #sh*    at eisa? slot ?                 # Interphase Seahawk 4811 FDDI
506 #ie*    at eisa? slot ?                 # Intel Ethernet
508 # MII/PHY support
509 acphy*  at mii? phy ?                   # Altima AC101 and AMD Am79c874 PHYs
510 amhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs
511 bmtphy* at mii? phy ?                   # Broadcom BCM5201 and BCM5202 PHYs
512 brgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs
513 dmphy*  at mii? phy ?                   # Davicom DM9101 PHYs
514 exphy*  at mii? phy ?                   # 3Com internal PHYs
515 gentbi* at mii? phy ?                   # Generic Ten-Bit 1000BASE-[CLS]X PHYs
516 glxtphy* at mii? phy ?                  # Level One LXT-1000 PHYs
517 gphyter* at mii? phy ?                  # NS83861 Gig-E PHY
518 icsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x
519 igphy*  at mii? phy ?                   # Intel IGP01E1000
520 ikphy*  at mii? phy ?                   # Intel 82563 PHYs
521 inphy*  at mii? phy ?                   # Intel 82555 PHYs
522 iophy*  at mii? phy ?                   # Intel 82553 PHYs
523 lxtphy* at mii? phy ?                   # Level One LXT-970 PHYs
524 makphy* at mii? phy ?                   # Marvell Semiconductor 88E1000 PHYs
525 nsphy*  at mii? phy ?                   # NS83840 PHYs
526 nsphyter* at mii? phy ?                 # NS83843 PHYs
527 pnaphy* at mii? phy ?                   # generic HomePNA PHYs
528 qsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
529 sqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
530 tlphy*  at mii? phy ?                   # ThunderLAN PHYs
531 tqphy*  at mii? phy ?                   # TDK Semiconductor PHYs
532 ukphy*  at mii? phy ?                   # generic unknown PHYs
533 urlphy* at mii? phy ?                   # Realtek RTL8150L internal PHYs
535 # Audio Devices
537 # GSC audio devices
538 #aone*  at gsc?                         # Audio Type 1 (PSB 2160-N)
539 harmony* at gsc?                        # Audio Type 2 (CS4215)
540 #com*   at harmony?                     # Telephone add-in card
541 audio*  at audiobus?
543 # Pseudo-Devices
545 pseudo-device   crypto                  # /dev/crypto device
546 pseudo-device   swcrypto                # software crypto implementation
548 # disk/mass storage pseudo-devices
549 pseudo-device   ccd             4       # concatenated/striped disk devices
550 #pseudo-device  cgd             4       # cryptographic disk devices
551 pseudo-device   raid            8       # RAIDframe disk driver
552 options         RAID_AUTOCONFIG         # auto-configuration of RAID components
553 #Options to enable various other RAIDframe RAID types.
554 #options        RF_INCLUDE_EVENODD=1
555 #options        RF_INCLUDE_RAID5_RS=1
556 #options        RF_INCLUDE_PARITYLOGGING=1
557 #options        RF_INCLUDE_CHAINDECLUSTER=1
558 #options        RF_INCLUDE_INTERDECLUSTER=1
559 #options        RF_INCLUDE_PARITY_DECLUSTERING=1
560 #options        RF_INCLUDE_PARITY_DECLUSTERING_DS=1
561 pseudo-device   fss             4       # file system snapshot device
562 pseudo-device   md              1       # memory disk device (ramdisk)
563 pseudo-device   vnd                     # disk-like interface to files
564 #options        VND_COMPRESSION         # compressed vnd(4)
565 pseudo-device   putter                  # for puffs and pud
567 # network pseudo-devices
568 pseudo-device   bpfilter                # Berkeley packet filter
569 #pseudo-device  carp                    # Common Address Redundancy Protocol
570 pseudo-device   ipfilter                # IP filter (firewall) and NAT
571 pseudo-device   loop                    # network loopback
572 pseudo-device   ppp                     # Point-to-Point Protocol
573 pseudo-device   pppoe                   # PPP over Ethernet (RFC 2516)
574 pseudo-device   sl                      # Serial Line IP
575 pseudo-device   strip                   # Starmode Radio IP (Metricom)
576 pseudo-device   irframetty              # IrDA frame line discipline
577 pseudo-device   tun                     # network tunneling over tty
578 pseudo-device   tap                     # virtual Ethernet
579 pseudo-device   gre                     # generic L3 over IP tunnel
580 pseudo-device   gif                     # IPv[46] over IPv[46] tunnel (RFC1933)
581 #pseudo-device  faith                   # IPv[46] tcp relay translation i/f
582 pseudo-device   stf                     # 6to4 IPv6 over IPv4 encapsulation
583 pseudo-device   vlan                    # IEEE 802.1q encapsulation
584 pseudo-device   bridge                  # simple inter-network bridging
585 #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
586 pseudo-device   agr                     # IEEE 802.3ad link aggregation
589 # accept filters
590 pseudo-device   accf_data               # "dataready" accept filter
591 pseudo-device   accf_http               # "httpready" accept filter
593 # miscellaneous pseudo-devices
594 pseudo-device   pty                     # pseudo-terminals
595 pseudo-device   sequencer       1       # MIDI sequencer
596 # rnd works; RND_COM does not on port hp700 yet.
597 pseudo-device   rnd                     # /dev/random and in-kernel generator
598 #options        RND_COM                 # use "com" randomness as well (BROKEN)
599 pseudo-device   clockctl                # user control of clock subsystem
601 # a pseudo device needed for Coda       # also needs CODA (above)
602 pseudo-device   vcoda           4       # coda minicache <-> venus comm.
604 # wscons pseudo-devices
605 pseudo-device   wsmux                   # mouse & keyboard multiplexor
606 pseudo-device   wsfont
607 pseudo-device   ksyms                   # /dev/ksyms
608 #pseudo-device  pf                      # PF packet filter
609 #pseudo-device  pflog                   # PF log if
611 # Veriexec
613 # a pseudo device needed for veriexec
614 #pseudo-device  veriexec                1
616 # Uncomment the fingerprint methods below that are desired. Note that
617 # removing fingerprint methods will have almost no impact on the kernel
618 # code size.
620 #options VERIFIED_EXEC_FP_RMD160
621 #options VERIFIED_EXEC_FP_SHA256
622 #options VERIFIED_EXEC_FP_SHA384
623 #options VERIFIED_EXEC_FP_SHA512
624 #options VERIFIED_EXEC_FP_SHA1
625 #options VERIFIED_EXEC_FP_MD5