Home | History | Annotate | Line # | Download | only in conf
ARMADILLO9 revision 1.6.2.2
      1  1.6.2.2  christos #	$NetBSD: ARMADILLO9,v 1.6.2.2 2005/12/11 10:28:16 christos Exp $
      2  1.6.2.2  christos #
      3  1.6.2.2  christos #	ARMADILLO9 -- Atmark Techno, Armadillo-9
      4  1.6.2.2  christos #
      5  1.6.2.2  christos 
      6  1.6.2.2  christos include	"arch/evbarm/conf/std.armadillo9"
      7  1.6.2.2  christos 
      8  1.6.2.2  christos #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.6.2.2  christos options		MSGBUFSIZE=65536
     10  1.6.2.2  christos #options 	KSTACK_CHECK_MAGIC
     11  1.6.2.2  christos 
     12  1.6.2.2  christos # estimated number of users
     13  1.6.2.2  christos maxusers	16
     14  1.6.2.2  christos 
     15  1.6.2.2  christos # Standard system options
     16  1.6.2.2  christos options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     17  1.6.2.2  christos options 	NTP		# NTP phase/frequency locked loop
     18  1.6.2.2  christos 
     19  1.6.2.2  christos # CPU options
     20  1.6.2.2  christos options 	CPU_ARM9	# Support the ARM9TDMI core
     21  1.6.2.2  christos 
     22  1.6.2.2  christos # File systems
     23  1.6.2.2  christos file-system	FFS		# UFS
     24  1.6.2.2  christos #file-system	LFS		# log-structured file system
     25  1.6.2.2  christos file-system	MFS		# memory file system
     26  1.6.2.2  christos file-system	NFS		# Network file system
     27  1.6.2.2  christos #file-system 	ADOSFS		# AmigaDOS-compatible file system
     28  1.6.2.2  christos file-system 	EXT2FS		# second extended file system (linux)
     29  1.6.2.2  christos file-system	CD9660		# ISO 9660 + Rock Ridge file system
     30  1.6.2.2  christos file-system	MSDOSFS		# MS-DOS file system
     31  1.6.2.2  christos file-system	FDESC		# /dev/fd
     32  1.6.2.2  christos #file-system	FILECORE	# Acorn filecore file system
     33  1.6.2.2  christos file-system	KERNFS		# /kern
     34  1.6.2.2  christos file-system	NULLFS		# loopback file system
     35  1.6.2.2  christos #file-system	PORTAL		# portal filesystem (still experimental)
     36  1.6.2.2  christos file-system	PROCFS		# /proc
     37  1.6.2.2  christos #file-system	UMAPFS		# NULLFS + uid and gid remapping
     38  1.6.2.2  christos file-system	UNION		# union file system
     39  1.6.2.2  christos file-system	PTYFS		# /dev/pts/N support
     40  1.6.2.2  christos 
     41  1.6.2.2  christos # File system options
     42  1.6.2.2  christos #options 	QUOTA		# UFS quotas
     43  1.6.2.2  christos #options 	FFS_EI		# FFS Endian Independant support
     44  1.6.2.2  christos options 	SOFTDEP		# FFS soft updates support
     45  1.6.2.2  christos #options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     46  1.6.2.2  christos options 	NFSSERVER	# Network File System server
     47  1.6.2.2  christos #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     48  1.6.2.2  christos #options	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
     49  1.6.2.2  christos 					# immutable) behave as system flags.
     50  1.6.2.2  christos 
     51  1.6.2.2  christos # Networking options
     52  1.6.2.2  christos #options 	GATEWAY		# packet forwarding
     53  1.6.2.2  christos options 	INET		# IP + ICMP + TCP + UDP
     54  1.6.2.2  christos options 	INET6		# IPV6
     55  1.6.2.2  christos #options 	IPSEC		# IP security
     56  1.6.2.2  christos #options 	IPSEC_ESP	# IP security (encryption part; define w/ IPSEC)
     57  1.6.2.2  christos #options	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     58  1.6.2.2  christos #options 	IPSEC_DEBUG	# debug for IP security
     59  1.6.2.2  christos #options 	MROUTING	# IP multicast routing
     60  1.6.2.2  christos #options	PIM		# Protocol Independent Multicast
     61  1.6.2.2  christos #options 	NS		# XNS
     62  1.6.2.2  christos #options 	NSIP		# XNS tunneling over IP
     63  1.6.2.2  christos #options 	ISO,TPIP	# OSI
     64  1.6.2.2  christos #options 	EON		# OSI tunneling over IP
     65  1.6.2.2  christos #options 	CCITT,LLC,HDLC	# X.25
     66  1.6.2.2  christos #options 	NETATALK	# AppleTalk networking
     67  1.6.2.2  christos #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     68  1.6.2.2  christos #options 	PPP_DEFLATE	# Deflate compression support for PPP
     69  1.6.2.2  christos #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     70  1.6.2.2  christos #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     71  1.6.2.2  christos #options	IPFILTER_LOG	# ipmon(8) log support
     72  1.6.2.2  christos #options	IPFILTER_DEFAULT_BLOCK	# block all packets by default
     73  1.6.2.2  christos #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     74  1.6.2.2  christos 
     75  1.6.2.2  christos # These options control the verified exec feature
     76  1.6.2.2  christos #options	VERIFIED_EXEC
     77  1.6.2.2  christos 
     78  1.6.2.2  christos options 	NFS_BOOT_BOOTP
     79  1.6.2.2  christos options 	NFS_BOOT_DHCP
     80  1.6.2.2  christos #options 	NFS_BOOT_BOOTPARAM
     81  1.6.2.2  christos 
     82  1.6.2.2  christos # Compatibility options
     83  1.6.2.2  christos #options 	COMPAT_16	# NetBSD 1.6 compatibility.
     84  1.6.2.2  christos options 	COMPAT_20	# NetBSD 2.0
     85  1.6.2.2  christos options 	COMPAT_30	# NetBSD 3.0 compatibility.
     86  1.6.2.2  christos options 	COMPAT_43	# 4.3BSD compatibility.
     87  1.6.2.2  christos #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     88  1.6.2.2  christos options		COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
     89  1.6.2.2  christos options 	COMPAT_LINUX	# binary compatibility with Linux
     90  1.6.2.2  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     91  1.6.2.2  christos 
     92  1.6.2.2  christos # Shared memory options
     93  1.6.2.2  christos options 	SYSVMSG		# System V-like message queues
     94  1.6.2.2  christos options 	SYSVSEM		# System V-like semaphores
     95  1.6.2.2  christos #options 	SEMMNI=10	# number of semaphore identifiers
     96  1.6.2.2  christos #options 	SEMMNS=60	# number of semaphores in system
     97  1.6.2.2  christos #options 	SEMUME=10	# max number of undo entries per process
     98  1.6.2.2  christos #options 	SEMMNU=30	# number of undo structures in system
     99  1.6.2.2  christos options 	SYSVSHM		# System V-like memory sharing
    100  1.6.2.2  christos #options 	SHMMAXPGS=1024	# 1024 pages is the default
    101  1.6.2.2  christos options		P1003_1B_SEMAPHORE	# p1003.1b semaphore support
    102  1.6.2.2  christos 
    103  1.6.2.2  christos # Device options
    104  1.6.2.2  christos 
    105  1.6.2.2  christos #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    106  1.6.2.2  christos #options 	MEMORY_DISK_ROOT_SIZE=3400	# Size in blocks
    107  1.6.2.2  christos #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    108  1.6.2.2  christos 
    109  1.6.2.2  christos # Console options. The default console is speed is 115200 baud.
    110  1.6.2.2  christos options 	CONSPEED=115200		# Console speed
    111  1.6.2.2  christos 
    112  1.6.2.2  christos # Miscellaneous kernel options
    113  1.6.2.2  christos options 	KTRACE		# system call tracing, a la ktrace(1)
    114  1.6.2.2  christos options		SYSTRACE	# system call vetting via systrace(1)
    115  1.6.2.2  christos #options 	IRQSTATS	# manage IRQ statistics
    116  1.6.2.2  christos #options 	LKM		# loadable kernel modules
    117  1.6.2.2  christos #options 	KMEMSTATS	# kernel memory statistics
    118  1.6.2.2  christos #options 	SCSIVERBOSE	# Verbose SCSI errors
    119  1.6.2.2  christos #options 	PCIVERBOSE	# Verbose PCI descriptions
    120  1.6.2.2  christos #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    121  1.6.2.2  christos #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    122  1.6.2.2  christos #options 	DDB_KEYCODE=0x40
    123  1.6.2.2  christos #options 	USERCONF	# userconf(4) support
    124  1.6.2.2  christos #options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    125  1.6.2.2  christos #options	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    126  1.6.2.2  christos 
    127  1.6.2.2  christos # Development and Debugging options
    128  1.6.2.2  christos 
    129  1.6.2.2  christos #options 	PERFCTRS	# performance counters
    130  1.6.2.2  christos options 	DIAGNOSTIC	# internally consistency checks
    131  1.6.2.2  christos #options 	DEBUG
    132  1.6.2.2  christos #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    133  1.6.2.2  christos #options 	IPKDB		# remote kernel debugging
    134  1.6.2.2  christos #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    135  1.6.2.2  christos options 	DDB		# in-kernel debugger
    136  1.6.2.2  christos #options	DDB_ONPANIC=1
    137  1.6.2.2  christos options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    138  1.6.2.2  christos #makeoptions	DEBUG="-g"	# compile full symbol table
    139  1.6.2.2  christos options 	SYMTAB_SPACE=450000
    140  1.6.2.2  christos 
    141  1.6.2.2  christos #options 	PMAP_INCLUDE_PTE_SYNC
    142  1.6.2.2  christos #options 	LOCKDEBUG
    143  1.6.2.2  christos 
    144  1.6.2.2  christos config		netbsd		root on ? type ?
    145  1.6.2.2  christos #config		netbsd		root on epe0 type nfs
    146  1.6.2.2  christos #config		netbsd		root on wd0 type ffs
    147  1.6.2.2  christos #config		netbsd		root on sd0 type ffs
    148  1.6.2.2  christos 
    149  1.6.2.2  christos # The main bus device
    150  1.6.2.2  christos mainbus0	at root
    151  1.6.2.2  christos 
    152  1.6.2.2  christos # The boot cpu
    153  1.6.2.2  christos cpu0		at mainbus?
    154  1.6.2.2  christos 
    155  1.6.2.2  christos # Cirrus Logic EP93xx System-on-chip
    156  1.6.2.2  christos epsoc0		at mainbus?
    157  1.6.2.2  christos 
    158  1.6.2.2  christos # AHB Peripheral
    159  1.6.2.2  christos # On-chip 10/100 Ethernet
    160  1.6.2.2  christos epe0		at epsoc? addr 0x80010000 size 0x10000 intr 39
    161  1.6.2.2  christos # On-chip USB host controller
    162  1.6.2.2  christos ohci0		at epsoc? addr 0x80020000 size 0x1000 intr 56
    163  1.6.2.2  christos # On-chip Raster (not yet)
    164  1.6.2.2  christos #vga0		at epsoc? addr 0x80030000 size 0x10000 intr ??
    165  1.6.2.2  christos # On-chip PCMCIA controller
    166  1.6.2.2  christos eppcic0		at epsoc? addr 0x80080020 size 0x24 intr 49
    167  1.6.2.2  christos # On-chip IDE (not yet)
    168  1.6.2.2  christos #wdc0		at epsoc? addr 0x800a0000 size 0x38 intr ??
    169  1.6.2.2  christos 
    170  1.6.2.2  christos # APB Peripheral
    171  1.6.2.2  christos # On-chip timers
    172  1.6.2.2  christos epclk0		at epsoc? addr 0x80810000 size 0x90 intr 4
    173  1.6.2.2  christos # GPIO
    174  1.6.2.2  christos epgpio0		at epsoc? addr 0x80840000 size 0xcc intr 59
    175  1.6.2.2  christos gpio*		at epgpio?
    176  1.6.2.2  christos # On-chip serial UARTS
    177  1.6.2.2  christos epcom0		at epsoc? addr 0x808c0000 size 0x1000 intr 52
    178  1.6.2.2  christos epcom1		at epsoc? addr 0x808d0000 size 0x1000 intr 54
    179  1.6.2.2  christos #epcom2		at epsoc? addr 0x808e0000 size 0x1000 intr 55
    180  1.6.2.2  christos # RealTime Clock (no battery backup)
    181  1.6.2.2  christos eprtc0		at epsoc? addr 0x80920000 size 0x10c intr 37
    182  1.6.2.2  christos # Watchdog Timer
    183  1.6.2.2  christos epwdog0		at epsoc? addr 0x80940000 size 0x08 intr 36
    184  1.6.2.2  christos # LED
    185  1.6.2.2  christos epled0		at epgpio0 port 4 bit1 0 bit2 1
    186  1.6.2.2  christos 
    187  1.6.2.2  christos # I^2C Controller Unit
    188  1.6.2.2  christos armadillo9iic0	at epgpio0 port 1 bit1 4 bit2 5
    189  1.6.2.2  christos iic*		at armadillo9iic?
    190  1.6.2.2  christos seeprom0	at iic? addr 0x50 size 128
    191  1.6.2.2  christos #s3531rtc0	at iic? addr 0x30
    192  1.6.2.2  christos 
    193  1.6.2.2  christos # PCMCIA bus support
    194  1.6.2.2  christos pcmcia*	at eppcic0 controller ? socket ?
    195  1.6.2.2  christos 
    196  1.6.2.2  christos # PCMCIA network interfaces
    197  1.6.2.2  christos ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    198  1.6.2.2  christos wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
    199  1.6.2.2  christos 
    200  1.6.2.2  christos # MII/PHY support
    201  1.6.2.2  christos lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
    202  1.6.2.2  christos 
    203  1.6.2.2  christos # PCMCIA serial interfaces
    204  1.6.2.2  christos com*	at pcmcia? function ?		# Modems and serial cards
    205  1.6.2.2  christos 
    206  1.6.2.2  christos # PCMCIA IDE disk
    207  1.6.2.2  christos wdc*	at pcmcia? function ?
    208  1.6.2.2  christos 
    209  1.6.2.2  christos # USB Controller and Devices
    210  1.6.2.2  christos 
    211  1.6.2.2  christos # USB bus support
    212  1.6.2.2  christos usb*	at ohci?
    213  1.6.2.2  christos 
    214  1.6.2.2  christos # USB Hubs
    215  1.6.2.2  christos uhub*	at usb?
    216  1.6.2.2  christos uhub*	at uhub? port ? configuration ? interface ?
    217  1.6.2.2  christos 
    218  1.6.2.2  christos # USB HID device
    219  1.6.2.2  christos uhidev*	at uhub? port ? configuration ? interface ?
    220  1.6.2.2  christos 
    221  1.6.2.2  christos # USB Mice
    222  1.6.2.2  christos #ums*	at uhidev? reportid ?
    223  1.6.2.2  christos #wsmouse* at ums? mux 0
    224  1.6.2.2  christos 
    225  1.6.2.2  christos # USB Keyboards
    226  1.6.2.2  christos #ukbd*	at uhidev? reportid ?
    227  1.6.2.2  christos #wskbd*	at ukbd? console ? mux 1
    228  1.6.2.2  christos 
    229  1.6.2.2  christos # USB Generic HID devices
    230  1.6.2.2  christos uhid*	at uhidev? reportid ?
    231  1.6.2.2  christos 
    232  1.6.2.2  christos # USB Mass Storage
    233  1.6.2.2  christos umass*	at uhub? port ? configuration ? interface ?
    234  1.6.2.2  christos scsibus* at umass?
    235  1.6.2.2  christos 
    236  1.6.2.2  christos # USB audio
    237  1.6.2.2  christos #uaudio*	at uhub? port ? configuration ?
    238  1.6.2.2  christos 
    239  1.6.2.2  christos # USB MIDI
    240  1.6.2.2  christos #umidi*	at uhub? port ? configuration ?
    241  1.6.2.2  christos 
    242  1.6.2.2  christos # USB Generic driver
    243  1.6.2.2  christos ugen*	at uhub? port ?
    244  1.6.2.2  christos 
    245  1.6.2.2  christos # ATA (IDE) bus support
    246  1.6.2.2  christos atabus*	at ata?
    247  1.6.2.2  christos 
    248  1.6.2.2  christos # IDE drives
    249  1.6.2.2  christos wd*	at atabus? drive ? flags 0x0000
    250  1.6.2.2  christos 
    251  1.6.2.2  christos # ATAPI bus support
    252  1.6.2.2  christos atapibus* at atapi?
    253  1.6.2.2  christos 
    254  1.6.2.2  christos # ATAPI devices
    255  1.6.2.2  christos cd*	at atapibus? drive ? flags 0x0ff0	# ATAPI CD-ROM drives
    256  1.6.2.2  christos sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    257  1.6.2.2  christos uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    258  1.6.2.2  christos 
    259  1.6.2.2  christos # SCSI devices
    260  1.6.2.2  christos sd*	at scsibus? target ? lun ?	# SCSI disk drives
    261  1.6.2.2  christos cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    262  1.6.2.2  christos uk*	at scsibus? target ? lun ?	# SCSI unknown
    263  1.6.2.2  christos 
    264  1.6.2.2  christos # Audio support
    265  1.6.2.2  christos #audio*	at audiobus?
    266  1.6.2.2  christos 
    267  1.6.2.2  christos # MIDI support
    268  1.6.2.2  christos #midi*	at midibus?
    269  1.6.2.2  christos 
    270  1.6.2.2  christos # Pseudo-Devices
    271  1.6.2.2  christos 
    272  1.6.2.2  christos # disk/mass storage pseudo-devices
    273  1.6.2.2  christos #pseudo-device	md		1	# memory disk device (ramdisk)
    274  1.6.2.2  christos pseudo-device	vnd		4	# disk-like interface to files
    275  1.6.2.2  christos #pseudo-device	fss		4	# file system snapshot device
    276  1.6.2.2  christos 
    277  1.6.2.2  christos # network pseudo-devices
    278  1.6.2.2  christos pseudo-device	bpfilter	4	# Berkeley packet filter
    279  1.6.2.2  christos #pseudo-device	ipfilter		# IP filter (firewall) and NAT
    280  1.6.2.2  christos pseudo-device	loop			# network loopback
    281  1.6.2.2  christos #pseudo-device	ppp		2	# Point-to-Point Protocol
    282  1.6.2.2  christos #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    283  1.6.2.2  christos #pseudo-device	sl		2	# Serial Line IP
    284  1.6.2.2  christos #pseudo-device	strip		2	# Starmode Radio IP (Metricom)
    285  1.6.2.2  christos #pseudo-device	irframetty		# IrDA frame line discipline
    286  1.6.2.2  christos #pseudo-device	tap			# virtual Ethernet
    287  1.6.2.2  christos #pseudo-device	tun		2	# network tunneling over tty
    288  1.6.2.2  christos #pseudo-device	gre		2	# generic L3 over IP tunnel
    289  1.6.2.2  christos #pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
    290  1.6.2.2  christos #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
    291  1.6.2.2  christos #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
    292  1.6.2.2  christos #pseudo-device	vlan			# IEEE 802.1q encapsulation
    293  1.6.2.2  christos #pseudo-device	bridge			# simple inter-network bridging
    294  1.6.2.2  christos #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    295  1.6.2.2  christos #pseudo-device	pf			# PF packet filter
    296  1.6.2.2  christos #pseudo-device	pflog			# PF log if
    297  1.6.2.2  christos #pseudo-device	kttcp			# network loopback
    298  1.6.2.2  christos 
    299  1.6.2.2  christos # miscellaneous pseudo-devices
    300  1.6.2.2  christos pseudo-device	pty			# pseudo-terminals
    301  1.6.2.2  christos pseudo-device	rnd			# /dev/random and in-kernel generator
    302  1.6.2.2  christos #options	RND_COM
    303  1.6.2.2  christos pseudo-device	clockctl		# user control of clock subsystem
    304  1.6.2.2  christos pseudo-device	ksyms			# /dev/ksyms
    305  1.6.2.2  christos #pseudo-device	crypto			# /dev/crypto device
    306  1.6.2.2  christos #pseudo-device	swcrypto		# software crypto implementation
    307  1.6.2.2  christos #pseudo-device	sequencer	1	# MIDI sequencer
    308  1.6.2.2  christos 
    309  1.6.2.2  christos #
    310  1.6.2.2  christos # wscons options
    311  1.6.2.2  christos #
    312  1.6.2.2  christos # builtin terminal emulations
    313  1.6.2.2  christos #options 	WSEMUL_SUN		# sun terminal emulation
    314  1.6.2.2  christos options 	WSEMUL_VT100		# VT100 / VT220 emulation
    315  1.6.2.2  christos # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    316  1.6.2.2  christos #options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    317  1.6.2.2  christos #options 	WS_DEFAULT_FG=WSCOL_WHITE
    318  1.6.2.2  christos #options 	WS_DEFAULT_BG=WSCOL_BLACK
    319  1.6.2.2  christos #options 	WS_DEFAULT_COLATTR="(0)"
    320  1.6.2.2  christos #options 	WS_DEFAULT_MONOATTR="(0)"
    321  1.6.2.2  christos #options 	WS_KERNEL_FG=WSCOL_GREEN
    322  1.6.2.2  christos #options 	WS_KERNEL_BG=WSCOL_BLACK
    323  1.6.2.2  christos #options 	WS_KERNEL_COLATTR=""
    324  1.6.2.2  christos #options 	WS_KERNEL_MONOATTR=""
    325  1.6.2.2  christos # customization of console border color
    326  1.6.2.2  christos #options 	WSDISPLAY_CUSTOM_BORDER	# border customization from wsconsctl(8)
    327  1.6.2.2  christos #options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
    328  1.6.2.2  christos # compatibility to other console drivers
    329  1.6.2.2  christos #options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    330  1.6.2.2  christos #options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
    331  1.6.2.2  christos #options 	WSDISPLAY_COMPAT_USL		# VT handling
    332  1.6.2.2  christos #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    333  1.6.2.2  christos # see dev/pckbc/wskbdmap_mfii.c for implemented layouts
    334  1.6.2.2  christos #options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
    335  1.6.2.2  christos # allocate a number of virtual screens at autoconfiguration time
    336  1.6.2.2  christos #options 	WSDISPLAY_DEFAULTSCREENS=4
    337  1.6.2.2  christos # use a large software cursor that doesn't blink
    338  1.6.2.2  christos #options 	PCDISPLAY_SOFTCURSOR
    339  1.6.2.2  christos # modify the screen type of the console; defaults to "80x25"
    340  1.6.2.2  christos #options 	VGA_CONSOLE_SCREENTYPE="\"80x24\""
    341  1.6.2.2  christos # work around a hardware bug that loaded fonts don't work; found on ATI cards
    342  1.6.2.2  christos #options 	VGA_CONSOLE_ATI_BROKEN_FONTSEL
    343  1.6.2.2  christos # the following enables some functions to get mouse console support.
    344  1.6.2.2  christos # if you want a really secure system, it may be better not to enable them,
    345  1.6.2.2  christos # see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
    346  1.6.2.2  christos #options 	WSDISPLAY_CHARFUNCS		# mouse console support
    347  1.6.2.2  christos # console scrolling support.
    348  1.6.2.2  christos #options 	WSDISPLAY_SCROLLSUPPORT
    349  1.6.2.2  christos # enable VGA raster mode capable of displaying multilingual text on console
    350  1.6.2.2  christos #options 	VGA_RASTERCONSOLE
    351  1.6.2.2  christos 
    352  1.6.2.2  christos # wscons pseudo-devices
    353  1.6.2.2  christos #pseudo-device	wsmux			# mouse & keyboard multiplexor
    354  1.6.2.2  christos #pseudo-device	wsfont
    355