Update and add some options/devices.

This commit is contained in:
kiyohara 2008-01-27 06:23:38 +00:00
parent 6efe384afc
commit fa0b00252c
1 changed files with 33 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GUMSTIX,v 1.23 2008/01/06 01:35:34 matt Exp $
# $NetBSD: GUMSTIX,v 1.24 2008/01/27 06:23:38 kiyohara Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@ -32,7 +32,7 @@ file-system FFS # UFS
file-system EXT2FS # second extended file system (linux)
file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS # Network file system client
file-system NFS # Network File System client
#file-system NTFS # Windows/NT file system (experimental)
#file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
@ -46,19 +46,19 @@ file-system UMAPFS # NULLFS + uid and gid remapping
file-system UNION # union file system
file-system CODA # Coda File System; also needs vcoda (below)
file-system SMBFS # experimental - CIFS; also needs nsmb (below)
file-system PTYFS # /dev/pts/N support
file-system PTYFS # /dev/ptm support
file-system TMPFS # Efficient memory file-system
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
#file-system HFS # experimental - Apple HFS+ (read-only)
# File system options
#options QUOTA # UFS quotas
#options FFS_EI # FFS Endian Independant support
options SOFTDEP
#options FFS_EI # FFS Endian Independent support
options SOFTDEP # FFS soft updates support.
# Note that UFS_DIRHASH is suspected of causing kernel memory corruption.
# It is not recommended for general use.
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
#options NFSSERVER
#options NFSSERVER # Network File System server
#options FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
@ -73,6 +73,7 @@ options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options ISO,TPIP # OSI
#options EON # OSI tunneling over IP
#options NETATALK # AppleTalk networking
@ -80,6 +81,9 @@ options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
#options PPP_DEFLATE # Deflate compression support for PPP
#options PPP_FILTER # Active filter support for PPP (requires bpf)
#options IPFILTER_LOG # ipmon(8) log support
#options IPFILTER_LOOKUP # ippool(8) support
#options IPFILTER_DEFAULT_BLOCK # block all packets by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options NFS_BOOT_BOOTP
@ -103,7 +107,8 @@ options COMPAT_40 # NetBSD 4.0 compatibility.
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Shared memory options
@ -257,9 +262,11 @@ wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
#acphy* at mii? phy ? # AMD/Altima AC101 PHYs
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
# USB Devices
# PCMCIA USB controllers
#slhci* at pcmcia? function ? # ScanLogic SL811HS
# USB bus support
#usb* at slhci?
# USB Hubs
#uhub* at usb?
@ -293,6 +300,10 @@ sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
#umodem* at uhub? port ? configuration ?
#ucom* at umodem?
# Huawei E220 3G/HSDPA modem
#uhmodem* at uhub? port ? configuration ? interface ?
#ucom* at uhmodem? portno ?
# USB Mass Storage
#umass* at uhub? port ? configuration ? interface ?
#wd* at umass?
@ -434,20 +445,20 @@ pseudo-device swcrypto # software crypto implementation
#pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device raid 8 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# Options to enable various other RAIDframe RAID types.
#options RF_INCLUDE_EVENODD=1
#options RF_INCLUDE_RAID5_RS=1
#options RF_INCLUDE_PARITYLOGGING=1
#options RF_INCLUDE_CHAINDECLUSTER=1
#options RF_INCLUDE_INTERDECLUSTER=1
#options RF_INCLUDE_PARITY_DECLUSTERING=1
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
#options RF_INCLUDE_EVENODD=1
#options RF_INCLUDE_RAID5_RS=1
#options RF_INCLUDE_PARITYLOGGING=1
#options RF_INCLUDE_CHAINDECLUSTER=1
#options RF_INCLUDE_INTERDECLUSTER=1
#options RF_INCLUDE_PARITY_DECLUSTERING=1
#options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
#pseudo-device fss 4 # file system snapshot device
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device vnd # disk-like interface to files
options VND_COMPRESSION # compressed vnd(4)
options VND_COMPRESSION # compressed vnd(4)
# network pseudo-devices
pseudo-device bpfilter # Berkeley packet filter
@ -497,6 +508,8 @@ pseudo-device nsmb # experimental - SMB requester
#pseudo-device swdmover # softare dmover(9) back-end
#pseudo-device dmoverio # /dev/dmover dmover(9) interface
#options FILEASSOC # fileassoc(9) - required for Veriexec
# Veriexec
#pseudo-device veriexec
#
@ -510,3 +523,6 @@ pseudo-device nsmb # experimental - SMB requester
#options VERIFIED_EXEC_FP_SHA512
#options VERIFIED_EXEC_FP_SHA1
#options VERIFIED_EXEC_FP_MD5
#options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
#options PAX_ASLR=0 # PaX Address Space Layout Randomization