2007-11-04 17:34:19 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.10 2007/11/04 14:34:27 xtraeme Exp $
|
2006-12-16 08:07:52 +03:00
|
|
|
#
|
|
|
|
# GENERIC machine description file
|
|
|
|
#
|
|
|
|
# This machine description file is used to generate the default NetBSD
|
|
|
|
# kernel. The generic kernel does not include all options, subsystems
|
|
|
|
# and device drivers, but should be useful for most applications.
|
|
|
|
#
|
|
|
|
# The machine description file can be customised for your specific
|
|
|
|
# machine to reduce the kernel size and improve its performance.
|
|
|
|
#
|
|
|
|
# For further information on compiling NetBSD kernels, see the config(8)
|
|
|
|
# man page.
|
|
|
|
#
|
|
|
|
# For further information on hardware support for this architecture, see
|
|
|
|
# the intro(4) man page. For further information about kernel options
|
|
|
|
# for this architecture, see the options(4) man page. For an explanation
|
|
|
|
# of each device driver in this file see the section 4 man page for the
|
|
|
|
# device.
|
|
|
|
|
|
|
|
include "arch/zaurus/conf/std.zaurus"
|
|
|
|
|
|
|
|
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|
|
|
|
|
|
|
maxusers 32 # estimated number of users
|
|
|
|
|
|
|
|
# CPU options
|
|
|
|
|
|
|
|
# For XScale systems
|
|
|
|
#options CPU_XSCALE_PXA250 # Support the XScale PXA25x core
|
|
|
|
options CPU_XSCALE_PXA270 # Support the XScale PXA27x core
|
|
|
|
makeoptions CPUFLAGS="-mcpu=xscale"
|
|
|
|
|
|
|
|
# Architecture options
|
|
|
|
options XSCALE_CACHE_READ_WRITE_ALLOCATE
|
|
|
|
options PXAGPIO_HAS_GPION_INTRS
|
|
|
|
|
|
|
|
# Standard system options
|
2006-12-17 19:07:11 +03:00
|
|
|
options INSECURE # disable kernel security levels
|
2006-12-16 08:07:52 +03:00
|
|
|
|
|
|
|
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
|
|
|
|
#options HZ=512 # clock interrupt generates every 1/HZ sec
|
|
|
|
#options NTP # NTP phase/frequency locked loop
|
|
|
|
|
|
|
|
# File systems
|
|
|
|
file-system FFS # UFS
|
|
|
|
#file-system EXT2FS # second extended file system (linux)
|
2007-03-16 07:44:12 +03:00
|
|
|
file-system LFS # log-structured file system
|
2006-12-16 08:07:52 +03:00
|
|
|
file-system MFS # memory file system
|
2006-12-17 19:07:11 +03:00
|
|
|
file-system NFS # Network File System client
|
2006-12-16 08:07:52 +03:00
|
|
|
#file-system NTFS # Windows/NT file system (experimental)
|
|
|
|
#file-system CD9660 # ISO 9660 + Rock Ridge file system
|
2006-12-17 19:07:11 +03:00
|
|
|
file-system MSDOSFS # MS-DOS file system
|
2006-12-16 08:07:52 +03:00
|
|
|
#file-system FDESC # /dev/fd
|
|
|
|
file-system KERNFS # /kern
|
2006-12-17 19:07:11 +03:00
|
|
|
file-system NULLFS # loopback file system
|
2006-12-16 08:07:52 +03:00
|
|
|
#file-system OVERLAY # overlay file system
|
|
|
|
#file-system PORTAL # portal filesystem (still experimental)
|
2006-12-17 19:07:11 +03:00
|
|
|
file-system PROCFS # /proc
|
2006-12-16 08:07:52 +03:00
|
|
|
#file-system UMAPFS # NULLFS + uid and gid remapping
|
|
|
|
#file-system UNION # union file system
|
|
|
|
#file-system CODA # Coda File System; also needs vcoda (below)
|
2006-12-17 19:07:11 +03:00
|
|
|
file-system PTYFS # /dev/pts/N support
|
2006-12-16 08:07:52 +03:00
|
|
|
file-system TMPFS # Efficient memory file-system
|
|
|
|
#file-system UDF # experimental - OSTA UDF CD/DVD file-system
|
|
|
|
|
|
|
|
# File system options
|
|
|
|
#options QUOTA # UFS quotas
|
|
|
|
#options FFS_EI # FFS Endian Independant support
|
|
|
|
#options NFSSERVER
|
|
|
|
#options SOFTDEP
|
|
|
|
#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
|
|
|
|
options FFS_NO_SNAPSHOT # No FFS snapshot support
|
|
|
|
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
|
|
|
|
# immutable) behave as system flags.
|
|
|
|
|
|
|
|
# Networking options
|
|
|
|
#options GATEWAY # packet forwarding
|
|
|
|
options INET # IP + ICMP + TCP + UDP
|
2006-12-17 19:07:11 +03:00
|
|
|
options INET6 # IPv6
|
2006-12-16 08:07:52 +03:00
|
|
|
|
|
|
|
# Compatibility options
|
2006-12-17 19:07:11 +03:00
|
|
|
options COMPAT_09 # NetBSD 0.9,
|
|
|
|
options COMPAT_10 # NetBSD 1.0,
|
|
|
|
options COMPAT_11 # NetBSD 1.1,
|
|
|
|
options COMPAT_12 # NetBSD 1.2,
|
|
|
|
options COMPAT_13 # NetBSD 1.3,
|
|
|
|
options COMPAT_14 # NetBSD 1.4,
|
|
|
|
options COMPAT_15 # NetBSD 1.5,
|
|
|
|
options COMPAT_16 # NetBSD 1.6,
|
|
|
|
options COMPAT_20 # NetBSD 2.0,
|
2007-06-26 17:57:18 +04:00
|
|
|
options COMPAT_30 # NetBSD 3.0,
|
|
|
|
options COMPAT_40 # NetBSD 4.0 compatibility.
|
2006-12-16 08:07:52 +03:00
|
|
|
options COMPAT_43 # and 4.3BSD
|
|
|
|
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
2006-12-17 19:07:11 +03:00
|
|
|
|
2006-12-16 08:07:52 +03:00
|
|
|
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
|
|
|
|
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|
|
|
|
|
|
|
# Shared memory options
|
|
|
|
|
|
|
|
options SYSVMSG # System V-like message queues
|
|
|
|
options SYSVSEM # System V-like semaphores
|
|
|
|
options SYSVSHM # System V-like memory sharing
|
|
|
|
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
|
|
|
|
|
|
|
|
# Device options
|
|
|
|
|
|
|
|
# Miscellaneous kernel options
|
|
|
|
#options KTRACE # system call tracing via ktrace(1)
|
|
|
|
#options SYSTRACE # system call vetting via systrace(1)
|
|
|
|
#options LKM # loadable kernel modules
|
|
|
|
#options KMEMSTATS # kernel memory statistics
|
|
|
|
#options SCSIVERBOSE # Verbose SCSI errors
|
|
|
|
#options MIIVERBOSE # Verbose MII autoconfuration messages
|
|
|
|
#options USBVERBOSE # verbose USB device autoconfig messages
|
|
|
|
#options USERCONF # userconf(4) support
|
|
|
|
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
|
|
|
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
|
|
|
|
|
|
|
#
|
|
|
|
# wscons options
|
|
|
|
#
|
|
|
|
# builtin terminal emulations
|
2006-12-17 19:07:11 +03:00
|
|
|
options WSEMUL_VT100
|
2006-12-16 08:07:52 +03:00
|
|
|
# allocate a number of virtual screens at autoconfiguration time
|
2006-12-17 19:07:11 +03:00
|
|
|
#options WSDISPLAY_DEFAULTSCREENS=2
|
2006-12-16 08:07:52 +03:00
|
|
|
|
|
|
|
# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
|
|
|
|
#options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
|
|
|
|
#options WS_DEFAULT_FG=WSCOL_WHITE
|
|
|
|
#options WS_DEFAULT_BG=WSCOL_BLACK
|
|
|
|
#options WS_DEFAULT_COLATTR="(0)"
|
|
|
|
#options WS_DEFAULT_MONOATTR="(0)"
|
2006-12-17 19:07:11 +03:00
|
|
|
#options WS_KERNEL_FG=WSCOL_GREEN
|
|
|
|
#options WS_KERNEL_BG=WSCOL_BLACK
|
2006-12-16 08:07:52 +03:00
|
|
|
#options WS_KERNEL_COLATTR=""
|
|
|
|
#options WS_KERNEL_MONOATTR=""
|
|
|
|
|
|
|
|
# compatibility to other console drivers
|
2006-12-17 19:07:11 +03:00
|
|
|
options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
|
|
|
|
options WSDISPLAY_COMPAT_USL # VT handling
|
2006-12-16 08:07:52 +03:00
|
|
|
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
|
|
|
|
|
|
|
# Development and Debugging options
|
|
|
|
|
|
|
|
options DIAGNOSTIC # internally consistency checks
|
2006-12-17 19:07:11 +03:00
|
|
|
#options DEBUG
|
2006-12-16 08:07:52 +03:00
|
|
|
#options VERBOSE_INIT_ARM # verbose bootstraping messages
|
|
|
|
options DDB # in-kernel debugger
|
|
|
|
options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
|
|
|
|
#options KGDB
|
|
|
|
#makeoptions DEBUG="-g" # compile full symbol table
|
|
|
|
#options SYMTAB_SPACE=512000
|
|
|
|
|
|
|
|
|
|
|
|
# Kernel root file system and dump configuration.
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
|
|
|
|
|
|
|
|
# The main bus device
|
|
|
|
mainbus0 at root
|
|
|
|
|
|
|
|
# The boot cpu
|
|
|
|
cpu0 at mainbus?
|
|
|
|
|
|
|
|
# integrated peripherals
|
|
|
|
pxaip0 at mainbus?
|
|
|
|
|
|
|
|
pxaintc0 at pxaip? # interrupt controller
|
|
|
|
pxagpio0 at pxaip? # GPIO
|
|
|
|
pxadmac0 at pxaip? # DMA controller
|
2007-02-25 16:46:40 +03:00
|
|
|
pxartc0 at pxaip? # RTC
|
2006-12-16 08:07:52 +03:00
|
|
|
|
2007-07-29 18:31:23 +04:00
|
|
|
# Power management
|
|
|
|
zapm0 at pxaip? # power management
|
|
|
|
apmdev0 at zapm0 # APM
|
|
|
|
|
2006-12-16 08:07:52 +03:00
|
|
|
# PCMCIA/CF socket and GPIO controllers
|
|
|
|
scoop0 at pxaip?
|
|
|
|
scoop1 at pxaip?
|
|
|
|
|
2006-12-17 19:07:11 +03:00
|
|
|
# ADC, touchpad, backlight
|
|
|
|
zssp0 at pxaip?
|
2006-12-16 08:07:52 +03:00
|
|
|
|
2006-12-17 19:07:11 +03:00
|
|
|
# touchpad
|
|
|
|
ztp0 at pxaip?
|
|
|
|
wsmouse* at ztp? mux 0
|
2006-12-16 08:07:52 +03:00
|
|
|
|
|
|
|
# keyboard
|
2006-12-17 19:07:11 +03:00
|
|
|
zkbd0 at pxaip?
|
|
|
|
wskbd* at zkbd? mux 1
|
2006-12-16 08:07:52 +03:00
|
|
|
|
2006-12-17 19:07:11 +03:00
|
|
|
# remote controller
|
|
|
|
zrc0 at pxaip?
|
|
|
|
wskbd* at zrc? mux 1
|
2006-12-16 08:07:52 +03:00
|
|
|
|
|
|
|
# LCD
|
2006-12-17 19:07:11 +03:00
|
|
|
lcd0 at pxaip?
|
|
|
|
wsdisplay* at lcd? console ?
|
2006-12-16 08:07:52 +03:00
|
|
|
|
2006-12-17 19:07:11 +03:00
|
|
|
# Audio
|
2006-12-16 08:07:52 +03:00
|
|
|
#zaudio0 at pxaip?
|
|
|
|
#audio* at zaudio?
|
|
|
|
|
2006-12-17 19:07:11 +03:00
|
|
|
# Audio support
|
|
|
|
#audio* at audiobus?
|
|
|
|
|
|
|
|
# integrated 16550 UARTs
|
2006-12-16 08:07:52 +03:00
|
|
|
options COM_PXA2X0
|
|
|
|
com0 at pxaip? addr 0x40100000 intr 22 # Full Function UART
|
|
|
|
com1 at pxaip? addr 0x40200000 intr 21 # Bluetooth UART
|
|
|
|
com2 at pxaip? addr 0x40700000 intr 20 # Standard UART (for IrDA)
|
|
|
|
|
|
|
|
# integrated PCMCIA/CF controller
|
|
|
|
pxapcic0 at pxaip?
|
|
|
|
|
|
|
|
# PCMCIA bus support
|
|
|
|
pcmcia* at pxapcic?
|
|
|
|
|
|
|
|
# PCMCIA (CF) devices
|
|
|
|
com* at pcmcia? # PCMCIA modems/serial ports
|
|
|
|
wi* at pcmcia? # WaveLAN IEEE 802.11DS
|
|
|
|
ne* at pcmcia? # PCMCIA based NE2000 ethernet
|
|
|
|
wdc* at pcmcia? # hard disk controller
|
|
|
|
|
|
|
|
atabus* at wdc? channel ?
|
|
|
|
|
|
|
|
# IDE hard drives
|
|
|
|
wd* at atabus? drive ? flags 0x0000
|
|
|
|
|
2006-12-17 19:07:11 +03:00
|
|
|
|
|
|
|
# USB Controller and Devices
|
|
|
|
pxaudc0 at pxaip? # USB Device Controller
|
|
|
|
#ohci0 at pxaip? # USB Host Controller
|
|
|
|
|
2007-08-21 06:48:14 +04:00
|
|
|
# PCMCIA USB controllers
|
|
|
|
#slhci* at pcmcia? function ? # ScanLogic SL811HS
|
|
|
|
|
2006-12-17 19:07:11 +03:00
|
|
|
# USB bus support
|
|
|
|
#usb* at ohci?
|
2007-08-21 06:48:14 +04:00
|
|
|
#usb* at slhci?
|
2006-12-17 19:07:11 +03:00
|
|
|
|
|
|
|
# USB Hubs
|
|
|
|
#uhub* at usb?
|
2007-03-14 15:27:20 +03:00
|
|
|
#uhub* at uhub? port ?
|
2006-12-17 19:07:11 +03:00
|
|
|
|
|
|
|
# USB HID device
|
|
|
|
#uhidev* at uhub? port ? configuration ? interface ?
|
|
|
|
|
|
|
|
# USB Mice
|
|
|
|
#ums* at uhidev? reportid ?
|
|
|
|
#wsmouse* at ums? mux 0
|
|
|
|
|
|
|
|
# USB Keyboards
|
|
|
|
#ukbd* at uhidev? reportid ?
|
|
|
|
#wskbd* at ukbd? console ? mux 1
|
|
|
|
|
|
|
|
# USB Generic HID devices
|
|
|
|
#uhid* at uhidev? reportid ?
|
|
|
|
|
|
|
|
# USB Mass Storage
|
|
|
|
#umass* at uhub? port ? configuration ? interface ?
|
|
|
|
#wd* at umass?
|
|
|
|
|
|
|
|
# USB audio
|
|
|
|
#uaudio* at uhub? port ? configuration ?
|
|
|
|
|
|
|
|
# Kyocera AIR-EDGE PHONE
|
|
|
|
#ukyopon* at uhub? port ?
|
|
|
|
#ucom* at ukyopon? portno ?
|
|
|
|
|
|
|
|
# USB Generic driver
|
|
|
|
#ugen* at uhub? port ?
|
|
|
|
|
|
|
|
|
|
|
|
# integrated MMC/SD contoller
|
|
|
|
#pxamci0 at pxaip? addr 0x41100000 size 0x48
|
|
|
|
#sdmmc* at pxamci?
|
|
|
|
#options PXAMCI_DEBUG
|
|
|
|
#options SDMMC_DEBUG
|
|
|
|
#options SDMMC_DUMP_CSD
|
|
|
|
|
|
|
|
# SCSI bus support
|
|
|
|
#scsibus* at scsi?
|
|
|
|
|
|
|
|
# SCSI devices
|
|
|
|
#sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
|
|
#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
|
|
|
#uk* at scsibus? target ? lun ? # SCSI unknown
|
|
|
|
|
|
|
|
|
2006-12-16 08:07:52 +03:00
|
|
|
# Pseudo-Devices
|
|
|
|
|
|
|
|
# disk/mass storage pseudo-devices
|
2006-12-17 19:07:11 +03:00
|
|
|
pseudo-device md 1 # memory disk device (ramdisk)
|
|
|
|
pseudo-device vnd 4 # disk-like interface to files
|
|
|
|
options VND_COMPRESSION # compressed vnd(4)
|
2006-12-16 08:07:52 +03:00
|
|
|
|
|
|
|
# network pseudo-devices
|
|
|
|
pseudo-device loop # network loopback
|
|
|
|
|
|
|
|
# miscellaneous pseudo-devices
|
|
|
|
pseudo-device pty # pseudo-terminals
|
|
|
|
#pseudo-device sequencer # MIDI sequencer
|
|
|
|
pseudo-device rnd # /dev/random and in-kernel generator
|
|
|
|
pseudo-device clockctl # user control of clock subsystem
|
|
|
|
pseudo-device ksyms # /dev/ksyms
|
|
|
|
|
|
|
|
# a pseudo device needed for Coda # also needs CODA (above)
|
|
|
|
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
|
|
|
|
|
|
|
# a pseudo device needed for SMBFS
|
|
|
|
#pseudo-device nsmb # experimental - SMB requester
|
|
|
|
|
|
|
|
# a pseudo device needed for verified exec
|
|
|
|
#pseudo-device veriexec 1
|
|
|
|
|
|
|
|
# wscons pseudo-devices
|
2006-12-17 19:07:11 +03:00
|
|
|
pseudo-device wsmux # mouse & keyboard multiplexor
|
|
|
|
pseudo-device wsfont
|
2007-07-29 18:31:23 +04:00
|
|
|
pseudo-device bpfilter # Berkeley packet filter
|