Home | History | Annotate | Line # | Download | only in conf
TS7200 revision 1.3
      1  1.1  joff #	$NetBSD: TS7200,v 1.3 2004/12/27 02:44:38 joff Exp $
      2  1.1  joff #
      3  1.1  joff #	GENERIC -- Generic kernel
      4  1.1  joff #
      5  1.1  joff 
      6  1.1  joff include	"arch/evbarm/conf/std.tsarm"
      7  1.1  joff 
      8  1.1  joff #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.1  joff options		MSGBUFSIZE=65536
     10  1.1  joff #options 	KSTACK_CHECK_MAGIC
     11  1.1  joff 
     12  1.1  joff # estimated number of users
     13  1.1  joff maxusers	32
     14  1.1  joff 
     15  1.1  joff # Standard system options
     16  1.1  joff 
     17  1.1  joff options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     18  1.1  joff options 	NTP		# NTP phase/frequency locked loop
     19  1.1  joff 
     20  1.1  joff # CPU options
     21  1.1  joff 
     22  1.1  joff options 	CPU_ARM9	# Support the ARM9TDMI core
     23  1.1  joff 
     24  1.1  joff # File systems
     25  1.1  joff 
     26  1.1  joff file-system	FFS		# UFS
     27  1.1  joff #file-system	LFS		# log-structured file system
     28  1.1  joff file-system	MFS		# memory file system
     29  1.1  joff file-system	NFS		# Network file system
     30  1.1  joff #file-system 	ADOSFS		# AmigaDOS-compatible file system
     31  1.1  joff file-system 	EXT2FS		# second extended file system (linux)
     32  1.1  joff #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     33  1.1  joff file-system	MSDOSFS		# MS-DOS file system
     34  1.1  joff #file-system	FDESC		# /dev/fd
     35  1.1  joff #file-system    FILECORE        # Acorn filecore file system
     36  1.1  joff file-system	KERNFS		# /kern
     37  1.1  joff file-system	NULLFS		# loopback file system
     38  1.1  joff #file-system	PORTAL		# portal filesystem (still experimental)
     39  1.1  joff file-system	PROCFS		# /proc
     40  1.1  joff #file-system	UMAPFS		# NULLFS + uid and gid remapping
     41  1.1  joff file-system	UNION		# union file system
     42  1.1  joff 
     43  1.1  joff # File system options
     44  1.1  joff #options 	QUOTA		# UFS quotas
     45  1.1  joff #options 	FFS_EI		# FFS Endian Independant support
     46  1.1  joff options 	NFSSERVER
     47  1.1  joff options 	SOFTDEP
     48  1.1  joff 
     49  1.1  joff # Networking options
     50  1.1  joff 
     51  1.1  joff #options 	GATEWAY		# packet forwarding
     52  1.1  joff options 	INET		# IP + ICMP + TCP + UDP
     53  1.1  joff #options 	INET6		# IPV6
     54  1.1  joff #options 	IPSEC		# IP security
     55  1.1  joff #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     56  1.1  joff #options 	IPSEC_DEBUG	# debug for IP security
     57  1.1  joff #options 	MROUTING	# IP multicast routing
     58  1.1  joff #options 	NS		# XNS
     59  1.1  joff #options 	NSIP		# XNS tunneling over IP
     60  1.1  joff #options 	ISO,TPIP	# OSI
     61  1.1  joff #options 	EON		# OSI tunneling over IP
     62  1.1  joff #options 	CCITT,LLC,HDLC	# X.25
     63  1.1  joff #options 	NETATALK	# AppleTalk networking
     64  1.1  joff #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     65  1.1  joff #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     66  1.1  joff #options 	PPP_DEFLATE	# Deflate compression support for PPP
     67  1.1  joff #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     68  1.1  joff #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     69  1.1  joff 
     70  1.2  joff options 	NFS_BOOT_BOOTP
     71  1.2  joff options 	NFS_BOOT_DHCP
     72  1.1  joff #options 	NFS_BOOT_BOOTPARAM
     73  1.1  joff 
     74  1.1  joff # Compatibility options
     75  1.1  joff 
     76  1.1  joff #options 	COMPAT_LINUX
     77  1.1  joff options 	COMPAT_16	# NetBSD 1.6
     78  1.1  joff options 	COMPAT_20	# NetBSD 2.0
     79  1.1  joff #options 	COMPAT_43	# 4.3BSD compatibility.
     80  1.1  joff #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     81  1.1  joff #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     82  1.1  joff #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     83  1.1  joff #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     84  1.1  joff #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     85  1.1  joff #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     86  1.1  joff #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     87  1.1  joff #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     88  1.1  joff #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     89  1.1  joff 
     90  1.1  joff # Shared memory options
     91  1.1  joff 
     92  1.1  joff options 	SYSVMSG		# System V-like message queues
     93  1.1  joff options 	SYSVSEM		# System V-like semaphores
     94  1.1  joff options 	SEMMNI=10	# number of semaphore identifiers
     95  1.1  joff options 	SEMMNS=60	# number of semaphores in system
     96  1.1  joff options 	SEMUME=10	# max number of undo entries per process
     97  1.1  joff options 	SEMMNU=30	# number of undo structures in system
     98  1.1  joff options 	SYSVSHM		# System V-like memory sharing
     99  1.1  joff options 	SHMMAXPGS=1024	# 1024 pages is the default
    100  1.1  joff 
    101  1.1  joff # Device options
    102  1.1  joff 
    103  1.1  joff #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    104  1.1  joff #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    105  1.1  joff #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    106  1.1  joff 
    107  1.1  joff # Console options.  The default console is speed is 115200 baud.
    108  1.1  joff #options 	CONSPEED=9600		# Console speed
    109  1.1  joff 
    110  1.1  joff # Miscellaneous kernel options
    111  1.1  joff options 	KTRACE		# system call tracing, a la ktrace(1)
    112  1.1  joff options 	IRQSTATS	# manage IRQ statistics
    113  1.1  joff #options 	LKM		# loadable kernel modules
    114  1.1  joff #options 	KMEMSTATS	# kernel memory statistics
    115  1.1  joff #options 	SCSIVERBOSE	# Verbose SCSI errors
    116  1.1  joff #options 	PCIVERBOSE	# Verbose PCI descriptions
    117  1.1  joff #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    118  1.1  joff #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    119  1.1  joff #options 	DDB_KEYCODE=0x40
    120  1.1  joff #options 	USERCONF	# userconf(4) support
    121  1.1  joff #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    122  1.1  joff 
    123  1.1  joff # Development and Debugging options
    124  1.1  joff 
    125  1.1  joff #options 	PERFCTRS	# performance counters
    126  1.1  joff options 	DIAGNOSTIC	# internally consistency checks
    127  1.1  joff #options 	DEBUG
    128  1.1  joff #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    129  1.1  joff #options 	IPKDB		# remote kernel debugging
    130  1.1  joff #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    131  1.1  joff options 	DDB		# in-kernel debugger
    132  1.1  joff options		DDB_ONPANIC=1
    133  1.1  joff options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    134  1.1  joff #makeoptions	DEBUG="-g"	# compile full symbol table
    135  1.3  joff options 	SYMTAB_SPACE=370000
    136  1.1  joff 
    137  1.1  joff ##options 	PMAP_INCLUDE_PTE_SYNC
    138  1.1  joff ##options 	LOCKDEBUG
    139  1.1  joff 
    140  1.1  joff config		netbsd		root on ? type ?
    141  1.2  joff config		netbsd-epe0	root on epe0 type nfs
    142  1.2  joff config		netbsd-wd0	root on wd0 type ffs
    143  1.2  joff config		netbsd-sd0	root on sd0 type ffs
    144  1.1  joff 
    145  1.1  joff # The main bus device
    146  1.1  joff mainbus0	at root
    147  1.1  joff 
    148  1.1  joff # The boot cpu
    149  1.1  joff cpu0		at mainbus?
    150  1.1  joff 
    151  1.1  joff # Cirrus Logic EP93xx System-on-chip
    152  1.1  joff epsoc0		at mainbus?
    153  1.1  joff # On-chip timers
    154  1.1  joff epclk0		at epsoc? addr 0x80810000 size 0x90 intr 35
    155  1.1  joff # On-chip serial UARTS
    156  1.1  joff epcom0		at epsoc? addr 0x808c0000 size 0x1000 intr 52
    157  1.1  joff epcom1		at epsoc? addr 0x808d0000 size 0x1000 intr 54
    158  1.1  joff # On-chip USB 1.1
    159  1.1  joff ohci*		at epsoc? addr 0x80020000 size 0x1000 intr 56
    160  1.1  joff # On-chip 10/100 Ethernet
    161  1.1  joff epe0		at epsoc? addr 0x80010000 size 0x10000 intr 39
    162  1.1  joff # On-board TS-7200 CPLD
    163  1.1  joff tspld0		at mainbus?
    164  1.1  joff # PC/104 bus
    165  1.1  joff isa0		at tspld?
    166  1.1  joff # CompactFlash interface
    167  1.1  joff wdc0		at tspld?
    168  1.3  joff # TS-5620 battery-backed real-time clock
    169  1.3  joff tsrtc*		at tspld?
    170  1.1  joff 
    171  1.1  joff # TS-SER[1,2,4] multiport serial PC/104 cards
    172  1.1  joff com0		at isa? port 0x3f8 irq 6        # Standard PC serial ports
    173  1.1  joff com1		at isa? port 0x2f8 irq 6
    174  1.1  joff com2		at isa? port 0x3e8 irq 6
    175  1.1  joff com3		at isa? port 0x2e8 irq 6
    176  1.1  joff 
    177  1.1  joff wdc1	at isa? port 0x1f0 irq 7 flags 0x00
    178  1.1  joff wdc2	at isa? port 0x170 irq 7 flags 0x00
    179  1.1  joff 
    180  1.1  joff # ATA (IDE) bus support
    181  1.1  joff atabus* at ata?
    182  1.1  joff 
    183  1.1  joff # IDE drives
    184  1.1  joff # Flags are used only with controllers that support DMA operations
    185  1.1  joff # and mode settings (e.g. some pciide controllers)
    186  1.1  joff # The lowest order four bits (rightmost digit) of the flags define the PIO
    187  1.1  joff # mode to use, the next set of four bits the DMA mode and the third set the
    188  1.1  joff # UltraDMA mode. For each set of four bits, the 3 lower bits define the mode
    189  1.1  joff # to use, and the last bit must be 1 for this setting to be used.
    190  1.1  joff # For DMA and UDMA, 0xf (1111) means 'disable'.
    191  1.1  joff # 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'.
    192  1.1  joff # (0xc=1100, 0xa=1010, 0xf=1111)
    193  1.1  joff # 0x0000 means "use whatever the drive claims to support".
    194  1.1  joff wd*	at atabus? drive ? flags 0x00ff
    195  1.1  joff 
    196  1.1  joff # ATAPI bus support
    197  1.1  joff #atapibus* at atapi?
    198  1.1  joff 
    199  1.1  joff # ATAPI devices
    200  1.1  joff # flags have the same meaning as for IDE drives.
    201  1.1  joff # XXX No DMA on IDE devices for now
    202  1.1  joff #cd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
    203  1.1  joff #sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    204  1.1  joff #st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    205  1.1  joff #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    206  1.1  joff 
    207  1.1  joff # MII/PHY support
    208  1.1  joff #acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
    209  1.1  joff #amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
    210  1.1  joff #bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    211  1.1  joff #brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
    212  1.1  joff #dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    213  1.1  joff #exphy*	at mii? phy ?			# 3Com internal PHYs
    214  1.1  joff #gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    215  1.1  joff #glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    216  1.1  joff #gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    217  1.1  joff #icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
    218  1.1  joff #igphy*	at mii? phy ?			# Intel IGP01E1000
    219  1.1  joff #inphy*	at mii? phy ?			# Intel 82555 PHYs
    220  1.1  joff #iophy*	at mii? phy ?			# Intel 82553 PHYs
    221  1.1  joff #lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
    222  1.1  joff #makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    223  1.1  joff #nsphy*	at mii? phy ?			# NS83840 PHYs
    224  1.1  joff #nsphyter* at mii? phy ? 		# NS83843 PHYs
    225  1.1  joff #pnaphy* at mii? phy ?			# generic HomePNA PHYs
    226  1.1  joff #qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    227  1.1  joff #sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    228  1.1  joff #tlphy*	at mii? phy ?			# ThunderLAN PHYs
    229  1.1  joff #tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    230  1.1  joff ukphy*	at mii? phy ?			# generic unknown PHYs
    231  1.1  joff #urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    232  1.1  joff 
    233  1.1  joff # USB Controller and Devices
    234  1.1  joff 
    235  1.1  joff # USB bus support
    236  1.1  joff #usb*	at ehci?
    237  1.1  joff usb*	at ohci?
    238  1.1  joff #usb*	at uhci?
    239  1.1  joff #usb*	at slhci?
    240  1.1  joff 
    241  1.1  joff # USB Hubs
    242  1.1  joff uhub*	at usb?
    243  1.1  joff uhub*	at uhub? port ? configuration ? interface ?
    244  1.1  joff 
    245  1.1  joff # USB HID device
    246  1.1  joff uhidev*	at uhub? port ? configuration ? interface ?
    247  1.1  joff 
    248  1.1  joff # USB Mice
    249  1.1  joff # ums*	at uhidev? reportid ?
    250  1.1  joff # wsmouse* at ums? mux 0
    251  1.1  joff 
    252  1.1  joff # USB eGalax touch-panel
    253  1.1  joff # uep*	at uhub? port ?
    254  1.1  joff # wsmouse* at uep? mux 0
    255  1.1  joff 
    256  1.1  joff # USB Keyboards
    257  1.1  joff #ukbd*	at uhidev? reportid ?
    258  1.1  joff # wskbd*	at ukbd? console ? mux 1
    259  1.1  joff 
    260  1.1  joff # USB Generic HID devices
    261  1.1  joff uhid*	at uhidev? reportid ?
    262  1.1  joff 
    263  1.1  joff # USB Printer
    264  1.1  joff ulpt*	at uhub? port ? configuration ? interface ?
    265  1.1  joff 
    266  1.1  joff # USB Modem
    267  1.1  joff umodem*	at uhub? port ? configuration ?
    268  1.1  joff ucom*	at umodem?
    269  1.1  joff 
    270  1.1  joff # USB Mass Storage
    271  1.1  joff umass*	at uhub? port ? configuration ? interface ?
    272  1.1  joff scsibus* at umass?
    273  1.1  joff # SCSI devices
    274  1.1  joff sd*     at scsibus? target ? lun ?      # SCSI disk drives
    275  1.1  joff #st*     at scsibus? target ? lun ?      # SCSI tape drives
    276  1.1  joff #cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives
    277  1.1  joff #ch*     at scsibus? target ? lun ?      # SCSI autochangers
    278  1.1  joff #ses*    at scsibus? target ? lun ?      # SCSI Enclosure Services devices
    279  1.1  joff #ss*     at scsibus? target ? lun ?      # SCSI scanners
    280  1.1  joff #uk*     at scsibus? target ? lun ?      # SCSI unknown
    281  1.1  joff 
    282  1.1  joff # wd*	at umass?
    283  1.1  joff 
    284  1.1  joff # USB audio
    285  1.1  joff uaudio*	at uhub? port ? configuration ?
    286  1.1  joff 
    287  1.1  joff # USB MIDI
    288  1.1  joff umidi* at uhub? port ? configuration ?
    289  1.1  joff 
    290  1.1  joff # USB IrDA
    291  1.1  joff # USB-IrDA bridge spec
    292  1.1  joff uirda* at uhub? port ? configuration ? interface ?
    293  1.1  joff irframe* at uirda?
    294  1.1  joff 
    295  1.1  joff # SigmaTel STIr4200 USB/IrDA Bridge
    296  1.1  joff ustir* at uhub? port ?
    297  1.1  joff irframe* at ustir?
    298  1.1  joff 
    299  1.1  joff # USB Ethernet adapters
    300  1.1  joff aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    301  1.1  joff axe*	at uhub? port ?		# ASIX AX88172 based adapters
    302  1.1  joff cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    303  1.1  joff kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    304  1.1  joff udav*	at uhub? port ?		# Davicom DM9601 based adapters
    305  1.1  joff url*	at uhub? port ?		# Realtek RTL8150L based adapters
    306  1.1  joff 
    307  1.1  joff # Prolific PL2301/PL2302 host-to-host adapter
    308  1.1  joff upl*	at uhub? port ?
    309  1.1  joff 
    310  1.1  joff # Serial adapters
    311  1.1  joff ubsa*	at uhub? port ?		# Belkin serial adapter
    312  1.1  joff ucom*	at ubsa? portno ?
    313  1.1  joff 
    314  1.1  joff uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    315  1.1  joff ucom*	at uftdi? portno ?
    316  1.1  joff 
    317  1.1  joff umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    318  1.1  joff ucom*	at umct? portno ?
    319  1.1  joff 
    320  1.1  joff uplcom* at uhub? port ? 	# I/O DATA USB-RSAQ2 serial adapter
    321  1.1  joff ucom*	at uplcom? portno ?
    322  1.1  joff 
    323  1.1  joff uvscom* at uhub? port ? 	# SUNTAC Slipper U VS-10U serial adapter
    324  1.1  joff ucom*	at uvscom? portno ?
    325  1.1  joff 
    326  1.1  joff # Diamond Multimedia Rio 500
    327  1.1  joff # urio*	at uhub? port ?
    328  1.1  joff 
    329  1.1  joff # USB Handspring Visor
    330  1.1  joff # uvisor*	at uhub? port ?
    331  1.1  joff # ucom*	at uvisor?
    332  1.1  joff 
    333  1.1  joff # USB scanners
    334  1.1  joff # uscanner* at uhub? port ?
    335  1.1  joff 
    336  1.1  joff # USB scanners that use SCSI emulation, e.g., HP5300
    337  1.1  joff # usscanner* at uhub? port ?
    338  1.1  joff 
    339  1.1  joff # Y@P firmware loader
    340  1.1  joff # uyap* at uhub? port ?
    341  1.1  joff 
    342  1.1  joff # D-Link DSB-R100 USB radio
    343  1.1  joff # udsbr*	at uhub? port ?
    344  1.1  joff # radio*	at udsbr?
    345  1.1  joff 
    346  1.1  joff # USB Generic driver
    347  1.1  joff ugen*	at uhub? port ?
    348  1.1  joff 
    349  1.1  joff # IrDA and Consumer Ir devices
    350  1.1  joff 
    351  1.1  joff # Toshiba Oboe
    352  1.1  joff # oboe* 	at pci? dev ? function ?
    353  1.1  joff # irframe* at oboe?
    354  1.1  joff 
    355  1.1  joff # CardBus IEEE1394 controllers
    356  1.1  joff #fwohci* at cardbus? dev ? function ?	# IEEE1394 Open Host Controller
    357  1.1  joff 
    358  1.1  joff #fw*	at fwbus?			# IP over 1394
    359  1.1  joff 
    360  1.1  joff # IEEE1394 nodes
    361  1.1  joff #fwnode* at fwbus? idhi ? idlo ?
    362  1.1  joff #sbpscsi* at fwnode?
    363  1.1  joff #scsibus* at sbpscsi?
    364  1.1  joff 
    365  1.1  joff # Audio Devices
    366  1.1  joff 
    367  1.1  joff # OPL[23] FM synthesizers
    368  1.1  joff #opl*	at cmpci? flags 1
    369  1.1  joff #opl*	at eso?
    370  1.1  joff #opl*	at fms?
    371  1.1  joff #opl*	at sv?
    372  1.1  joff #opl*	at yds?
    373  1.1  joff 
    374  1.1  joff # Audio support
    375  1.1  joff audio*	at audiobus?
    376  1.1  joff 
    377  1.1  joff # MPU 401 UARTs
    378  1.1  joff #mpu*	at cmpci?
    379  1.1  joff #mpu*	at eso?
    380  1.1  joff #mpu*	at fms?
    381  1.1  joff #mpu*	at yds?
    382  1.1  joff 
    383  1.1  joff # MIDI support
    384  1.1  joff #midi*	at midibus?
    385  1.1  joff 
    386  1.1  joff # Pseudo-Devices
    387  1.1  joff 
    388  1.1  joff # disk/mass storage pseudo-devices
    389  1.1  joff #pseudo-device	md		1	# memory disk device (ramdisk)
    390  1.1  joff #pseudo-device	vnd		4	# disk-like interface to files
    391  1.1  joff 
    392  1.1  joff # network pseudo-devices
    393  1.1  joff pseudo-device	bpfilter	4	# Berkeley packet filter
    394  1.1  joff pseudo-device	loop			# network loopback
    395  1.1  joff #pseudo-device	kttcp			# network loopback
    396  1.1  joff 
    397  1.1  joff # miscellaneous pseudo-devices
    398  1.1  joff pseudo-device	pty			# pseudo-terminals
    399  1.1  joff pseudo-device	rnd			# /dev/random and in-kernel generator
    400  1.1  joff #options	RND_COM
    401  1.1  joff pseudo-device	clockctl		# user control of clock subsystem
    402  1.1  joff pseudo-device	ksyms			# /dev/ksyms
    403  1.1  joff 
    404  1.1  joff # data mover pseudo-devices
    405  1.1  joff #pseudo-device	swdmover		# softare dmover(9) back-end
    406  1.1  joff #pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    407  1.1  joff 
    408  1.1  joff # wscons pseudo-devices
    409  1.1  joff #pseudo-device	wsmux			# mouse & keyboard multiplexor
    410  1.1  joff #pseudo-device	wsfont
    411  1.1  joff 
    412