Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.11.10.2
      1  1.11.10.2      yamt #	$NetBSD: GENERIC,v 1.11.10.2 2009/08/19 18:46:57 yamt Exp $
      2        1.1      ober #
      3        1.1      ober # GENERIC machine description file
      4        1.1      ober #
      5        1.1      ober # This machine description file is used to generate the default NetBSD
      6        1.1      ober # kernel.  The generic kernel does not include all options, subsystems
      7        1.1      ober # and device drivers, but should be useful for most applications.
      8        1.1      ober #
      9        1.1      ober # The machine description file can be customised for your specific
     10        1.1      ober # machine to reduce the kernel size and improve its performance.
     11        1.1      ober #
     12        1.1      ober # For further information on compiling NetBSD kernels, see the config(8)
     13        1.1      ober # man page.
     14        1.1      ober #
     15        1.1      ober # For further information on hardware support for this architecture, see
     16        1.1      ober # the intro(4) man page.  For further information about kernel options
     17        1.1      ober # for this architecture, see the options(4) man page.  For an explanation
     18        1.1      ober # of each device driver in this file see the section 4 man page for the
     19        1.1      ober # device.
     20        1.1      ober 
     21        1.1      ober include		"arch/zaurus/conf/std.zaurus"
     22        1.1      ober 
     23        1.1      ober #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24        1.1      ober 
     25        1.1      ober maxusers	32			# estimated number of users
     26        1.1      ober 
     27        1.1      ober # CPU options
     28        1.1      ober 
     29        1.1      ober # For XScale systems
     30        1.1      ober #options 	CPU_XSCALE_PXA250        # Support the XScale PXA25x core
     31        1.1      ober options 	CPU_XSCALE_PXA270        # Support the XScale PXA27x core
     32        1.1      ober makeoptions	CPUFLAGS="-mcpu=xscale"
     33        1.1      ober 
     34        1.1      ober # Architecture options
     35        1.1      ober options 	XSCALE_CACHE_READ_WRITE_ALLOCATE
     36        1.1      ober options 	PXAGPIO_HAS_GPION_INTRS
     37        1.1      ober 
     38  1.11.10.1      yamt # in-kernel bootloader, see kloader(4)
     39  1.11.10.1      yamt options 	KLOADER
     40  1.11.10.1      yamt #options 	KLOADER_KERNEL_PATH="\"/netbsd\""
     41  1.11.10.1      yamt #options 	KLOADER_DEBUG
     42  1.11.10.1      yamt 
     43        1.1      ober # Standard system options
     44        1.2     peter options 	INSECURE	# disable kernel security levels
     45        1.1      ober 
     46        1.1      ober options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     47        1.1      ober #options 	HZ=512		# clock interrupt generates every 1/HZ sec
     48        1.1      ober #options 	NTP		# NTP phase/frequency locked loop
     49        1.1      ober 
     50        1.1      ober # File systems
     51        1.1      ober file-system	FFS		# UFS
     52        1.1      ober #file-system	EXT2FS		# second extended file system (linux)
     53        1.5      ober file-system	LFS		# log-structured file system
     54        1.1      ober file-system	MFS		# memory file system
     55        1.2     peter file-system	NFS		# Network File System client
     56        1.1      ober #file-system	NTFS		# Windows/NT file system (experimental)
     57        1.1      ober #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     58        1.2     peter file-system	MSDOSFS		# MS-DOS file system
     59        1.1      ober #file-system	FDESC		# /dev/fd
     60        1.1      ober file-system	KERNFS		# /kern
     61        1.2     peter file-system	NULLFS		# loopback file system
     62        1.1      ober #file-system	OVERLAY		# overlay file system
     63        1.1      ober #file-system	PORTAL		# portal filesystem (still experimental)
     64        1.2     peter file-system	PROCFS		# /proc
     65        1.1      ober #file-system	UMAPFS		# NULLFS + uid and gid remapping
     66        1.1      ober #file-system	UNION		# union file system
     67        1.1      ober #file-system	CODA		# Coda File System; also needs vcoda (below)
     68        1.2     peter file-system	PTYFS		# /dev/pts/N support
     69        1.1      ober file-system	TMPFS		# Efficient memory file-system
     70        1.1      ober #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     71        1.1      ober 
     72        1.1      ober # File system options
     73        1.1      ober #options 	QUOTA		# UFS quotas
     74        1.1      ober #options 	FFS_EI		# FFS Endian Independant support
     75        1.1      ober #options 	NFSSERVER
     76  1.11.10.1      yamt options 	WAPBL		# File system journaling support - Experimental
     77        1.1      ober #options 	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     78        1.1      ober options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     79        1.1      ober #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     80        1.1      ober 				# immutable) behave as system flags.
     81        1.1      ober 
     82        1.1      ober # Networking options
     83        1.1      ober #options 	GATEWAY		# packet forwarding
     84        1.1      ober options 	INET		# IP + ICMP + TCP + UDP
     85        1.2     peter options 	INET6		# IPv6
     86        1.1      ober 
     87        1.1      ober # Compatibility options
     88        1.2     peter options 	COMPAT_09	# NetBSD 0.9,
     89        1.2     peter options 	COMPAT_10	# NetBSD 1.0,
     90        1.2     peter options 	COMPAT_11	# NetBSD 1.1,
     91        1.2     peter options 	COMPAT_12	# NetBSD 1.2,
     92        1.2     peter options 	COMPAT_13	# NetBSD 1.3,
     93        1.2     peter options 	COMPAT_14	# NetBSD 1.4,
     94        1.2     peter options 	COMPAT_15	# NetBSD 1.5,
     95        1.2     peter options 	COMPAT_16	# NetBSD 1.6,
     96        1.2     peter options 	COMPAT_20	# NetBSD 2.0,
     97        1.6    nonaka options 	COMPAT_30	# NetBSD 3.0,
     98  1.11.10.1      yamt options 	COMPAT_40	# NetBSD 4.0,
     99  1.11.10.1      yamt options 	COMPAT_50	# NetBSD 5.0 compatibility.
    100        1.1      ober options 	COMPAT_43	# and 4.3BSD
    101        1.1      ober #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    102        1.2     peter 
    103        1.1      ober options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
    104        1.1      ober options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
    105        1.1      ober 
    106        1.1      ober # Shared memory options
    107        1.1      ober 
    108        1.1      ober options 	SYSVMSG		# System V-like message queues
    109        1.1      ober options 	SYSVSEM		# System V-like semaphores
    110        1.1      ober options 	SYSVSHM		# System V-like memory sharing
    111        1.1      ober options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
    112        1.1      ober 
    113        1.1      ober # Device options
    114        1.1      ober 
    115        1.1      ober # Miscellaneous kernel options
    116        1.1      ober #options 	KTRACE          # system call tracing via ktrace(1)
    117        1.1      ober #options 	KMEMSTATS       # kernel memory statistics
    118        1.1      ober #options 	SCSIVERBOSE     # Verbose SCSI errors
    119        1.1      ober #options 	MIIVERBOSE      # Verbose MII autoconfuration messages
    120        1.1      ober #options 	USBVERBOSE      # verbose USB device autoconfig messages
    121        1.1      ober #options 	USERCONF        # userconf(4) support
    122        1.1      ober #options 	PIPE_SOCKETPAIR # smaller, but slower pipe(2)
    123        1.1      ober #options 	SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
    124        1.1      ober 
    125        1.1      ober #
    126        1.1      ober # wscons options
    127        1.1      ober #
    128        1.1      ober # builtin terminal emulations
    129        1.2     peter options 	WSEMUL_VT100
    130        1.1      ober # allocate a number of virtual screens at autoconfiguration time
    131        1.2     peter #options 	WSDISPLAY_DEFAULTSCREENS=2
    132        1.1      ober 
    133        1.1      ober # customization of console and kernel output - see dev/wscons/wsdisplayvar.h
    134        1.1      ober #options 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
    135        1.1      ober #options 	WS_DEFAULT_FG=WSCOL_WHITE
    136        1.1      ober #options 	WS_DEFAULT_BG=WSCOL_BLACK
    137        1.1      ober #options 	WS_DEFAULT_COLATTR="(0)"
    138        1.1      ober #options 	WS_DEFAULT_MONOATTR="(0)"
    139  1.11.10.1      yamt options 	WS_KERNEL_FG=WSCOL_GREEN
    140        1.2     peter #options 	WS_KERNEL_BG=WSCOL_BLACK
    141        1.1      ober #options 	WS_KERNEL_COLATTR=""
    142        1.1      ober #options 	WS_KERNEL_MONOATTR=""
    143        1.1      ober 
    144        1.1      ober # compatibility to other console drivers
    145        1.2     peter options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
    146        1.2     peter options 	WSDISPLAY_COMPAT_USL		# VT handling
    147        1.1      ober #options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
    148        1.1      ober 
    149        1.1      ober # Development and Debugging options
    150        1.1      ober 
    151        1.1      ober options 	DIAGNOSTIC      # internally consistency checks
    152        1.2     peter #options 	DEBUG
    153        1.1      ober #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    154        1.1      ober options 	DDB             # in-kernel debugger
    155        1.1      ober options 	DDB_HISTORY_SIZE=100    # Enable history editing in DDB
    156        1.1      ober #options 	KGDB
    157        1.1      ober #makeoptions 	DEBUG="-g"  # compile full symbol table
    158  1.11.10.1      yamt options 	SYMTAB_SPACE=512000
    159        1.1      ober 
    160        1.1      ober 
    161        1.1      ober # Kernel root file system and dump configuration.
    162        1.1      ober config		netbsd		root on ? type ?
    163        1.1      ober 
    164        1.1      ober 
    165        1.1      ober # The main bus device
    166        1.1      ober mainbus0 at root
    167        1.1      ober 
    168        1.1      ober # The boot cpu
    169        1.1      ober cpu0 at mainbus?
    170        1.1      ober 
    171        1.1      ober # integrated peripherals
    172        1.1      ober pxaip0 at mainbus?
    173        1.1      ober 
    174        1.1      ober pxaintc0 at pxaip?	# interrupt controller
    175        1.1      ober pxagpio0 at pxaip?	# GPIO
    176        1.3    nonaka pxartc0 at pxaip?	# RTC
    177        1.1      ober 
    178  1.11.10.1      yamt # DMAC support
    179  1.11.10.1      yamt pxadmac0 at pxaip? addr 0x40000000 intr 25
    180  1.11.10.1      yamt options		PXA2X0_DMAC_DMOVER_CONCURRENCY=4 # Enable dmover(9) backend
    181  1.11.10.1      yamt #options	PXA2X0_DMAC_FIXED_PRIORITY	# Don't want multiple priority
    182  1.11.10.1      yamt 
    183        1.7    nonaka # Power management
    184        1.7    nonaka zapm0 at pxaip?		# power management
    185        1.7    nonaka apmdev0 at zapm0	# APM
    186        1.7    nonaka 
    187        1.1      ober # PCMCIA/CF socket and GPIO controllers
    188        1.1      ober scoop0 at pxaip?
    189        1.1      ober scoop1 at pxaip?
    190        1.1      ober 
    191        1.2     peter # ADC, touchpad, backlight
    192        1.2     peter zssp0 at pxaip?
    193        1.1      ober 
    194        1.2     peter # touchpad
    195        1.2     peter ztp0 at pxaip?
    196        1.2     peter wsmouse* at ztp? mux 0
    197        1.1      ober 
    198        1.1      ober # keyboard
    199        1.2     peter zkbd0 at pxaip?
    200        1.2     peter wskbd* at zkbd? mux 1
    201        1.1      ober 
    202        1.2     peter # remote controller
    203        1.2     peter zrc0 at pxaip?
    204        1.2     peter wskbd* at zrc? mux 1
    205        1.1      ober 
    206        1.1      ober # LCD
    207        1.2     peter lcd0 at pxaip?
    208        1.2     peter wsdisplay* at lcd? console ?
    209        1.1      ober 
    210        1.2     peter # Audio
    211  1.11.10.1      yamt zaudio0 at pxaip?
    212  1.11.10.1      yamt audio* at zaudio?
    213        1.1      ober 
    214        1.2     peter # Audio support
    215  1.11.10.1      yamt audio* at audiobus?
    216        1.2     peter 
    217        1.2     peter # integrated 16550 UARTs
    218        1.1      ober options 	COM_PXA2X0
    219        1.1      ober com0 at pxaip?  addr 0x40100000 intr 22	# Full Function UART
    220        1.1      ober com1 at pxaip?  addr 0x40200000 intr 21	# Bluetooth UART
    221        1.1      ober com2 at pxaip?  addr 0x40700000 intr 20	# Standard UART (for IrDA)
    222        1.1      ober 
    223        1.1      ober # integrated PCMCIA/CF controller
    224        1.1      ober pxapcic0 at pxaip?
    225        1.1      ober 
    226        1.1      ober # PCMCIA bus support
    227        1.1      ober pcmcia* at pxapcic?
    228        1.1      ober 
    229        1.1      ober # PCMCIA (CF) devices
    230        1.1      ober com* at pcmcia?		# PCMCIA modems/serial ports
    231        1.1      ober wi* at pcmcia?		# WaveLAN IEEE 802.11DS
    232        1.1      ober ne* at pcmcia?		# PCMCIA based NE2000 ethernet
    233        1.1      ober wdc* at pcmcia?		# hard disk controller
    234        1.1      ober 
    235        1.1      ober atabus* at wdc? channel ?
    236        1.1      ober 
    237        1.1      ober # IDE hard drives
    238        1.1      ober wd* at atabus? drive ? flags 0x0000
    239        1.1      ober 
    240        1.2     peter 
    241        1.2     peter # USB Controller and Devices
    242  1.11.10.1      yamt zusb* at pxaip?
    243  1.11.10.2      yamt #pxaudc0 at pxaip? addr 0x40600000	# USB Device Controller
    244  1.11.10.2      yamt ohci0 at pxaip? addr 0x4c000000 intr 3	# USB Host Controller
    245        1.2     peter 
    246        1.8  kiyohara # PCMCIA USB controllers
    247        1.8  kiyohara #slhci* at pcmcia? function ?	# ScanLogic SL811HS
    248        1.8  kiyohara 
    249        1.2     peter # USB bus support
    250  1.11.10.1      yamt usb* at ohci?
    251        1.8  kiyohara #usb* at slhci?
    252        1.2     peter 
    253        1.2     peter # USB Hubs
    254  1.11.10.1      yamt uhub* at usb?
    255  1.11.10.1      yamt uhub* at uhub? port ?
    256        1.2     peter 
    257        1.2     peter # USB HID device
    258  1.11.10.1      yamt uhidev* at uhub? port ? configuration ? interface ?
    259        1.2     peter 
    260        1.2     peter # USB Mice
    261  1.11.10.1      yamt ums* at uhidev? reportid ?
    262  1.11.10.1      yamt wsmouse* at ums? mux 0
    263        1.2     peter 
    264        1.2     peter # USB Keyboards
    265  1.11.10.1      yamt ukbd* at uhidev? reportid ?
    266  1.11.10.1      yamt wskbd* at ukbd? console ? mux 1
    267        1.2     peter 
    268        1.2     peter # USB Generic HID devices
    269  1.11.10.1      yamt uhid* at uhidev? reportid ?
    270        1.2     peter 
    271        1.2     peter # USB Mass Storage
    272  1.11.10.1      yamt umass* at uhub? port ? configuration ? interface ?
    273  1.11.10.1      yamt wd* at umass?
    274  1.11.10.1      yamt 
    275  1.11.10.1      yamt # SCSI bus support
    276  1.11.10.1      yamt scsibus* at scsi?
    277  1.11.10.1      yamt 
    278  1.11.10.1      yamt # SCSI devices
    279  1.11.10.1      yamt sd*	at scsibus? target ? lun ?	# SCSI disk drives
    280  1.11.10.1      yamt cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    281  1.11.10.1      yamt uk*	at scsibus? target ? lun ?	# SCSI unknown
    282        1.2     peter 
    283        1.2     peter # USB audio
    284        1.2     peter #uaudio* at uhub? port ? configuration ?
    285        1.2     peter 
    286  1.11.10.1      yamt # USB Ethernet adapters
    287  1.11.10.1      yamt aue*    at uhub? port ?         # ADMtek AN986 Pegasus based adapters
    288  1.11.10.1      yamt axe*    at uhub? port ?         # ASIX AX88172 based adapters
    289  1.11.10.1      yamt cdce*   at uhub? port ?         # CDC, Ethernet Networking Control Model
    290  1.11.10.1      yamt cue*    at uhub? port ?         # CATC USB-EL1201A based adapters
    291  1.11.10.1      yamt kue*    at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
    292  1.11.10.1      yamt udav*   at uhub? port ?         # Davicom DM9601 based adapters
    293  1.11.10.1      yamt url*    at uhub? port ?         # Realtek RTL8150L based adapters
    294  1.11.10.1      yamt 
    295        1.2     peter # Kyocera AIR-EDGE PHONE
    296        1.2     peter #ukyopon* at uhub? port ?
    297        1.2     peter #ucom* at ukyopon? portno ?
    298        1.2     peter 
    299        1.2     peter # USB Generic driver
    300  1.11.10.1      yamt ugen*   at uhub? port ?
    301  1.11.10.1      yamt 
    302  1.11.10.1      yamt # MII/PHY support
    303  1.11.10.1      yamt acphy*  at mii? phy ?                   # DAltima AC101 and AMD Am79c874 PHYs
    304  1.11.10.1      yamt amhphy* at mii? phy ?                   # AMD 79c901 Ethernet PHYs
    305  1.11.10.1      yamt bmtphy* at mii? phy ?                   # Broadcom BCM5201 and BCM5202 PHYs
    306  1.11.10.1      yamt brgphy* at mii? phy ?                   # Broadcom BCM5400-family PHYs
    307  1.11.10.1      yamt dmphy*  at mii? phy ?                   # Davicom DM9101 PHYs
    308  1.11.10.1      yamt exphy*  at mii? phy ?                   # 3Com internal PHYs
    309  1.11.10.1      yamt glxtphy* at mii? phy ?                  # Level One LXT-1000 PHYs
    310  1.11.10.1      yamt gphyter* at mii? phy ?                  # NS83861 Gig-E PHY
    311  1.11.10.1      yamt icsphy* at mii? phy ?                   # Integrated Circuit Systems ICS189x
    312  1.11.10.1      yamt inphy*  at mii? phy ?                   # Intel 82555 PHYs
    313  1.11.10.1      yamt iophy*  at mii? phy ?                   # Intel 82553 PHYs
    314  1.11.10.1      yamt lxtphy* at mii? phy ?                   # Level One LXT-970 PHYs
    315  1.11.10.1      yamt makphy* at mii? phy ?                   # Marvell Semiconductor 88E1000 PHYs
    316  1.11.10.1      yamt nsphy*  at mii? phy ?                   # NS83840 PHYs
    317  1.11.10.1      yamt nsphyter* at mii? phy ?                 # NS83843 PHYs
    318  1.11.10.1      yamt pnaphy* at mii? phy ?                   # generic HomePNA PHYs
    319  1.11.10.1      yamt qsphy*  at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
    320  1.11.10.1      yamt sqphy*  at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
    321  1.11.10.1      yamt tlphy*  at mii? phy ?                   # ThunderLAN PHYs
    322  1.11.10.1      yamt tqphy*  at mii? phy ?                   # TDK Semiconductor PHYs
    323  1.11.10.1      yamt ukphy*  at mii? phy ?                   # generic unknown PHYs
    324  1.11.10.1      yamt urlphy* at mii? phy ?                   # Realtek RTL8150L internal PHYs
    325        1.2     peter 
    326        1.2     peter 
    327        1.2     peter # integrated MMC/SD contoller
    328  1.11.10.1      yamt pxamci0 at pxaip? addr 0x41100000 size 0x48
    329  1.11.10.1      yamt sdmmc* at pxamci?
    330        1.2     peter #options 	PXAMCI_DEBUG
    331        1.2     peter #options 	SDMMC_DEBUG
    332        1.2     peter #options 	SDMMC_DUMP_CSD
    333        1.2     peter 
    334  1.11.10.1      yamt ld* at sdmmc?				# MMC/SD/SDHC card
    335        1.2     peter 
    336        1.2     peter 
    337        1.1      ober # Pseudo-Devices
    338        1.1      ober 
    339        1.1      ober # disk/mass storage pseudo-devices
    340        1.2     peter pseudo-device	md		1	# memory disk device (ramdisk)
    341        1.2     peter pseudo-device	vnd		4	# disk-like interface to files
    342        1.2     peter options 	VND_COMPRESSION		# compressed vnd(4)
    343        1.1      ober 
    344        1.1      ober # network pseudo-devices
    345        1.1      ober pseudo-device	loop			# network loopback
    346        1.1      ober 
    347  1.11.10.1      yamt #
    348  1.11.10.1      yamt # accept filters
    349  1.11.10.1      yamt pseudo-device	accf_data		# "dataready" accept filter
    350  1.11.10.1      yamt pseudo-device	accf_http		# "httpready" accept filter
    351  1.11.10.1      yamt 
    352        1.1      ober # miscellaneous pseudo-devices
    353        1.1      ober pseudo-device	pty			# pseudo-terminals
    354        1.1      ober #pseudo-device	sequencer		# MIDI sequencer
    355        1.1      ober pseudo-device	rnd			# /dev/random and in-kernel generator
    356        1.1      ober pseudo-device	clockctl		# user control of clock subsystem
    357        1.1      ober pseudo-device	ksyms			# /dev/ksyms
    358        1.1      ober 
    359        1.1      ober # a pseudo device needed for Coda	# also needs CODA (above)
    360        1.1      ober #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    361        1.1      ober 
    362        1.1      ober # a pseudo device needed for SMBFS
    363        1.1      ober #pseudo-device	nsmb			# experimental - SMB requester
    364        1.1      ober 
    365        1.1      ober # a pseudo device needed for verified exec
    366        1.1      ober #pseudo-device  veriexec        1
    367        1.1      ober 
    368        1.1      ober # wscons pseudo-devices
    369        1.2     peter pseudo-device	wsmux			# mouse & keyboard multiplexor
    370        1.2     peter pseudo-device	wsfont
    371        1.7    nonaka pseudo-device   bpfilter                # Berkeley packet filter
    372