Home | History | Annotate | Line # | Download | only in conf
GENERIC.SKI revision 1.9
      1  1.9   martin # $NetBSD: GENERIC.SKI,v 1.9 2012/12/28 19:23:29 martin Exp $
      2  1.1   cherry #
      3  1.1   cherry # GENERIC machine description file
      4  1.1   cherry #
      5  1.1   cherry # This machine description file is used to generate the default NetBSD
      6  1.1   cherry # kernel.  The generic kernel does not include all options, subsystems
      7  1.1   cherry # and device drivers, but should be useful for most applications.
      8  1.1   cherry #
      9  1.1   cherry # The machine description file can be customised for your specific
     10  1.1   cherry # machine to reduce the kernel size and improve its performance.
     11  1.1   cherry #
     12  1.1   cherry # For further information on compiling NetBSD kernels, see the config(8)
     13  1.1   cherry # man page.
     14  1.1   cherry #
     15  1.1   cherry # For further information on hardware support for this architecture, see
     16  1.1   cherry # the intro(4) man page.  For further information about kernel options
     17  1.1   cherry # for this architecture, see the options(4) man page.  For an explanation
     18  1.1   cherry # of each device driver in this file see the section 4 man page for the
     19  1.1   cherry # device.
     20  1.1   cherry 
     21  1.1   cherry include 	"arch/ia64/conf/std.ia64"
     22  1.1   cherry 
     23  1.1   cherry options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24  1.1   cherry 
     25  1.9   martin #ident 		"GENERIC-$Revision: 1.9 $"
     26  1.1   cherry 
     27  1.1   cherry maxusers	32		# estimated number of users
     28  1.1   cherry 
     29  1.1   cherry # CPU support.  At least one is REQUIRED.
     30  1.1   cherry #options	IA64_CPU
     31  1.1   cherry 
     32  1.1   cherry # CPU-related options.
     33  1.1   cherry 
     34  1.1   cherry # Standard system options
     35  1.1   cherry 
     36  1.1   cherry options 	USERCONF	# userconf(4) support
     37  1.1   cherry 
     38  1.1   cherry # Diagnostic/debugging support options
     39  1.1   cherry options 	DIAGNOSTIC	# expensive kernel consistency checks
     40  1.1   cherry options 	DEBUG		# expensive debugging checks/support
     41  1.1   cherry #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     42  1.1   cherry options 	DDB		# in-kernel debugger
     43  1.1   cherry #options 	DDB_ONPANIC=1	# see also sysctl(8): `ddb.onpanic'
     44  1.1   cherry #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     45  1.1   cherry #options 	KGDB		# remote debugger
     46  1.1   cherry #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
     47  1.1   cherry makeoptions	DEBUG="-g"	# compile full symbol table
     48  1.1   cherry 
     49  1.1   cherry # File systems
     50  1.2   cherry file-system	FFS		# UFS
     51  1.2   cherry #file-system 	MFS		# memory file system
     52  1.2   cherry 
     53  1.1   cherry 
     54  1.1   cherry # Kernel root file system and dump configuration.
     55  1.2   cherry #config		netbsd	root on ? type ?
     56  1.2   cherry config		netbsd	root on md0a type ffs
     57  1.1   cherry #config		netbsd	root on sd0a type ffs
     58  1.1   cherry #config		netbsd	root on ? type nfs
     59  1.1   cherry 
     60  1.1   cherry #
     61  1.1   cherry # Device configuration
     62  1.1   cherry #
     63  1.1   cherry 
     64  1.1   cherry mainbus0 at root
     65  1.1   cherry 
     66  1.1   cherry cpu* at mainbus?
     67  1.9   martin acpi0 at mainbus?
     68  1.1   cherry 
     69  1.1   cherry 
     70  1.1   cherry # Pull in optional local configuration
     71  1.4     jmmv cinclude "arch/ia64/conf/GENERIC.local"
     72  1.1   cherry 
     73  1.1   cherry # Console Devices
     74  1.1   cherry #ssccons*	at mainbus0		# Ski console interface driver
     75  1.1   cherry #wsdisplay*	at ssccons0 console ?
     76  1.1   cherry #wskbd*		at ssccons0 console ?
     77  1.1   cherry 
     78  1.3   cherry # Enable the hooks used for initializing the root memory-disk.
     79  1.3   cherry options     MEMORY_DISK_HOOKS
     80  1.3   cherry options     MEMORY_DISK_IS_ROOT         # force root on memory disk
     81  1.3   cherry options     MEMORY_DISK_SERVER=1        # make the ramdisk writeable
     82  1.3   cherry #options    MEMORY_DISK_ROOT_SIZE=2880  # 1.44M, same as a floppy
     83  1.3   cherry options     MEMORY_DISK_ROOT_SIZE=8192  # 4Meg
     84  1.3   cherry 
     85  1.1   cherry # Pseudo-Devices
     86  1.1   cherry 
     87  1.1   cherry 
     88  1.1   cherry # wscons pseudo-devices
     89  1.1   cherry pseudo-device	ssccons			# Ski emulator console
     90  1.1   cherry #pseudo-device	wsmux			# mouse & keyboard multiplexor
     91  1.1   cherry #pseudo-device	wsfont
     92  1.1   cherry pseudo-device	ksyms			# /dev/ksyms
     93  1.7  hannken pseudo-device	md		
     94  1.2   cherry 
     95