Home | History | Annotate | Line # | Download | only in conf
GUMSTIX revision 1.98
      1  1.98      maxv #	$NetBSD: GUMSTIX,v 1.98 2018/08/01 20:04:11 maxv Exp $
      2   1.1  kiyohara #
      3  1.14  kiyohara #	GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
      4   1.1  kiyohara #
      5   1.1  kiyohara 
      6   1.9  kiyohara include 	"arch/evbarm/conf/std.gumstix"
      7   1.1  kiyohara 
      8  1.19  kiyohara #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9  1.19  kiyohara 
     10   1.1  kiyohara # estimated number of users
     11   1.1  kiyohara 
     12   1.1  kiyohara maxusers	32
     13   1.1  kiyohara 
     14   1.1  kiyohara # CPU options
     15   1.1  kiyohara 
     16   1.5  kiyohara # For XScale systems
     17  1.37  kiyohara options 	CPU_XSCALE_PXA250	# Support the basix/connex motherboards
     18  1.37  kiyohara options 	CPU_XSCALE_PXA270	# Support the verdex motherboards
     19   1.5  kiyohara makeoptions	CPUFLAGS="-mcpu=xscale"
     20   1.5  kiyohara 
     21   1.5  kiyohara # Architecture options
     22   1.1  kiyohara #options 	XSCALE_CACHE_WRITE_THROUGH
     23   1.1  kiyohara options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     24   1.1  kiyohara 
     25  1.45  kiyohara # Gumstix options
     26  1.51  kiyohara options 	GUMSTIX
     27  1.52  kiyohara # if not specified 'busheader=' in args from u-boot, use GXIO_DEFAULT_EXPANSION.
     28  1.45  kiyohara options 	GUMSTIX_NETBSD_ARGS_BUSHEADER
     29  1.45  kiyohara options 	GUMSTIX_NETBSD_ARGS_CONSOLE	# dynamically configure console
     30  1.45  kiyohara 						# 'console=lcd' or ffuart,stuart
     31  1.45  kiyohara 
     32   1.5  kiyohara # Standard system options
     33   1.5  kiyohara 
     34   1.5  kiyohara options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     35   1.5  kiyohara #options 	NTP		# NTP phase/frequency locked loop
     36   1.1  kiyohara 
     37   1.1  kiyohara # File systems
     38   1.1  kiyohara 
     39  1.19  kiyohara file-system 	FFS		# UFS
     40  1.14  kiyohara file-system 	EXT2FS		# second extended file system (linux)
     41  1.19  kiyohara file-system 	LFS		# log-structured file system
     42  1.19  kiyohara file-system 	MFS		# memory file system
     43  1.24  kiyohara file-system 	NFS		# Network File System client
     44   1.5  kiyohara #file-system 	NTFS		# Windows/NT file system (experimental)
     45  1.19  kiyohara #file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     46  1.19  kiyohara file-system 	MSDOSFS		# MS-DOS file system
     47  1.19  kiyohara file-system 	FDESC		# /dev/fd
     48  1.19  kiyohara file-system 	KERNFS		# /kern
     49  1.19  kiyohara file-system 	NULLFS		# loopback file system
     50  1.19  kiyohara file-system 	OVERLAY		# overlay file system
     51  1.39     pooka file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     52  1.19  kiyohara file-system 	PROCFS		# /proc
     53  1.19  kiyohara file-system 	UMAPFS		# NULLFS + uid and gid remapping
     54  1.19  kiyohara file-system 	UNION		# union file system
     55  1.19  kiyohara file-system 	CODA		# Coda File System; also needs vcoda (below)
     56  1.19  kiyohara file-system 	SMBFS		# experimental - CIFS; also needs nsmb (below)
     57  1.24  kiyohara file-system 	PTYFS		# /dev/ptm support
     58  1.19  kiyohara file-system 	TMPFS		# Efficient memory file-system
     59  1.19  kiyohara #file-system 	UDF		# experimental - OSTA UDF CD/DVD file-system
     60  1.19  kiyohara #file-system 	HFS		# experimental - Apple HFS+ (read-only)
     61   1.1  kiyohara 
     62   1.1  kiyohara # File system options
     63  1.56    bouyer #options 	QUOTA		# legacy UFS quotas
     64  1.56    bouyer #options 	QUOTA2		# new, in-filesystem UFS quotas
     65  1.90       rin #options 	DISKLABEL_EI	# disklabel Endian Independent support
     66  1.24  kiyohara #options 	FFS_EI		# FFS Endian Independent support
     67  1.63  dholland options 	WAPBL		# File system journaling support
     68  1.19  kiyohara # Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
     69  1.19  kiyohara # It is not recommended for general use.
     70  1.19  kiyohara #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     71  1.24  kiyohara #options 	NFSSERVER	# Network File System server
     72   1.5  kiyohara #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     73   1.5  kiyohara #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     74   1.5  kiyohara 				# immutable) behave as system flags.
     75   1.1  kiyohara 
     76   1.1  kiyohara # Networking options
     77   1.1  kiyohara 
     78   1.1  kiyohara #options 	GATEWAY		# packet forwarding
     79   1.1  kiyohara options 	INET		# IP + ICMP + TCP + UDP
     80  1.44  kiyohara options 	INET6		# IPv6
     81  1.77     htodd #options 	IPSEC		# IP security
     82   1.1  kiyohara #options 	IPSEC_DEBUG	# debug for IP security
     83   1.1  kiyohara #options 	MROUTING	# IP multicast routing
     84  1.24  kiyohara #options 	PIM		# Protocol Independent Multicast
     85   1.1  kiyohara #options 	NETATALK	# AppleTalk networking
     86   1.1  kiyohara #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     87   1.1  kiyohara #options 	PPP_DEFLATE	# Deflate compression support for PPP
     88   1.1  kiyohara #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     89   1.1  kiyohara #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     90   1.1  kiyohara 
     91   1.1  kiyohara options 	NFS_BOOT_BOOTP
     92   1.1  kiyohara options 	NFS_BOOT_DHCP
     93   1.1  kiyohara #options 	NFS_BOOT_BOOTPARAM
     94   1.1  kiyohara 
     95   1.1  kiyohara # Compatibility options
     96   1.1  kiyohara 
     97  1.94       mrg include 	"conf/compat_netbsd16.config"
     98  1.94       mrg options 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
     99   1.1  kiyohara 
    100   1.5  kiyohara options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
    101  1.24  kiyohara options 	COMPAT_LINUX	# binary compatibility with Linux
    102   1.5  kiyohara 
    103   1.1  kiyohara # Shared memory options
    104   1.1  kiyohara 
    105   1.1  kiyohara #options 	SYSVMSG		# System V-like message queues
    106   1.1  kiyohara #options 	SYSVSEM		# System V-like semaphores
    107   1.1  kiyohara #options 	SYSVSHM		# System V-like memory sharing
    108   1.1  kiyohara 
    109   1.1  kiyohara # Device options
    110   1.1  kiyohara 
    111   1.1  kiyohara #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
    112   1.1  kiyohara #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    113   1.1  kiyohara #options 	MEMORY_DISK_DYNAMIC
    114   1.1  kiyohara #options 	MEMORY_DISK_ROOT_SIZE=22528	# Size in blocks
    115   1.1  kiyohara 
    116   1.1  kiyohara # Miscellaneous kernel options
    117   1.5  kiyohara 
    118   1.1  kiyohara options 	KTRACE		# system call tracing, a la ktrace(1)
    119   1.5  kiyohara options 	IRQSTATS	# manage IRQ statistics
    120   1.1  kiyohara options 	PCMCIAVERBOSE	# verbose PCMCIA configuration messages
    121   1.5  kiyohara #options 	USBVERBOSE	# verbose USB device autoconfig messages
    122   1.1  kiyohara options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    123   1.1  kiyohara #options 	DDB_KEYCODE=0x40
    124   1.1  kiyohara #options 	USERCONF	# userconf(4) support
    125   1.5  kiyohara #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    126   1.5  kiyohara #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
    127   1.1  kiyohara 
    128   1.1  kiyohara # Development and Debugging options
    129   1.1  kiyohara 
    130  1.80  dholland options 	DIAGNOSTIC	# internal consistency checks
    131   1.1  kiyohara options 	DEBUG
    132  1.37  kiyohara #options 	LOCKDEBUG
    133   1.1  kiyohara #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    134   1.1  kiyohara #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    135   1.1  kiyohara options 	DDB		# in-kernel debugger
    136   1.1  kiyohara #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    137   1.1  kiyohara #options 	KGDB
    138   1.8  kiyohara #options 	DEBUG_KGDB
    139  1.68   msaitoh makeoptions	DEBUG="-g"	# compile full symbol table
    140  1.68   msaitoh #makeoptions	COPTS="-O2"
    141  1.83     joerg makeoptions	COPY_SYMTAB=1
    142   1.1  kiyohara #options 	AUDIO_DEBUG=2
    143   1.1  kiyohara 
    144   1.1  kiyohara config		netbsd		root on ? type ?
    145   1.5  kiyohara config		netbsd-sm0	root on sm0 type nfs
    146  1.37  kiyohara config		netbsd-smsh0	root on smsh0 type nfs
    147   1.1  kiyohara 
    148   1.1  kiyohara # The main bus device
    149   1.9  kiyohara mainbus0 at root
    150   1.1  kiyohara 
    151   1.1  kiyohara # The boot cpu
    152   1.9  kiyohara cpu0	at mainbus?
    153   1.1  kiyohara 
    154   1.1  kiyohara # integrated peripherals
    155   1.1  kiyohara pxaip0	at mainbus?
    156   1.1  kiyohara 
    157   1.1  kiyohara pxaintc0 at pxaip?				# interrupt controller
    158   1.1  kiyohara options 	PXAGPIO_HAS_GPION_INTRS
    159   1.1  kiyohara 
    160   1.1  kiyohara pxagpio0 at pxaip?				# GPIO
    161  1.91  pgoyette gpio* at gpiobus?
    162  1.37  kiyohara pxartc0	at pxaip? addr 0x40900000		# RTC
    163   1.1  kiyohara 
    164   1.1  kiyohara # cotulla integrated 16550 UARTs
    165   1.1  kiyohara options COM_PXA2X0
    166   1.8  kiyohara com0	at pxaip? addr 0x40100000 intr 22	# Full Function UART
    167  1.13  kiyohara com1	at pxaip? addr 0x40700000 intr 20	# Standard UART (console-st)
    168  1.40  kiyohara com2	at pxaip? addr 0x40200000 intr 21	# Bluetooth UART (old bt or vx)
    169  1.37  kiyohara com3	at pxaip? addr 0x41600000 intr 7	# Hardware UART(console-hw, bt)
    170   1.1  kiyohara options 	FFUARTCONSOLE
    171   1.5  kiyohara #options 	STUARTCONSOLE
    172   1.1  kiyohara #options 	BTUARTCONSOLE
    173   1.1  kiyohara #options 	HWUARTCONSOLE
    174   1.8  kiyohara #options 	KGDB_DEVNAME="\"ffuart\""	# or stuart or btuart or hwuart
    175   1.5  kiyohara #options 	KGDB_DEVRATE=115200
    176   1.1  kiyohara 
    177   1.1  kiyohara # DMAC support
    178   1.1  kiyohara pxadmac0 at pxaip? addr 0x40000000 intr 25
    179   1.1  kiyohara options 	PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
    180   1.1  kiyohara #options 	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
    181   1.1  kiyohara 
    182   1.1  kiyohara # AC97 Audio support
    183  1.37  kiyohara pxaacu0	at pxaip? addr 0x40500000 intr 14	# Audiostix, Audiostx2, GPSstix
    184   1.1  kiyohara 
    185   1.1  kiyohara # Audio support
    186   1.1  kiyohara audio*	at audiobus?
    187   1.1  kiyohara 
    188  1.89  christos spkr*	at audio?				# PC speaker (synthesized)
    189  1.87       nat 
    190   1.1  kiyohara # LCD
    191  1.37  kiyohara lcd0	at pxaip? addr 0x44000000		# consoleLCD-vx,consoleLCD16-vx
    192  1.37  kiyohara wsdisplay* at lcd? console ?
    193   1.1  kiyohara 
    194  1.37  kiyohara # USB Host/Device Controller
    195  1.37  kiyohara ohci0	at pxaip? addr 0x4c000000 intr 3	# consoleLCD-vx,consoleLCD16-vx
    196  1.37  kiyohara 						# ALSO NEEDS pxaudc
    197  1.37  kiyohara pxaudc0	at pxaip? addr 0x40600000
    198   1.1  kiyohara 
    199  1.13  kiyohara # integrated MMC/SD contoller
    200  1.36    nonaka pxamci0	at pxaip? addr 0x41100000 size 0x48
    201  1.36    nonaka sdmmc*	at pxamci?
    202  1.13  kiyohara #options 	PXAMCI_DEBUG
    203  1.13  kiyohara #options 	SDMMC_DEBUG
    204  1.13  kiyohara #options 	SDMMC_DUMP_CSD
    205  1.13  kiyohara 
    206  1.36    nonaka ld*	at sdmmc?
    207   1.1  kiyohara 
    208   1.1  kiyohara # gumstix device support
    209   1.1  kiyohara gxio0	at pxaip?
    210   1.5  kiyohara options 	GXIO_BLUETOOTH_ON_HWUART	# Bluetooth module on HWUART
    211  1.37  kiyohara #options 	GXIO_DEFAULT_EXPANSION="\"netCF\""
    212   1.1  kiyohara 
    213   1.1  kiyohara # gumstix expantion boards
    214   1.1  kiyohara 
    215   1.1  kiyohara # SMC 91C111
    216  1.37  kiyohara sm0	at gxio? addr 0x04000300 gpirq ?
    217  1.37  kiyohara #sm0	at gxio? addr 0x04000300 gpirq 36	# etherstix,netMMC,netCF,netDUO
    218  1.37  kiyohara #sm0	at gxio? addr 0x04000300 gpirq 99	# netCF-vx
    219   1.5  kiyohara sm1	at gxio? addr 0x08000300 gpirq 27	# netDUO(2nd NIC)
    220   1.1  kiyohara 
    221  1.37  kiyohara # SMSC LAN9117
    222  1.37  kiyohara smsh0	at gxio? addr 0x04000300 gpirq 99	# netmicroSD-vx, netpro-vx
    223  1.37  kiyohara 
    224  1.17  kiyohara # Inter-Integrated Circuit controller
    225  1.37  kiyohara gxiic0	at pxaip? addr 0x40300000
    226  1.18  kiyohara iic*	at gxiic?
    227  1.96   thorpej #dsrtc*	at iic? addr 0x68		# Can mount DS1307 at console, breakout
    228  1.17  kiyohara 
    229  1.12  kiyohara # integrated PCMCIA/CF controller
    230  1.37  kiyohara pxapcic0 at pxaip? addr 0x20000000		# cfstix, netCF
    231  1.12  kiyohara 
    232  1.12  kiyohara # PCMCIA bus support
    233  1.12  kiyohara pcmcia*	at pxapcic?
    234   1.1  kiyohara 
    235  1.37  kiyohara # Marvell 88W8385
    236  1.69  kiyohara malo*	at pcmcia? function ?		# wifistix, netwifimicrosd, netpro-vx
    237  1.37  kiyohara 
    238  1.37  kiyohara 
    239   1.1  kiyohara # PCMCIA serial interfaces
    240   1.1  kiyohara com*	at pcmcia? function ?		# Modems and serial cards
    241   1.1  kiyohara 
    242  1.16  kiyohara # PCMCIA IDE controllers
    243   1.1  kiyohara wdc*	at pcmcia? function ?
    244  1.16  kiyohara atabus*	at wdc? channel ?
    245   1.1  kiyohara wd*	at atabus? drive ? flags 0x0000
    246   1.1  kiyohara 
    247   1.1  kiyohara # PCMCIA network interfaces
    248   1.1  kiyohara ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
    249  1.44  kiyohara wi*	at pcmcia? function ?		# Lucent/Intersil WaveLAN/IEEE (802.11)
    250  1.19  kiyohara #xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
    251  1.19  kiyohara #xi*	at xirc?
    252   1.1  kiyohara 
    253   1.1  kiyohara # MII/PHY support
    254  1.19  kiyohara #acphy*	at mii? phy ?			# AMD/Altima AC101 PHYs
    255   1.1  kiyohara sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    256  1.41  kiyohara ukphy*	at mii? phy ?			# smsh(4) internal PHY
    257   1.1  kiyohara 
    258  1.24  kiyohara # PCMCIA USB controllers
    259  1.24  kiyohara #slhci*	at pcmcia? function ?		# ScanLogic SL811HS
    260   1.1  kiyohara 
    261   1.1  kiyohara # USB bus support
    262  1.37  kiyohara usb*	at ohci?
    263  1.24  kiyohara #usb*	at slhci?
    264   1.1  kiyohara 
    265   1.1  kiyohara # USB Hubs
    266  1.37  kiyohara uhub*	at usb?
    267  1.37  kiyohara uhub*	at uhub? port ?
    268   1.1  kiyohara 
    269   1.1  kiyohara # USB HID device
    270  1.37  kiyohara uhidev* at uhub? port ? configuration ? interface ?
    271   1.1  kiyohara 
    272  1.40  kiyohara # USB Mice
    273  1.37  kiyohara ums*	at uhidev? reportid ?
    274  1.37  kiyohara wsmouse* at ums? mux 0
    275  1.37  kiyohara 
    276  1.40  kiyohara # USB Keyboards
    277  1.37  kiyohara ukbd*	at uhidev? reportid ?
    278  1.37  kiyohara wskbd*	at ukbd? console ? mux 1
    279  1.24  kiyohara 
    280  1.43  kiyohara # USB LCDs and USB-VGA adaptors
    281  1.43  kiyohara udl*	at uhub? port ?			# DisplayLink DL-1x0/1x5
    282  1.43  kiyohara wsdisplay* at udl?
    283  1.43  kiyohara 
    284   1.1  kiyohara # USB Mass Storage
    285  1.37  kiyohara umass*	at uhub? port ? configuration ? interface ?
    286   1.1  kiyohara #wd*	at umass?
    287   1.1  kiyohara 
    288  1.37  kiyohara # SCSI bus support
    289  1.37  kiyohara scsibus* at scsi?
    290   1.1  kiyohara 
    291  1.37  kiyohara # SCSI devices
    292  1.37  kiyohara sd*	at scsibus? target ? lun ?	# SCSI disk drives
    293  1.19  kiyohara 
    294   1.7  kiyohara # Bluetooth Controller and Device support
    295   1.7  kiyohara 
    296   1.7  kiyohara # Bluetooth PCMCIA Controllers
    297  1.15  kiyohara #btbc*	at pcmcia? function ?		# AnyCom BlueCard LSE041/039/139
    298   1.7  kiyohara 
    299   1.7  kiyohara # Bluetooth USB Controllers
    300  1.11  drochner #ubt*	at uhub? port ?
    301  1.58  jakllsch #aubtfwl* at uhub? port ?
    302   1.7  kiyohara 
    303   1.7  kiyohara # Bluetooth Device Hub
    304  1.37  kiyohara bthub*	at bcsp?
    305  1.15  kiyohara #bthub*	at btbc?
    306  1.10  kiyohara bthub*	at btuart?
    307   1.7  kiyohara #bthub*	at ubt?
    308   1.7  kiyohara 
    309   1.7  kiyohara # Bluetooth HID support
    310  1.37  kiyohara bthidev* at bthub?
    311   1.7  kiyohara 
    312   1.7  kiyohara # Bluetooth Mouse
    313  1.37  kiyohara btms*	at bthidev? reportid ?
    314  1.37  kiyohara wsmouse* at btms? mux 0
    315   1.7  kiyohara 
    316   1.7  kiyohara # Bluetooth Keyboard
    317  1.37  kiyohara btkbd*	at bthidev? reportid ?
    318  1.37  kiyohara wskbd*	at btkbd? console ? mux 1
    319   1.7  kiyohara 
    320  1.49    plunky # Bluetooth Apple Magic Mouse
    321  1.49    plunky btmagic* at bthub?
    322  1.49    plunky wsmouse* at btmagic? mux 0
    323  1.49    plunky 
    324   1.7  kiyohara # Bluetooth Audio support
    325  1.37  kiyohara btsco*	at bthub?
    326   1.7  kiyohara 
    327   1.1  kiyohara # Pseudo-Devices
    328   1.1  kiyohara 
    329   1.1  kiyohara # disk/mass storage pseudo-devices
    330  1.14  kiyohara #pseudo-device	bio			# RAID control device driver
    331  1.73  christos #pseudo-device	ccd			# concatenated/striped disk devices
    332  1.73  christos pseudo-device	cgd			# cryptographic disk devices
    333  1.74  christos #pseudo-device	raid			# RAIDframe disk driver
    334  1.24  kiyohara #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    335   1.5  kiyohara # Options to enable various other RAIDframe RAID types.
    336  1.24  kiyohara #options 	RF_INCLUDE_EVENODD=1
    337  1.24  kiyohara #options 	RF_INCLUDE_RAID5_RS=1
    338  1.24  kiyohara #options 	RF_INCLUDE_PARITYLOGGING=1
    339  1.24  kiyohara #options 	RF_INCLUDE_CHAINDECLUSTER=1
    340  1.24  kiyohara #options 	RF_INCLUDE_INTERDECLUSTER=1
    341  1.24  kiyohara #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    342  1.24  kiyohara #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    343  1.47     pooka #pseudo-device	fss			# file system snapshot device
    344   1.5  kiyohara 
    345  1.54   hannken #pseudo-device	md			# memory disk device (ramdisk)
    346   1.1  kiyohara pseudo-device	vnd			# disk-like interface to files
    347  1.24  kiyohara options 	VND_COMPRESSION		# compressed vnd(4)
    348  1.39     pooka pseudo-device	putter			# for puffs and pud
    349   1.1  kiyohara 
    350   1.1  kiyohara # network pseudo-devices
    351   1.1  kiyohara pseudo-device	bpfilter		# Berkeley packet filter
    352   1.5  kiyohara #pseudo-device	carp			# Common Address Redundancy Protocol
    353  1.98      maxv pseudo-device	npf			# NPF packet filter
    354   1.1  kiyohara pseudo-device	loop			# network loopback
    355   1.5  kiyohara pseudo-device	ppp			# Point-to-Point Protocol
    356   1.1  kiyohara #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    357  1.50  kiyohara #options 	PPPOE_SERVER		# Enable PPPoE server via link0
    358   1.1  kiyohara #pseudo-device	sl			# Serial Line IP
    359   1.1  kiyohara #pseudo-device	strip			# Starmode Radio IP (Metricom)
    360   1.1  kiyohara #pseudo-device	irframetty		# IrDA frame line discipline
    361  1.53  kiyohara pseudo-device	tap			# virtual Ethernet
    362   1.1  kiyohara #pseudo-device	tun			# network tunneling over tty
    363   1.1  kiyohara #pseudo-device	gre			# generic L3 over IP tunnel
    364  1.44  kiyohara #pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC 1933)
    365  1.44  kiyohara #pseudo-device	faith			# IPv[46] TCP relay translation i/f
    366   1.1  kiyohara #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    367   1.1  kiyohara #pseudo-device	vlan			# IEEE 802.1q encapsulation
    368  1.53  kiyohara pseudo-device	bridge			# simple inter-network bridging
    369   1.1  kiyohara #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    370  1.14  kiyohara #pseudo-device	agr			# IEEE 802.3ad link aggregation
    371   1.1  kiyohara 
    372   1.1  kiyohara # miscellaneous pseudo-devices
    373   1.1  kiyohara pseudo-device	pty			# pseudo-terminals
    374  1.75  christos #pseudo-device	sequencer		# MIDI sequencer
    375  1.44  kiyohara options 	RND_COM
    376   1.1  kiyohara pseudo-device	clockctl		# user control of clock subsystem
    377   1.5  kiyohara pseudo-device	ksyms			# /dev/ksyms
    378  1.21  kiyohara pseudo-device	bcsp			# BlueCore Serial Protocol
    379   1.7  kiyohara pseudo-device	btuart			# Bluetooth HCI UART (H4)
    380  1.19  kiyohara 					# connect with Ericsson Bluetooth Module
    381  1.40  kiyohara 					#  or Infineon SingleStone (PBA31307)
    382  1.40  kiyohara 					#  or Infineon UniStone (PBA31308)
    383   1.5  kiyohara 
    384   1.5  kiyohara # a pseudo device needed for Coda	# also needs CODA (above)
    385  1.74  christos pseudo-device	vcoda			# coda minicache <-> venus comm.
    386   1.5  kiyohara 
    387   1.5  kiyohara # a pseudo device needed for SMBFS
    388  1.19  kiyohara pseudo-device	nsmb			# experimental - SMB requester
    389   1.1  kiyohara 
    390   1.1  kiyohara # wscons pseudo-devices
    391  1.46  kiyohara pseudo-device	wsmux			# mouse & keyboard multiplexor
    392   1.1  kiyohara #pseudo-device	wsfont
    393   1.5  kiyohara 
    394   1.5  kiyohara # data mover pseudo-devices
    395  1.67     skrll pseudo-device	swdmover		# software dmover(9) back-end
    396  1.53  kiyohara pseudo-device	dmoverio		# /dev/dmover dmover(9) interface
    397   1.5  kiyohara 
    398  1.40  kiyohara # userland interface to drivers, including autoconf and properties retrieval
    399  1.40  kiyohara pseudo-device	drvctl
    400  1.40  kiyohara 
    401  1.24  kiyohara #options 	FILEASSOC		# fileassoc(9) - required for Veriexec
    402  1.86  christos 					# and PAX_SEGVGUARD
    403  1.24  kiyohara 
    404   1.8  kiyohara # Veriexec
    405   1.8  kiyohara #pseudo-device	veriexec
    406   1.5  kiyohara #
    407   1.5  kiyohara # Uncomment the fingerprint methods below that are desired. Note that
    408   1.5  kiyohara # removing fingerprint methods will have almost no impact on the kernel
    409   1.8  kiyohara # code size.
    410   1.5  kiyohara #
    411   1.5  kiyohara #options VERIFIED_EXEC_FP_SHA256
    412  1.16  kiyohara #options VERIFIED_EXEC_FP_SHA384
    413   1.5  kiyohara #options VERIFIED_EXEC_FP_SHA512
    414  1.24  kiyohara 
    415  1.24  kiyohara #options 	PAX_MPROTECT=0		# PaX mprotect(2) restrictions
    416  1.24  kiyohara #options 	PAX_ASLR=0		# PaX Address Space Layout Randomization
    417