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