Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.2
      1  1.2  kiyohara # $NetBSD: GENERIC,v 1.2 2010/04/15 13:13:57 kiyohara Exp $
      2  1.1  kiyohara #
      3  1.1  kiyohara # GENERIC machine description file
      4  1.1  kiyohara #
      5  1.1  kiyohara # This machine description file is used to generate the default NetBSD
      6  1.1  kiyohara # kernel.  The generic kernel does not include all options, subsystems
      7  1.1  kiyohara # and device drivers, but should be useful for most applications.
      8  1.1  kiyohara #
      9  1.1  kiyohara # The machine description file can be customised for your specific
     10  1.1  kiyohara # machine to reduce the kernel size and improve its performance.
     11  1.1  kiyohara #
     12  1.1  kiyohara # For further information on compiling NetBSD kernels, see the config(8)
     13  1.1  kiyohara # man page.
     14  1.1  kiyohara #
     15  1.1  kiyohara # For further information on hardware support for this architecture, see
     16  1.1  kiyohara # the intro(4) man page.  For further information about kernel options
     17  1.1  kiyohara # for this architecture, see the options(4) man page.  For an explanation
     18  1.1  kiyohara # of each device driver in this file see the section 4 man page for the
     19  1.1  kiyohara # device.
     20  1.1  kiyohara 
     21  1.1  kiyohara include 	"arch/ia64/conf/std.ia64"
     22  1.1  kiyohara 
     23  1.1  kiyohara options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24  1.1  kiyohara 
     25  1.2  kiyohara #ident 		"GENERIC-$Revision: 1.2 $"
     26  1.1  kiyohara 
     27  1.1  kiyohara maxusers	32		# estimated number of users
     28  1.1  kiyohara 
     29  1.1  kiyohara # CPU support.  At least one is REQUIRED.
     30  1.1  kiyohara #options	IA64_CPU
     31  1.1  kiyohara 
     32  1.1  kiyohara # CPU-related options.
     33  1.1  kiyohara 
     34  1.1  kiyohara # Standard system options
     35  1.1  kiyohara 
     36  1.1  kiyohara options 	USERCONF	# userconf(4) support
     37  1.1  kiyohara 
     38  1.1  kiyohara # Diagnostic/debugging support options
     39  1.1  kiyohara options 	DIAGNOSTIC	# expensive kernel consistency checks
     40  1.1  kiyohara options 	DEBUG		# expensive debugging checks/support
     41  1.1  kiyohara #options 	LOCKDEBUG	# expensive locking checks/support
     42  1.1  kiyohara #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     43  1.1  kiyohara options 	DDB		# in-kernel debugger
     44  1.1  kiyohara options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
     45  1.1  kiyohara options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     46  1.1  kiyohara #options 	KGDB		# remote debugger
     47  1.1  kiyohara #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     48  1.1  kiyohara #options		MALLOC_DEBUG
     49  1.1  kiyohara #options		MALLOCLOG
     50  1.1  kiyohara makeoptions	DEBUG="-g"	# compile full symbol table
     51  1.1  kiyohara 
     52  1.1  kiyohara # File systems
     53  1.1  kiyohara file-system	FFS		# UFS
     54  1.2  kiyohara file-system 	MFS		# memory file system
     55  1.1  kiyohara 
     56  1.1  kiyohara # These options enable verbose messages for several subsystems.
     57  1.1  kiyohara # Warning, these may compile large string tables into the kernel!
     58  1.1  kiyohara options 	ACPIVERBOSE	# verbose ACPI device autoconfig messages
     59  1.1  kiyohara 
     60  1.1  kiyohara 
     61  1.1  kiyohara # Kernel root file system and dump configuration.
     62  1.1  kiyohara config		netbsd	root on ? type ?
     63  1.1  kiyohara 
     64  1.1  kiyohara #
     65  1.1  kiyohara # Device configuration
     66  1.1  kiyohara #
     67  1.1  kiyohara 
     68  1.1  kiyohara mainbus0 at root
     69  1.1  kiyohara 
     70  1.1  kiyohara cpu* at mainbus?
     71  1.1  kiyohara 
     72  1.1  kiyohara # Advanced Configuration and Power Interface
     73  1.1  kiyohara 
     74  1.1  kiyohara acpi0		at mainbus0
     75  1.1  kiyohara 
     76  1.1  kiyohara # ACPI devices
     77  1.2  kiyohara acpitz*		at acpi?		# ACPI Thermal Zone
     78  1.1  kiyohara com*		at acpi?		# Serial communications interface
     79  1.1  kiyohara 
     80  1.1  kiyohara # PCI bus support
     81  1.1  kiyohara #pci*		at mainbus? bus ?
     82  1.1  kiyohara 
     83  1.1  kiyohara # Pull in optional local configuration
     84  1.1  kiyohara cinclude "arch/ia64/conf/GENERIC.local"
     85