# $NetBSD: GENERIC,v 1.1 2006/12/16 05:07:52 ober Exp $ # # 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 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) #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 PTYFS # /dev/pts/N support 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 #options INET6 # IPv6 # Compatibility options #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, #options COMPAT_30 # NetBSD 3.0 compatibility. options COMPAT_43 # and 4.3BSD #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. # Shared memory options options SYSVMSG # System V-like message queues options SYSVSEM # System V-like semaphores #options SEMMNI=10 # number of semaphore identifiers #options SEMMNS=60 # number of semaphores in system #options SEMUME=10 # max number of undo entries per process #options SEMMNU=30 # number of undo structures in system options SYSVSHM # System V-like memory sharing #options SHMMAXPGS=1024 # 1024 pages is the default 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 IRQSTATS # manage IRQ statistics #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 #options WSEMUL_VT100 # allocate a number of virtual screens at autoconfiguration time #options WSDISPLAY_DEFAULTSCREENS=4 # 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)" #options WS_KERNEL_FG=WSCOL_BROWN #options WS_KERNEL_BG=WSCOL_BLUE #options WS_KERNEL_COLATTR="" #options WS_KERNEL_MONOATTR="" # compatibility to other console drivers #options WSDISPLAY_COMPAT_PCVT # emulate some ioctls #options WSDISPLAY_COMPAT_USL # VT handling #options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes #options FONT_VT220L8x10 # the console font # Development and Debugging options options DIAGNOSTIC # internally consistency checks options DEBUG #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 # PCMCIA/CF socket and GPIO controllers scoop0 at pxaip? scoop1 at pxaip? # ADC, touch screen, backlight #zssp0 at pxaip? # touch screen #zts0 at pxaip? #wsmouse* at zts? mux 0 # keyboard #zkbd0 at pxaip? #wskbd* at zkbd? mux 1 # Zaurus remote controller #zrc0 at pxaip? #wskbd* at zrc? mux 1 # LCD #lcd0 at pxaip? #wsdisplay* at lcd? console ? ## Audio #zaudio0 at pxaip? #audio* at zaudio? # cotulla integrated 16550 UARTs 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 # Pseudo-Devices # disk/mass storage pseudo-devices #pseudo-device md 1 # memory disk device (ramdisk) #pseudo-device vnd 4 # disk-like interface to files #options VND_COMPRESSION # compressed vnd(4) # 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 #pseudo-device wsmux # mouse & keyboard multiplexor #pseudo-device wsfont