Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.68
      1 # $NetBSD: GENERIC,v 1.68 2004/03/13 05:20:10 jmc Exp $
      2 #
      3 # GENERIC machine description file
      4 # 
      5 # This machine description file is used to generate the default NetBSD
      6 # kernel.  The generic kernel does not include all options, subsystems
      7 # and device drivers, but should be useful for most applications.
      8 #
      9 # The machine description file can be customised for your specific
     10 # machine to reduce the kernel size and improve its performance.
     11 #
     12 # For further information on compiling NetBSD kernels, see the config(8)
     13 # man page.
     14 #
     15 # For further information on hardware support for this architecture, see
     16 # the intro(4) man page.  For further information about kernel options
     17 # for this architecture, see the options(4) man page.  For an explanation
     18 # of each device driver in this file see the section 4 man page for the
     19 # device.
     20 
     21 include 	"arch/bebox/conf/std.bebox"
     22 
     23 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24 
     25 #ident 		"GENERIC-$Revision: 1.68 $"
     26 
     27 maxusers	32
     28 
     29 #options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
     30 #options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
     31 # HMAC key to be used for debugging sessions
     32 #options 	IPKDBKEY="\"HMAC pass phrase text\""
     33 #options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
     34 makeoptions	DEBUG="-g"
     35 
     36 options 	DEBUG
     37 options 	DIAGNOSTIC
     38 options 	TRAP_PANICWAIT
     39 options 	DDB
     40 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     41 options 	KTRACE
     42 options 	SYSTRACE		# system call vetting via systrace(1)
     43 options 	USERCONF		# userconf(4) support
     44 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     45 
     46 # Enable experimental buffer queue strategy for better responsiveness under 
     47 # high disk I/O load. Use it with caution - it's not proven to be stable yet.
     48 #options 	NEW_BUFQ_STRATEGY
     49 
     50 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     51 options 	COMPAT_43
     52 options 	COMPAT_09
     53 options 	COMPAT_10
     54 options 	COMPAT_12
     55 options 	COMPAT_13
     56 options 	COMPAT_14
     57 options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     58 #options 	COMPAT_LINUX		# Linux binary compatibility
     59 
     60 file-system 	FFS
     61 file-system 	MFS
     62 file-system 	NFS
     63 file-system 	CD9660
     64 file-system 	MSDOSFS
     65 file-system 	FDESC
     66 file-system 	KERNFS
     67 file-system 	NULLFS
     68 file-system 	OVERLAY
     69 file-system 	PORTAL
     70 file-system 	PROCFS
     71 file-system 	UMAPFS
     72 file-system 	UNION
     73 
     74 #options 	FFS_EI		# FFS Endian Independant support
     75 options 	SOFTDEP		# FFS soft updates support.
     76 #options 	NFSSERVER
     77 
     78 options 	INET
     79 options 	INET6		# IPV6
     80 #options 	IPSEC		# IP security
     81 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     82 #options 	IPSEC_DEBUG	# debug for IP security
     83 
     84 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     85 
     86 options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
     87 
     88 config		netbsd	root on ? type ?
     89 
     90 #pseudo-device 	crypto			# opencrypto framework
     91 #pseudo-device	cgd		4	# cryptographic disk devices
     92 pseudo-device	vnd		4
     93 pseudo-device	loop
     94 pseudo-device	bpfilter	8	# packet filter
     95 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
     96 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
     97 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
     98 pseudo-device	vlan			# IEEE 802.1q encapsulation
     99 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    100 pseudo-device	bridge			# simple inter-network bridging
    101 #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    102 pseudo-device	pty			# pseudo-terminals
    103 pseudo-device	raid		8	# RAIDframe disk driver
    104 options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    105 # Options to enable various other RAIDframe RAID types.
    106 # options	RF_INCLUDE_EVENODD=1
    107 # options	RF_INCLUDE_RAID5_RS=1
    108 # options	RF_INCLUDE_PARITYLOGGING=1
    109 # options	RF_INCLUDE_CHAINDECLUSTER=1
    110 # options	RF_INCLUDE_INTERDECLUSTER=1
    111 # options 	RF_INCLUDE_PARITY_DECLUSTERING=1
    112 # options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
    113 #pseudo-device	gre		2	# generic L3 over IP tunnel
    114 pseudo-device	wsmux
    115 pseudo-device	clockctl		# user control of clock subsystem
    116 
    117 # random number generator pseudo-device
    118 pseudo-device	rnd			# /dev/random and in-kernel generator
    119 #options 	RND_COM			# use "com" randomness as well (BROKEN)
    120 pseudo-device	ksyms			# /dev/ksyms
    121 
    122 #
    123 # device
    124 #
    125 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
    126 
    127 options 	PCIVERBOSE	# verbose PCI device messages
    128 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    129 options 	PCI_NETBSD_CONFIGURE
    130 
    131 mainbus0 at root
    132 
    133 cpu*	at mainbus0
    134 pci0	at mainbus0 bus ?
    135 
    136 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    137 pci*	at ppb? bus ?
    138 pchb*	at pci? dev ? function ?	# PCI-Host bridges
    139 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    140 
    141 isa*	at pcib?			# ISA on PCI-ISA bridge
    142 
    143 #pc0	at isa? port 0x60 irq 1		# generic PC console device
    144 
    145 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    146 com1	at isa? port 0x2f8 irq 3
    147 #com2	at isa? port 0x380 irq 16
    148 #com3	at isa? port 0x388 irq 17
    149 
    150 lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    151 #lpt1	at isa? port 0x278
    152 #lpt2	at isa? port 0x3bc
    153 
    154 #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    155 #lms1	at isa? port 0x238 irq 5
    156 #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    157 #mms1	at isa? port 0x238 irq 5
    158 
    159 pckbc0	at isa?
    160 pckbd*	at pckbc?
    161 #pms*	at pckbc?
    162 #vga0	at isa?
    163 vga*	at pci?
    164 pfb*	at pci?
    165 wsdisplay*	at vga? console ?
    166 wsdisplay*	at pfb? console ?
    167 wskbd*		at pckbd? console ?
    168 #wsmouse*	at pms? mux 0
    169 
    170 # Cryptographic Devices
    171 
    172 # PCI cryptographic devices
    173 hifn*	at pci? dev ? function ?	# Hifn 7755/7811/795x
    174 ubsec*	at pci? dev ? function ?	# Broadcom 5501/5601/580x/582x
    175 
    176 #siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    177 #scsibus* at siop?
    178 #esiop*	at pci? dev ? function ?	# NCR 53875 and newer SCSI controllers
    179 #scsibus* at esiop?
    180 
    181 #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    182 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    183 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    184 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    185 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    186 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    187 
    188 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    189 #fdc1	at isa? port 0x370 irq ? drq ?
    190 fd0	at fdc? drive 1
    191 #fd*	at fdc? drive ?
    192 
    193 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    194 atabus* at ata?
    195 wd*	at atabus? drive ?
    196 
    197 ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    198 #ipkdbif0 at ne?
    199 
    200 #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    201 
    202 #pcppi0 at isa?
    203 #spkr0	at pcppi?
    204 
    205 # Joystick driver. Probe is a little strange; add only if you have one.
    206 #joy0	at isa? port 0x201
    207