+ Add comment at btuart.

+ Add INCLUDE_CONFIG_FILE and UFS_DIRHASH.
+ Add white space at file-system and enabled some file-system.
+ Comment-outed un-major devices.
+ Add stuirda, uchcom, ugensa.
This commit is contained in:
kiyohara 2007-09-16 13:44:38 +00:00
parent 50c43c7f9f
commit e70a0d2e8c

View File

@ -1,10 +1,12 @@
# $NetBSD: GUMSTIX,v 1.18 2007/08/21 12:43:33 kiyohara Exp $
# $NetBSD: GUMSTIX,v 1.19 2007/09/16 13:44:38 kiyohara Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
include "arch/evbarm/conf/std.gumstix"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
# estimated number of users
maxusers 32
@ -26,33 +28,36 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
# File systems
file-system FFS # UFS
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 LFS # log-structured file system
file-system MFS # memory file system
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
file-system FDESC # /dev/fd
file-system KERNFS # /kern
file-system NULLFS # loopback file system
#file-system OVERLAY # overlay file system
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
#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 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 CD9660 # ISO 9660 + Rock Ridge file system
file-system MSDOSFS # MS-DOS file system
file-system FDESC # /dev/fd
file-system KERNFS # /kern
file-system NULLFS # loopback file system
file-system OVERLAY # overlay file system
file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
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 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
# 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 FFS_NO_SNAPSHOT # No FFS snapshot support
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
@ -246,11 +251,11 @@ wd* at atabus? drive ? flags 0x0000
# PCMCIA network interfaces
ne* at pcmcia? function ? # NE2000-compatible Ethernet
wi* at pcmcia? function ? # Lucent WaveLan IEEE (802.11)
xirc* at pcmcia? function ? # Xircom CreditCard Ethernet
xi* at xirc?
#xirc* at pcmcia? function ? # Xircom CreditCard Ethernet
#xi* at xirc?
# MII/PHY support
acphy* at mii? phy ? # AMD/Altima AC101 PHYs
#acphy* at mii? phy ? # AMD/Altima AC101 PHYs
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
# USB Devices
@ -304,6 +309,9 @@ sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
#uirda* at uhub? port ? configuration ? interface ?
#irframe* at uirda?
#stuirda* at uhub? port ? configuration ? interface ?
#irframe* at stuirda?
# SigmaTel STIr4200 USB/IrDA Bridge
#ustir* at uhub? port ?
#irframe* at ustir?
@ -330,6 +338,9 @@ sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
#ubsa* at uhub? port ? # Belkin serial adapter
#ucom* at ubsa? portno ?
#uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter
#ucom* at uchcom? portno ?
#uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
#ucom* at uftdi? portno ?
@ -380,6 +391,10 @@ sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
# On ugen bulk endpoints, perform read-ahead and write-behind.
#options UGEN_BULK_RA_WB
# USB generic serial port (e.g., data over cellular)
#ugensa* at uhub? port ?
#ucom* at ugensa?
# Bluetooth Controller and Device support
# Bluetooth PCMCIA Controllers
@ -417,7 +432,7 @@ pseudo-device swcrypto # software crypto implementation
# disk/mass storage pseudo-devices
#pseudo-device bio # RAID control device driver
#pseudo-device ccd 4 # concatenated/striped disk devices
#pseudo-device cgd 4 # cryptographic 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 to enable various other RAIDframe RAID types.
@ -465,12 +480,13 @@ options RND_COM
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device btuart # Bluetooth HCI UART (H4)
# connect with Ericsson Bluetooth Module
# a pseudo device needed for Coda # also needs CODA (above)
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
pseudo-device vcoda 4 # coda minicache <-> venus comm.
# a pseudo device needed for SMBFS
#pseudo-device nsmb # experimental - SMB requester
pseudo-device nsmb # experimental - SMB requester
# wscons pseudo-devices
#pseudo-device wsmux # mouse & keyboard multiplexor