Home | History | Annotate | Line # | Download | only in conf
TWINTAIL revision 1.4.2.4
      1  1.4.2.4      yamt #	$NetBSD: TWINTAIL,v 1.4.2.4 2008/01/21 09:36:08 yamt Exp $
      2      1.1       bsh #
      3      1.1       bsh #	TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel
      4      1.1       bsh #
      5      1.1       bsh 
      6      1.1       bsh include	"arch/evbarm/conf/std.g42xxeb"
      7      1.1       bsh 
      8      1.1       bsh # estimated number of users
      9      1.1       bsh 
     10      1.1       bsh maxusers	32
     11      1.1       bsh 
     12      1.1       bsh options 	VERBOSE_ARM32
     13      1.1       bsh #options 	INTR_DEBUG
     14      1.1       bsh #options	BOOTHOWTO=RB_SINGLE
     15      1.1       bsh options 	PCMCIADEBUG
     16      1.1       bsh options 	PCMCIACISDEBUG
     17      1.1       bsh 
     18      1.1       bsh # Standard system options
     19      1.1       bsh 
     20      1.1       bsh options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     21      1.1       bsh #options 	NTP		# NTP phase/frequency locked loop
     22      1.1       bsh 
     23      1.1       bsh # CPU options
     24      1.1       bsh 
     25      1.4       bsh options 	CPU_XSCALE_PXA250	# Support the XScale core
     26      1.4       bsh #options 	CPU_XSCALE_PXA270	# You can enable this, but useless for this board.
     27      1.1       bsh #options 	XSCALE_CACHE_WRITE_THROUGH
     28      1.1       bsh options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     29      1.3  rearnsha makeoptions	CPUFLAGS="-mcpu=xscale"
     30      1.1       bsh 
     31      1.1       bsh # Architecture options
     32      1.1       bsh 
     33      1.1       bsh # File systems
     34      1.1       bsh 
     35      1.1       bsh file-system	FFS		# UFS
     36      1.1       bsh #file-system	LFS		# log-structured file system
     37      1.1       bsh file-system	MFS		# memory file system
     38      1.1       bsh file-system	NFS		# Network file system
     39      1.1       bsh #file-system 	ADOSFS		# AmigaDOS-compatible file system
     40      1.1       bsh #file-system 	EXT2FS		# second extended file system (linux)
     41      1.1       bsh file-system	CD9660		# ISO 9660 + Rock Ridge file system
     42      1.1       bsh file-system	MSDOSFS		# MS-DOS file system
     43      1.1       bsh file-system	FDESC		# /dev/fd
     44      1.1       bsh file-system	KERNFS		# /kern
     45      1.1       bsh file-system	NULLFS		# loopback file system
     46      1.1       bsh file-system	PORTAL		# portal filesystem (still experimental)
     47      1.1       bsh file-system	PROCFS		# /proc
     48      1.1       bsh #file-system	UMAPFS		# NULLFS + uid and gid remapping
     49      1.1       bsh file-system	UNION		# union file system
     50  1.4.2.1      yamt file-system	PTYFS		# /dev/pts/N support
     51      1.1       bsh 
     52      1.1       bsh # File system options
     53      1.1       bsh #options 	QUOTA		# UFS quotas
     54      1.1       bsh #options 	FFS_EI		# FFS Endian Independant support
     55      1.1       bsh #options 	NFSSERVER
     56      1.1       bsh options 	SOFTDEP
     57  1.4.2.1      yamt #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     58      1.1       bsh 
     59      1.1       bsh # Networking options
     60      1.1       bsh 
     61      1.1       bsh #options 	GATEWAY		# packet forwarding
     62      1.1       bsh options 	INET		# IP + ICMP + TCP + UDP
     63      1.1       bsh options 	INET6		# IPV6
     64      1.1       bsh #options 	IPSEC		# IP security
     65      1.1       bsh #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     66  1.4.2.1      yamt #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     67      1.1       bsh #options 	IPSEC_DEBUG	# debug for IP security
     68      1.1       bsh #options 	MROUTING	# IP multicast routing
     69      1.1       bsh #options 	ISO,TPIP	# OSI
     70      1.1       bsh #options 	EON		# OSI tunneling over IP
     71      1.1       bsh #options 	NETATALK	# AppleTalk networking
     72      1.1       bsh #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     73      1.1       bsh #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     74      1.1       bsh #options 	PPP_DEFLATE	# Deflate compression support for PPP
     75      1.1       bsh #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     76      1.1       bsh #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     77      1.1       bsh 
     78      1.1       bsh options 	NFS_BOOT_BOOTP
     79      1.1       bsh options 	NFS_BOOT_DHCP
     80      1.1       bsh #options 	NFS_BOOT_BOOTPARAM
     81      1.1       bsh 
     82      1.1       bsh # Compatibility options
     83      1.1       bsh 
     84      1.1       bsh #options 	COMPAT_43	# 4.3BSD compatibility.
     85  1.4.2.1      yamt options 	COMPAT_30	# NetBSD 3.0 compatibility.
     86      1.1       bsh options 	COMPAT_20	# NetBSD 2.0 compatibility.
     87      1.1       bsh options 	COMPAT_16	# NetBSD 1.6 compatibility.
     88      1.1       bsh #options 	COMPAT_15	# NetBSD 1.5 compatibility.
     89      1.1       bsh #options 	COMPAT_14	# NetBSD 1.4 compatibility.
     90      1.1       bsh #options 	COMPAT_13	# NetBSD 1.3 compatibility.
     91      1.1       bsh #options 	COMPAT_12	# NetBSD 1.2 compatibility.
     92      1.1       bsh #options 	COMPAT_11	# NetBSD 1.1 compatibility.
     93      1.1       bsh #options 	COMPAT_10	# NetBSD 1.0 compatibility.
     94      1.1       bsh #options 	COMPAT_09	# NetBSD 0.9 compatibility.
     95      1.1       bsh #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     96      1.1       bsh 
     97      1.1       bsh # Shared memory options
     98      1.1       bsh 
     99      1.1       bsh #options 	SYSVMSG		# System V-like message queues
    100      1.1       bsh #options 	SYSVSEM		# System V-like semaphores
    101      1.1       bsh #options 	SEMMNI=10	# number of semaphore identifiers
    102      1.1       bsh #options 	SEMMNS=60	# number of semaphores in system
    103      1.1       bsh #options 	SEMUME=10	# max number of undo entries per process
    104      1.1       bsh #options 	SEMMNU=30	# number of undo structures in system
    105      1.1       bsh #options 	SYSVSHM		# System V-like memory sharing
    106      1.1       bsh #options 	SHMMAXPGS=1024	# 1024 pages is the default
    107      1.1       bsh 
    108      1.1       bsh # Device options
    109      1.1       bsh 
    110      1.1       bsh #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    111      1.1       bsh #options 	MEMORY_DISK_SIZE=3072	# Size in blocks
    112      1.1       bsh #options 	MEMORY_DISK_DYNAMIC
    113      1.1       bsh #options 	MINIROOTSIZE=1000	# Size in blocks
    114      1.1       bsh #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    115      1.1       bsh 
    116      1.1       bsh # Miscellaneous kernel options
    117      1.1       bsh options 	KTRACE		# system call tracing, a la ktrace(1)
    118      1.1       bsh #options 	LKM		# loadable kernel modules
    119      1.1       bsh #options 	KMEMSTATS	# kernel memory statistics
    120      1.1       bsh options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    121      1.1       bsh options 	USBVERBOSE	# verbose USB device autoconfig messages
    122      1.1       bsh options 	SCSIVERBOSE	# Verbose SCSI errors
    123      1.1       bsh #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    124      1.1       bsh #options 	DDB_KEYCODE=0x40
    125      1.1       bsh #options 	USERCONF	# userconf(4) support
    126      1.1       bsh 
    127      1.1       bsh # Development and Debugging options
    128      1.1       bsh 
    129      1.1       bsh options 	DIAGNOSTIC	# internally consistency checks
    130      1.1       bsh #options 	DEBUG
    131      1.1       bsh #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    132      1.1       bsh #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    133      1.1       bsh #options 	DDB		# in-kernel debugger
    134      1.1       bsh #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    135      1.1       bsh #options 	KGDB
    136      1.1       bsh #options  	DEBUG_KGDB
    137      1.4       bsh makeoptions	DEBUG="-g -O2"	# compile full symbol table
    138  1.4.2.4      yamt options 	SYMTAB_SPACE=340000
    139      1.1       bsh #options 	AUDIO_DEBUG=2
    140      1.1       bsh 
    141      1.1       bsh config		netbsd		root on ? type ?
    142      1.1       bsh config		netbsd-ne0	root on ne0 type nfs
    143      1.1       bsh 
    144      1.1       bsh # The main bus device
    145      1.1       bsh mainbus0	at root
    146      1.1       bsh 
    147      1.1       bsh # The boot cpu
    148      1.1       bsh cpu0		at mainbus?
    149      1.1       bsh 
    150      1.1       bsh # integrated peripherals
    151      1.1       bsh pxaip0	at mainbus?
    152      1.1       bsh 
    153      1.1       bsh pxaintc0 at pxaip?	# interrupt controller
    154      1.1       bsh pxagpio0 at pxaip?	# GPIO
    155      1.1       bsh 
    156      1.1       bsh # cotulla integrated 16550 UARTs
    157      1.1       bsh options COM_PXA2X0
    158      1.1       bsh com0	at pxaip?  addr 0x40100000 intr 22      # Full Function UART
    159      1.1       bsh com1	at pxaip?  addr 0x40200000 intr 21 	# BlueTootth UART
    160      1.1       bsh #com2	at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
    161      1.1       bsh options FFUARTCONSOLE
    162      1.1       bsh options BTUARTCONSOLE
    163      1.1       bsh options KGDB_DEVNAME="\"ffuart\""   # ffuart or btuart
    164      1.1       bsh options KGDB_DEVRATE=115200
    165      1.1       bsh 
    166      1.1       bsh #aupxa0	at pxaip?		# AC97 interface
    167      1.1       bsh 
    168      1.1       bsh # Audio support
    169      1.1       bsh #audio*	at audiobus?
    170      1.1       bsh 
    171      1.1       bsh 
    172      1.1       bsh # FlashROM disk driver
    173      1.1       bsh # frd*	at pxaip?
    174      1.1       bsh 
    175      1.1       bsh # On-board device support
    176      1.1       bsh obio0          at pxaip? intr 8
    177      1.1       bsh ne0            at obio? addr 0x0e000200 intr 5         # on-board Asix AX88796
    178      1.1       bsh 
    179      1.1       bsh # LCD
    180      1.1       bsh #device-major	lcd  		char 37
    181      1.1       bsh lcd0		at obio?
    182      1.1       bsh wsdisplay*	at lcd? console ?
    183      1.1       bsh options FONT_SONY8x16
    184      1.1       bsh #options FONT_VT220L8x8
    185      1.1       bsh options 	WSEMUL_VT100		# VT100 / VT220 emulation
    186      1.1       bsh options G4250_LCD_TOSHIBA_LTM035
    187      1.1       bsh #options G4250_LCD_NEC_NL3224BC35
    188      1.1       bsh 
    189      1.1       bsh kmkbd* at obio?
    190      1.1       bsh wskbd* at kmkbd? # console ?
    191      1.1       bsh 
    192      1.1       bsh # GB-225 option board 
    193      1.1       bsh opio0 	at obio?  intr 2
    194      1.1       bsh 
    195      1.1       bsh # USB host
    196      1.1       bsh # slhci0	at opio0
    197      1.1       bsh # options 	SLHCI_DEBUG
    198      1.1       bsh 
    199      1.1       bsh # USB bus support
    200      1.1       bsh #usb*   at slhci?
    201      1.1       bsh 
    202      1.1       bsh # USB Hubs
    203      1.1       bsh # uhub*  at usb?
    204  1.4.2.3      yamt # uhub*  at uhub? port ?
    205      1.1       bsh 
    206      1.1       bsh # USB HID device
    207      1.1       bsh # uhidev*	at uhub? port ? configuration ? interface ?
    208      1.1       bsh 
    209      1.1       bsh # USB Mice
    210      1.1       bsh # ums*	at uhidev? reportid ?
    211      1.1       bsh # wsmouse* at ums? mux 0
    212      1.1       bsh 
    213      1.1       bsh # USB Keyboards
    214      1.1       bsh #ukbd*	at uhidev? reportid ?
    215      1.1       bsh #wskbd*	at ukbd? console ? mux 1
    216      1.1       bsh 
    217  1.4.2.2      yamt # USB serial adapter
    218  1.4.2.1      yamt #ucycom*	at uhidev? reportid ?
    219  1.4.2.1      yamt 
    220      1.1       bsh # USB Generic HID devices
    221      1.1       bsh # uhid*	at uhidev? reportid ?
    222      1.1       bsh 
    223      1.1       bsh # USB Printer
    224      1.1       bsh #ulpt*	at uhub? port ? configuration ? interface ?
    225      1.1       bsh 
    226      1.1       bsh # USB Modem
    227      1.1       bsh #umodem*	at uhub? port ? configuration ?
    228      1.1       bsh #ucom*	at umodem?
    229      1.1       bsh 
    230      1.1       bsh # USB Mass Storage
    231      1.1       bsh #umass*	at uhub? port ? configuration ? interface ?
    232      1.1       bsh #wd* at umass?
    233      1.1       bsh 
    234      1.1       bsh # USB audio
    235      1.1       bsh #uaudio*	at uhub? port ? configuration ?
    236      1.1       bsh 
    237      1.1       bsh # USB MIDI
    238      1.1       bsh #umidi* at uhub? port ? configuration ?
    239      1.1       bsh 
    240      1.1       bsh # USB IrDA
    241      1.1       bsh # USB-IrDA bridge spec
    242      1.1       bsh #uirda* at uhub? port ? configuration ? interface ?
    243      1.1       bsh #irframe* at uirda?
    244      1.1       bsh 
    245      1.1       bsh # SigmaTel STIr4200 USB/IrDA Bridge
    246      1.1       bsh #ustir* at uhub? port ?
    247      1.1       bsh #irframe* at ustir?
    248      1.1       bsh 
    249      1.1       bsh # USB Ethernet adapters
    250      1.1       bsh #aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    251      1.1       bsh #cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    252      1.1       bsh #kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    253      1.1       bsh #uax*	at uhub? port ?		# ASIX AX88172 based adapters
    254      1.1       bsh #url*	at uhub? port ?		# Realtek RTL8150L based adapters
    255      1.1       bsh 
    256      1.1       bsh # Prolific PL2301/PL2302 host-to-host adapter
    257      1.1       bsh #upl*	at uhub? port ?
    258      1.1       bsh 
    259      1.1       bsh # Serial adapters
    260      1.1       bsh #ubsa*	at uhub? port ?		# Belkin serial adapter
    261      1.1       bsh #ucom*	at ubsa? portno ?
    262      1.1       bsh 
    263      1.1       bsh #uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    264      1.1       bsh #ucom*	at uftdi? portno ?
    265      1.1       bsh 
    266      1.1       bsh #umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    267      1.1       bsh #ucom*	at umct? portno ?
    268      1.1       bsh 
    269      1.1       bsh #uplcom*	at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
    270      1.1       bsh #ucom*	at uplcom? portno ?
    271      1.1       bsh 
    272      1.1       bsh #uvscom*	at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
    273      1.1       bsh #ucom*	at uvscom? portno ?
    274      1.1       bsh 
    275      1.1       bsh # Diamond Multimedia Rio 500
    276      1.1       bsh #urio*	at uhub? port ?
    277      1.1       bsh 
    278      1.1       bsh # USB Handspring Visor
    279      1.1       bsh #uvisor*	at uhub? port ?
    280      1.1       bsh #ucom*	at uvisor?
    281      1.1       bsh 
    282      1.2     itohy # Kyocera AIR-EDGE PHONE
    283      1.2     itohy #ukyopon* at uhub? port ?
    284      1.2     itohy #ucom*	at ukyopon? portno ?
    285      1.2     itohy 
    286      1.1       bsh # USB scanners
    287      1.1       bsh #uscanner* at uhub? port ?
    288      1.1       bsh 
    289      1.1       bsh # USB scanners that use SCSI emulation, e.g., HP5300
    290      1.1       bsh #usscanner* at uhub? port ?
    291      1.1       bsh 
    292      1.1       bsh # Y@P firmware loader
    293      1.1       bsh #uyap* at uhub? port ?
    294      1.1       bsh 
    295      1.1       bsh # D-Link DSB-R100 USB radio
    296      1.1       bsh #udsbr*	at uhub? port ?
    297      1.1       bsh #radio*	at udsbr?
    298      1.1       bsh 
    299      1.1       bsh # USB Generic driver
    300      1.1       bsh # ugen*	at uhub? port ?
    301      1.1       bsh 
    302      1.1       bsh # PCMCIA/CF card
    303      1.1       bsh opcic0	at opio?
    304      1.1       bsh pcmcia*	at opcic?
    305      1.1       bsh 
    306      1.1       bsh # PCMCIA serial interfaces
    307      1.1       bsh com*	at pcmcia? function ?		# Modems and serial cards
    308      1.1       bsh 
    309      1.1       bsh pcmcom*	at pcmcia? function ?		# PCMCIA multi-port serial cards
    310      1.1       bsh com*	at pcmcom? slave ?		# ...and the slave devices
    311      1.1       bsh 
    312      1.1       bsh # PCMCIA SCSI controllers
    313      1.1       bsh aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
    314      1.1       bsh esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
    315      1.1       bsh 
    316      1.1       bsh # SCSI bus support
    317      1.1       bsh scsibus* at scsi?
    318      1.1       bsh 
    319      1.1       bsh # SCSI devices
    320      1.1       bsh sd*	at scsibus? target ? lun ?	# SCSI disk drives
    321      1.1       bsh st*	at scsibus? target ? lun ?	# SCSI tape drives
    322      1.1       bsh cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    323      1.1       bsh ch*	at scsibus? target ? lun ?	# SCSI autochangers
    324      1.1       bsh ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    325      1.1       bsh ss*	at scsibus? target ? lun ?	# SCSI scanners
    326      1.1       bsh uk*	at scsibus? target ? lun ?	# SCSI unknown
    327      1.1       bsh 
    328      1.1       bsh # PCMCIA IDE controllers
    329      1.1       bsh wdc*	at pcmcia? function ?
    330      1.1       bsh atabus*	at wdc? channel ?
    331      1.1       bsh wd*		at atabus? drive ? flags 0x0000
    332      1.1       bsh 
    333      1.1       bsh # PCMCIA audio devices
    334      1.1       bsh #esl*	at pcmcia? function ?			# ESS 1688 AudioDrive
    335      1.1       bsh 
    336      1.1       bsh # PCMCIA network interfaces
    337      1.1       bsh an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
    338      1.1       bsh awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
    339      1.1       bsh cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
    340      1.1       bsh ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
    341      1.1       bsh mbe*	at pcmcia? function ?		# MB8696x based Ethernet
    342      1.1       bsh ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    343      1.1       bsh ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
    344      1.1       bsh sm*	at pcmcia? function ?		# Megahertz Ethernet
    345      1.1       bsh # tr at pcmcia has problems with Cardbus bridges
    346      1.1       bsh tr*	at pcmcia? function ?		# TROPIC based Token-Ring
    347      1.1       bsh wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
    348      1.1       bsh xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    349      1.1       bsh com*	at xirc?
    350      1.1       bsh xi*	at xirc?
    351      1.1       bsh 
    352      1.1       bsh mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
    353      1.1       bsh com*	at mhzc?
    354      1.1       bsh sm*	at mhzc?
    355      1.1       bsh 
    356      1.1       bsh # Pseudo-Devices
    357      1.1       bsh 
    358      1.1       bsh # disk/mass storage pseudo-devices
    359      1.1       bsh #pseudo-device	md		1	# memory disk device (ramdisk)
    360  1.4.2.1      yamt #pseudo-device	vnd			# disk-like interface to files
    361      1.1       bsh #pseudo-device	fss		4	# file system snapshot device
    362      1.1       bsh 
    363      1.1       bsh # network pseudo-devices
    364  1.4.2.1      yamt pseudo-device	bpfilter		# Berkeley packet filter
    365      1.1       bsh pseudo-device	ipfilter		# IP filter (firewall) and NAT
    366      1.1       bsh pseudo-device	loop			# network loopback
    367      1.1       bsh #pseudo-device	kttcp			# network loopback
    368  1.4.2.1      yamt #pseudo-device	ppp			# Point-to-Point Protocol
    369      1.1       bsh #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    370  1.4.2.1      yamt #pseudo-device	sl			# Serial Line IP
    371  1.4.2.1      yamt #pseudo-device	strip			# Starmode Radio IP (Metricom)
    372      1.1       bsh #pseudo-device	irframetty		# IrDA frame line discipline
    373      1.1       bsh #pseudo-device	tap			# virtual Ethernet
    374  1.4.2.1      yamt #pseudo-device	tun			# network tunneling over tty
    375  1.4.2.1      yamt #pseudo-device	gre			# generic L3 over IP tunnel
    376  1.4.2.1      yamt #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    377  1.4.2.1      yamt #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    378  1.4.2.1      yamt #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    379      1.1       bsh #pseudo-device	vlan			# IEEE 802.1q encapsulation
    380      1.1       bsh #pseudo-device	bridge			# simple inter-network bridging
    381      1.1       bsh #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    382      1.1       bsh #pseudo-device	pf			# PF packet filter
    383      1.1       bsh #pseudo-device	pflog			# PF log if
    384      1.1       bsh 
    385      1.1       bsh # miscellaneous pseudo-devices
    386      1.1       bsh pseudo-device	pty			# pseudo-terminals
    387      1.1       bsh pseudo-device	rnd			# /dev/random and in-kernel generator
    388      1.1       bsh pseudo-device	clockctl		# user control of clock subsystem
    389      1.1       bsh 
    390      1.1       bsh # wscons pseudo-devices
    391      1.1       bsh #pseudo-device	wsmux			# mouse & keyboard multiplexor
    392      1.1       bsh #pseudo-device	wsfont
    393      1.1       bsh pseudo-device	ksyms			# /dev/ksyms
    394