GUMSTIX revision 1.86
11.406Sad# $NetBSD: GUMSTIX,v 1.86 2016/11/26 13:59:45 christos Exp $ 21.310Sjwise# 31.310Sjwise# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel 41.310Sjwise# 51.310Sjwise 61.310Sjwiseinclude "arch/evbarm/conf/std.gumstix" 71.310Sjwise 81.310Sjwise#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.310Sjwise 101.310Sjwise# estimated number of users 111.310Sjwise 121.310Sjwisemaxusers 32 131.310Sjwise 141.310Sjwise# CPU options 151.310Sjwise 161.310Sjwise# For XScale systems 171.310Sjwiseoptions CPU_XSCALE_PXA250 # Support the basix/connex motherboards 181.310Sjwiseoptions CPU_XSCALE_PXA270 # Support the verdex motherboards 191.310Sjwisemakeoptions CPUFLAGS="-mcpu=xscale" 201.310Sjwise 211.310Sjwise# Architecture options 221.310Sjwise#options XSCALE_CACHE_WRITE_THROUGH 231.310Sjwiseoptions XSCALE_CACHE_READ_WRITE_ALLOCATE 241.310Sjwise 251.310Sjwise# Gumstix options 261.310Sjwiseoptions GUMSTIX 271.310Sjwise# if not specified 'busheader=' in args from u-boot, use GXIO_DEFAULT_EXPANSION. 281.310Sjwiseoptions GUMSTIX_NETBSD_ARGS_BUSHEADER 291.310Sjwiseoptions GUMSTIX_NETBSD_ARGS_CONSOLE # dynamically configure console 301.310Sjwise # 'console=lcd' or ffuart,stuart 311.310Sjwise 321.310Sjwise# Standard system options 331.310Sjwise 341.310Sjwiseoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 351.310Sjwise#options NTP # NTP phase/frequency locked loop 361.310Sjwise 371.310Sjwise# File systems 381.310Sjwise 391.310Sjwisefile-system FFS # UFS 401.310Sjwisefile-system EXT2FS # second extended file system (linux) 411.310Sjwisefile-system LFS # log-structured file system 421.310Sjwisefile-system MFS # memory file system 431.310Sjwisefile-system NFS # Network File System client 441.310Sjwise#file-system NTFS # Windows/NT file system (experimental) 451.310Sjwise#file-system CD9660 # ISO 9660 + Rock Ridge file system 461.310Sjwisefile-system MSDOSFS # MS-DOS file system 471.310Sjwisefile-system FDESC # /dev/fd 481.310Sjwisefile-system KERNFS # /kern 491.310Sjwisefile-system NULLFS # loopback file system 501.310Sjwisefile-system OVERLAY # overlay file system 511.310Sjwisefile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 521.310Sjwisefile-system PROCFS # /proc 531.310Sjwisefile-system UMAPFS # NULLFS + uid and gid remapping 541.310Sjwisefile-system UNION # union file system 551.310Sjwisefile-system CODA # Coda File System; also needs vcoda (below) 561.310Sjwisefile-system SMBFS # experimental - CIFS; also needs nsmb (below) 571.310Sjwisefile-system PTYFS # /dev/ptm support 581.310Sjwisefile-system TMPFS # Efficient memory file-system 591.310Sjwise#file-system UDF # experimental - OSTA UDF CD/DVD file-system 601.310Sjwise#file-system HFS # experimental - Apple HFS+ (read-only) 611.310Sjwise 621.310Sjwise# File system options 631.310Sjwise#options QUOTA # legacy UFS quotas 641.310Sjwise#options QUOTA2 # new, in-filesystem UFS quotas 651.310Sjwise#options FFS_EI # FFS Endian Independent support 661.310Sjwiseoptions WAPBL # File system journaling support 671.310Sjwise# Note that UFS_DIRHASH is suspected of causing kernel memory corruption. 681.310Sjwise# It is not recommended for general use. 691.310Sjwise#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental 701.310Sjwise#options NFSSERVER # Network File System server 711.310Sjwise#options FFS_NO_SNAPSHOT # No FFS snapshot support 721.310Sjwise#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 731.310Sjwise # immutable) behave as system flags. 741.310Sjwise 751.310Sjwise# Networking options 761.310Sjwise 771.310Sjwise#options GATEWAY # packet forwarding 781.310Sjwiseoptions INET # IP + ICMP + TCP + UDP 791.310Sjwiseoptions INET6 # IPv6 801.310Sjwise#options IPSEC # IP security 811.310Sjwise#options IPSEC_DEBUG # debug for IP security 821.310Sjwise#options MROUTING # IP multicast routing 831.310Sjwise#options PIM # Protocol Independent Multicast 841.310Sjwise#options NETATALK # AppleTalk networking 851.310Sjwise#options PPP_BSDCOMP # BSD-Compress compression support for PPP 861.310Sjwise#options PPP_DEFLATE # Deflate compression support for PPP 871.310Sjwise#options PPP_FILTER # Active filter support for PPP (requires bpf) 881.310Sjwise#options IPFILTER_LOG # ipmon(8) log support 891.310Sjwise#options IPFILTER_LOOKUP # ippool(8) support 901.310Sjwiseoptions IPFILTER_COMPAT # Compat for IP-Filter 911.310Sjwise#options IPFILTER_DEFAULT_BLOCK # block all packets by default 921.310Sjwise#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 931.310Sjwise 941.310Sjwiseoptions NFS_BOOT_BOOTP 951.310Sjwiseoptions NFS_BOOT_DHCP 961.310Sjwise#options NFS_BOOT_BOOTPARAM 971.310Sjwise 981.310Sjwise# Compatibility options 991.310Sjwise 1001.310Sjwiseoptions COMPAT_NETBSD32 # allow running arm (e.g. non-earm) binaries 1011.310Sjwise#options COMPAT_09 # NetBSD 0.9, 1021.310Sjwise#options COMPAT_10 # NetBSD 1.0, 1031.310Sjwise#options COMPAT_11 # NetBSD 1.1, 1041.310Sjwise#options COMPAT_12 # NetBSD 1.2, 1051.310Sjwise#options COMPAT_13 # NetBSD 1.3, 1061.310Sjwise#options COMPAT_14 # NetBSD 1.4, 1071.310Sjwise#options COMPAT_15 # NetBSD 1.5, 1081.310Sjwiseoptions COMPAT_16 # NetBSD 1.6, 1091.310Sjwiseoptions COMPAT_20 # NetBSD 2.0, 1101.310Sjwiseoptions COMPAT_30 # NetBSD 3.0, 1111.310Sjwiseoptions COMPAT_40 # NetBSD 4.0, 1121.310Sjwiseoptions COMPAT_50 # NetBSD 5.0, 1131.310Sjwiseoptions COMPAT_60 # NetBSD 6.0, and 1141.310Sjwiseoptions COMPAT_70 # NetBSD 7.0 binary compatibility. 1151.310Sjwise#options COMPAT_43 # 4.3BSD compatibility. 1161.310Sjwise#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 1171.310Sjwise 1181.310Sjwiseoptions COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 1191.310Sjwiseoptions COMPAT_LINUX # binary compatibility with Linux 1201.310Sjwiseoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 1211.310Sjwise 1221.310Sjwise# Shared memory options 1231.310Sjwise 1241.310Sjwise#options SYSVMSG # System V-like message queues 1251.310Sjwise#options SYSVSEM # System V-like semaphores 1261.310Sjwise#options SYSVSHM # System V-like memory sharing 1271.310Sjwise 1281.310Sjwise# Device options 1291.310Sjwise 1301.310Sjwise#options MEMORY_DISK_HOOKS # boottime setup of ramdisk 1311.310Sjwise#options MEMORY_DISK_IS_ROOT # use memory disk as root 1321.310Sjwise#options MEMORY_DISK_DYNAMIC 1331.310Sjwise#options MEMORY_DISK_ROOT_SIZE=22528 # Size in blocks 1341.310Sjwise 1351.310Sjwise# Miscellaneous kernel options 1361.310Sjwise 1371.310Sjwiseoptions KTRACE # system call tracing, a la ktrace(1) 1381.310Sjwiseoptions IRQSTATS # manage IRQ statistics 1391.310Sjwiseoptions PCMCIAVERBOSE # verbose PCMCIA configuration messages 1401.310Sjwise#options USBVERBOSE # verbose USB device autoconfig messages 1411.310Sjwiseoptions MIIVERBOSE # Verbose MII autoconfuration messages 1421.310Sjwise#options DDB_KEYCODE=0x40 1431.310Sjwise#options USERCONF # userconf(4) support 1441.310Sjwise#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1451.310Sjwise#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1461.310Sjwise 1471.310Sjwise# Development and Debugging options 1481.310Sjwise 1491.386Sassar#options PERFCTRS # performance counters 1501.310Sjwiseoptions DIAGNOSTIC # internal consistency checks 1511.400Sgmcgarryoptions DEBUG 1521.310Sjwise#options LOCKDEBUG 1531.310Sjwise#options PMAP_DEBUG # Enable pmap_debug_level code 1541.310Sjwise#options VERBOSE_INIT_ARM # verbose bootstraping messages 1551.310Sjwiseoptions DDB # in-kernel debugger 1561.310Sjwise#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1571.310Sjwise#options KGDB 1581.310Sjwise#options DEBUG_KGDB 1591.310Sjwisemakeoptions DEBUG="-g" # compile full symbol table 1601.310Sjwise#makeoptions COPTS="-O2" 1611.310Sjwisemakeoptions COPY_SYMTAB=1 1621.310Sjwise#options AUDIO_DEBUG=2 1631.310Sjwise 1641.310Sjwiseconfig netbsd root on ? type ? 1651.310Sjwiseconfig netbsd-sm0 root on sm0 type nfs 1661.310Sjwiseconfig netbsd-smsh0 root on smsh0 type nfs 1671.310Sjwise 1681.310Sjwise# The main bus device 1691.310Sjwisemainbus0 at root 1701.310Sjwise 1711.310Sjwise# The boot cpu 1721.310Sjwisecpu0 at mainbus? 1731.310Sjwise 1741.310Sjwise# integrated peripherals 1751.310Sjwisepxaip0 at mainbus? 1761.347Swiz 1771.310Sjwisepxaintc0 at pxaip? # interrupt controller 1781.310Sjwiseoptions PXAGPIO_HAS_GPION_INTRS 1791.310Sjwise 1801.310Sjwisepxagpio0 at pxaip? # GPIO 1811.310Sjwisepxartc0 at pxaip? addr 0x40900000 # RTC 1821.310Sjwise 1831.310Sjwise# cotulla integrated 16550 UARTs 1841.310Sjwiseoptions COM_PXA2X0 1851.310Sjwisecom0 at pxaip? addr 0x40100000 intr 22 # Full Function UART 1861.310Sjwisecom1 at pxaip? addr 0x40700000 intr 20 # Standard UART (console-st) 1871.310Sjwisecom2 at pxaip? addr 0x40200000 intr 21 # Bluetooth UART (old bt or vx) 1881.310Sjwisecom3 at pxaip? addr 0x41600000 intr 7 # Hardware UART(console-hw, bt) 1891.310Sjwiseoptions FFUARTCONSOLE 1901.310Sjwise#options STUARTCONSOLE 1911.310Sjwise#options BTUARTCONSOLE 1921.310Sjwise#options HWUARTCONSOLE 1931.310Sjwise#options KGDB_DEVNAME="\"ffuart\"" # or stuart or btuart or hwuart 1941.310Sjwise#options KGDB_DEVRATE=115200 1951.310Sjwise 1961.310Sjwise# DMAC support 1971.310Sjwisepxadmac0 at pxaip? addr 0x40000000 intr 25 1981.310Sjwiseoptions PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend 1991.310Sjwise#options PXA2X0_DMAC_FIXED_PRIORITY # Don't want multiple priority 2001.310Sjwise 2011.310Sjwise# AC97 Audio support 2021.386Sassarpxaacu0 at pxaip? addr 0x40500000 intr 14 # Audiostix, Audiostx2, GPSstix 2031.310Sjwise 2041.328Satatat# Audio support 2051.328Satatataudio* at audiobus? 2061.310Sjwise 2071.310Sjwise# LCD 2081.310Sjwiselcd0 at pxaip? addr 0x44000000 # consoleLCD-vx,consoleLCD16-vx 2091.310Sjwisewsdisplay* at lcd? console ? 2101.310Sjwise 2111.310Sjwise# USB Host/Device Controller 2121.310Sjwiseohci0 at pxaip? addr 0x4c000000 intr 3 # consoleLCD-vx,consoleLCD16-vx 2131.310Sjwise # ALSO NEEDS pxaudc 2141.310Sjwisepxaudc0 at pxaip? addr 0x40600000 2151.310Sjwise 2161.310Sjwise# integrated MMC/SD contoller 2171.310Sjwisepxamci0 at pxaip? addr 0x41100000 size 0x48 2181.310Sjwisesdmmc* at pxamci? 2191.310Sjwise#options PXAMCI_DEBUG 2201.310Sjwise#options SDMMC_DEBUG 2211.310Sjwise#options SDMMC_DUMP_CSD 2221.310Sjwise 2231.310Sjwiseld* at sdmmc? 2241.310Sjwise 2251.310Sjwise# gumstix device support 2261.310Sjwisegxio0 at pxaip? 2271.310Sjwiseoptions GXIO_BLUETOOTH_ON_HWUART # Bluetooth module on HWUART 2281.310Sjwise#options GXIO_DEFAULT_EXPANSION="\"netCF\"" 2291.310Sjwise 2301.310Sjwise# gumstix expantion boards 2311.310Sjwise 2321.310Sjwise# SMC 91C111 2331.310Sjwisesm0 at gxio? addr 0x04000300 gpirq ? 2341.390Sdrochner#sm0 at gxio? addr 0x04000300 gpirq 36 # etherstix,netMMC,netCF,netDUO 2351.310Sjwise#sm0 at gxio? addr 0x04000300 gpirq 99 # netCF-vx 2361.310Sjwisesm1 at gxio? addr 0x08000300 gpirq 27 # netDUO(2nd NIC) 2371.310Sjwise 2381.310Sjwise# SMSC LAN9117 2391.310Sjwisesmsh0 at gxio? addr 0x04000300 gpirq 99 # netmicroSD-vx, netpro-vx 2401.310Sjwise 2411.310Sjwise# Inter-Integrated Circuit controller 2421.310Sjwisegxiic0 at pxaip? addr 0x40300000 2431.310Sjwiseiic* at gxiic? 2441.310Sjwise#dsrtc* at iic? addr 0x68 # Can mount DS1307 at console, breakout 2451.310Sjwise 2461.310Sjwise# integrated PCMCIA/CF controller 2471.310Sjwisepxapcic0 at pxaip? addr 0x20000000 # cfstix, netCF 2481.310Sjwise 2491.310Sjwise# PCMCIA bus support 2501.310Sjwisepcmcia* at pxapcic? 2511.310Sjwise 2521.310Sjwise# Marvell 88W8385 2531.310Sjwisemalo* at pcmcia? function ? # wifistix, netwifimicrosd, netpro-vx 2541.310Sjwise 2551.310Sjwise 2561.340Sitojun# PCMCIA serial interfaces 2571.310Sjwisecom* at pcmcia? function ? # Modems and serial cards 2581.310Sjwise 2591.310Sjwise# PCMCIA IDE controllers 2601.310Sjwisewdc* at pcmcia? function ? 2611.310Sjwiseatabus* at wdc? channel ? 2621.310Sjwisewd* at atabus? drive ? flags 0x0000 2631.310Sjwise 2641.310Sjwise# PCMCIA network interfaces 2651.310Sjwisene* at pcmcia? function ? # NE2000-compatible Ethernet 2661.310Sjwisewi* at pcmcia? function ? # Lucent/Intersil WaveLAN/IEEE (802.11) 2671.310Sjwise#xirc* at pcmcia? function ? # Xircom CreditCard Ethernet 2681.310Sjwise#xi* at xirc? 2691.310Sjwise 2701.310Sjwise# MII/PHY support 2711.310Sjwise#acphy* at mii? phy ? # AMD/Altima AC101 PHYs 2721.310Sjwisesqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 2731.310Sjwiseukphy* at mii? phy ? # smsh(4) internal PHY 2741.310Sjwise 2751.310Sjwise# PCMCIA USB controllers 2761.310Sjwise#slhci* at pcmcia? function ? # ScanLogic SL811HS 2771.310Sjwise 2781.310Sjwise# USB bus support 2791.310Sjwiseusb* at ohci? 2801.310Sjwise#usb* at slhci? 2811.310Sjwise 2821.310Sjwise# USB Hubs 2831.310Sjwiseuhub* at usb? 2841.310Sjwiseuhub* at uhub? port ? 2851.310Sjwise 2861.310Sjwise# USB HID device 2871.310Sjwiseuhidev* at uhub? port ? configuration ? interface ? 2881.310Sjwise 2891.310Sjwise# USB Mice 2901.310Sjwiseums* at uhidev? reportid ? 2911.310Sjwisewsmouse* at ums? mux 0 2921.310Sjwise 2931.310Sjwise# USB Keyboards 2941.310Sjwiseukbd* at uhidev? reportid ? 2951.310Sjwisewskbd* at ukbd? console ? mux 1 2961.310Sjwise 2971.310Sjwise# USB LCDs and USB-VGA adaptors 2981.310Sjwiseudl* at uhub? port ? # DisplayLink DL-1x0/1x5 2991.310Sjwisewsdisplay* at udl? 3001.310Sjwise 3011.310Sjwise# USB Mass Storage 3021.310Sjwiseumass* at uhub? port ? configuration ? interface ? 3031.310Sjwise#wd* at umass? 3041.310Sjwise 3051.310Sjwise# SCSI bus support 3061.310Sjwisescsibus* at scsi? 3071.310Sjwise 3081.310Sjwise# SCSI devices 3091.310Sjwisesd* at scsibus? target ? lun ? # SCSI disk drives 3101.310Sjwise 3111.310Sjwise# Bluetooth Controller and Device support 3121.310Sjwise 3131.310Sjwise# Bluetooth PCMCIA Controllers 3141.328Satatat#btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 3151.310Sjwise 3161.310Sjwise# Bluetooth USB Controllers 3171.310Sjwise#ubt* at uhub? port ? 3181.310Sjwise#aubtfwl* at uhub? port ? 3191.310Sjwise 3201.310Sjwise# Bluetooth Device Hub 3211.310Sjwisebthub* at bcsp? 3221.310Sjwise#bthub* at btbc? 3231.310Sjwisebthub* at btuart? 3241.310Sjwise#bthub* at ubt? 3251.310Sjwise 3261.310Sjwise# Bluetooth HID support 3271.310Sjwisebthidev* at bthub? 3281.310Sjwise 3291.310Sjwise# Bluetooth Mouse 3301.322Sitojunbtms* at bthidev? reportid ? 3311.310Sjwisewsmouse* at btms? mux 0 3321.328Satatat 3331.310Sjwise# Bluetooth Keyboard 3341.310Sjwisebtkbd* at bthidev? reportid ? 3351.310Sjwisewskbd* at btkbd? console ? mux 1 3361.310Sjwise 3371.310Sjwise# Bluetooth Apple Magic Mouse 3381.310Sjwisebtmagic* at bthub? 3391.310Sjwisewsmouse* at btmagic? mux 0 3401.310Sjwise 3411.310Sjwise# Bluetooth Audio support 3421.310Sjwisebtsco* at bthub? 3431.310Sjwise 3441.310Sjwise# Pseudo-Devices 3451.310Sjwise 3461.310Sjwise# disk/mass storage pseudo-devices 3471.310Sjwise#pseudo-device bio # RAID control device driver 3481.310Sjwise#pseudo-device ccd # concatenated/striped disk devices 3491.310Sjwisepseudo-device cgd # cryptographic disk devices 3501.310Sjwise#pseudo-device raid # RAIDframe disk driver 3511.310Sjwise#options RAID_AUTOCONFIG # auto-configuration of RAID components 3521.310Sjwise# Options to enable various other RAIDframe RAID types. 3531.310Sjwise#options RF_INCLUDE_EVENODD=1 3541.310Sjwise#options RF_INCLUDE_RAID5_RS=1 3551.310Sjwise#options RF_INCLUDE_PARITYLOGGING=1 3561.310Sjwise#options RF_INCLUDE_CHAINDECLUSTER=1 3571.310Sjwise#options RF_INCLUDE_INTERDECLUSTER=1 3581.310Sjwise#options RF_INCLUDE_PARITY_DECLUSTERING=1 3591.310Sjwise#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 3601.310Sjwise#pseudo-device fss # file system snapshot device 3611.310Sjwise 3621.310Sjwise#pseudo-device md # memory disk device (ramdisk) 3631.310Sjwisepseudo-device vnd # disk-like interface to files 3641.310Sjwiseoptions VND_COMPRESSION # compressed vnd(4) 3651.386Sassarpseudo-device putter # for puffs and pud 3661.386Sassar 3671.310Sjwise# network pseudo-devices 3681.310Sjwisepseudo-device bpfilter # Berkeley packet filter 3691.310Sjwise#pseudo-device carp # Common Address Redundancy Protocol 3701.310Sjwisepseudo-device ipfilter # IP filter (firewall) and NAT 3711.310Sjwisepseudo-device loop # network loopback 3721.310Sjwisepseudo-device ppp # Point-to-Point Protocol 3731.310Sjwise#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 3741.310Sjwise#options PPPOE_SERVER # Enable PPPoE server via link0 3751.310Sjwise#pseudo-device sl # Serial Line IP 3761.310Sjwise#pseudo-device strip # Starmode Radio IP (Metricom) 3771.310Sjwise#pseudo-device irframetty # IrDA frame line discipline 3781.310Sjwisepseudo-device tap # virtual Ethernet 3791.310Sjwise#pseudo-device tun # network tunneling over tty 3801.310Sjwise#pseudo-device gre # generic L3 over IP tunnel 3811.310Sjwise#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933) 3821.310Sjwise#pseudo-device faith # IPv[46] TCP relay translation i/f 3831.310Sjwise#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 3841.310Sjwise#pseudo-device vlan # IEEE 802.1q encapsulation 3851.310Sjwisepseudo-device bridge # simple inter-network bridging 3861.310Sjwise#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too 3871.310Sjwise#pseudo-device agr # IEEE 802.3ad link aggregation 3881.310Sjwise#pseudo-device pf # PF packet filter 3891.310Sjwise#pseudo-device pflog # PF log if 3901.310Sjwise 3911.310Sjwise# miscellaneous pseudo-devices 3921.310Sjwisepseudo-device pty # pseudo-terminals 3931.310Sjwise#pseudo-device sequencer # MIDI sequencer 3941.310Sjwiseoptions RND_COM 3951.310Sjwisepseudo-device clockctl # user control of clock subsystem 3961.310Sjwisepseudo-device ksyms # /dev/ksyms 3971.310Sjwisepseudo-device bcsp # BlueCore Serial Protocol 3981.348Swizpseudo-device btuart # Bluetooth HCI UART (H4) 3991.310Sjwise # connect with Ericsson Bluetooth Module 4001.310Sjwise # or Infineon SingleStone (PBA31307) 4011.310Sjwise # or Infineon UniStone (PBA31308) 4021.310Sjwise 4031.310Sjwise# a pseudo device needed for Coda # also needs CODA (above) 4041.310Sjwisepseudo-device vcoda # coda minicache <-> venus comm. 4051.310Sjwise 4061.310Sjwise# a pseudo device needed for SMBFS 4071.310Sjwisepseudo-device nsmb # experimental - SMB requester 4081.310Sjwise 4091.310Sjwise# wscons pseudo-devices 4101.310Sjwisepseudo-device wsmux # mouse & keyboard multiplexor 4111.310Sjwise#pseudo-device wsfont 4121.310Sjwise 4131.310Sjwise# data mover pseudo-devices 4141.310Sjwisepseudo-device swdmover # software dmover(9) back-end 4151.310Sjwisepseudo-device dmoverio # /dev/dmover dmover(9) interface 4161.310Sjwise 4171.310Sjwise# userland interface to drivers, including autoconf and properties retrieval 4181.310Sjwisepseudo-device drvctl 4191.310Sjwise 4201.310Sjwise#options FILEASSOC # fileassoc(9) - required for Veriexec 4211.310Sjwise # and PAX_SEGVGUARD 4221.310Sjwise 4231.310Sjwise# Veriexec 4241.310Sjwise#pseudo-device veriexec 4251.310Sjwise# 4261.310Sjwise# Uncomment the fingerprint methods below that are desired. Note that 4271.310Sjwise# removing fingerprint methods will have almost no impact on the kernel 4281.310Sjwise# code size. 4291.310Sjwise# 4301.310Sjwise#options VERIFIED_EXEC_FP_RMD160 4311.310Sjwise#options VERIFIED_EXEC_FP_SHA256 4321.310Sjwise#options VERIFIED_EXEC_FP_SHA384 4331.395Sthorpej#options VERIFIED_EXEC_FP_SHA512 4341.310Sjwise#options VERIFIED_EXEC_FP_SHA1 4351.310Sjwise#options VERIFIED_EXEC_FP_MD5 4361.399Sgmcgarry 4371.310Sjwise#options PAX_MPROTECT=0 # PaX mprotect(2) restrictions 4381.310Sjwise#options PAX_ASLR=0 # PaX Address Space Layout Randomization 4391.310Sjwise