Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.49
      1 # $NetBSD: GENERIC,v 1.49 2001/12/28 12:21:54 martin 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 #ident 		"GENERIC-$Revision: 1.49 $"
     24 
     25 maxusers	32
     26 
     27 #options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
     28 #options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
     29 # HMAC key to be used for debugging sessions
     30 #options 	IPKDBKEY="\"HMAC pass phrase text\""
     31 #options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
     32 makeoptions	DEBUG="-g"
     33 
     34 options 	DEBUG
     35 options 	DIAGNOSTIC
     36 options 	TRAP_PANICWAIT
     37 options 	DDB
     38 #options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
     39 options 	KTRACE
     40 options 	NEWPMAP
     41 
     42 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     43 options 	COMPAT_43
     44 options 	COMPAT_09
     45 options 	COMPAT_10
     46 options 	COMPAT_12
     47 options 	COMPAT_13
     48 options 	COMPAT_14
     49 options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     50 #options 	COMPAT_LINUX		# Linux binary compatibility
     51 
     52 file-system 	FFS
     53 file-system 	MFS
     54 file-system 	NFS
     55 file-system 	CD9660
     56 file-system 	MSDOSFS
     57 file-system 	FDESC
     58 file-system 	KERNFS
     59 file-system 	NULLFS
     60 file-system 	OVERLAY
     61 file-system 	PORTAL
     62 file-system 	PROCFS
     63 file-system 	UMAPFS
     64 file-system 	UNION
     65 
     66 #options 	FFS_EI		# FFS Endian Independant support
     67 options 	SOFTDEP		# FFS soft updates support.
     68 #options 	NFSSERVER
     69 
     70 options 	INET
     71 options 	INET6		# IPV6
     72 #options 	IPSEC		# IP security
     73 #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     74 #options 	IPSEC_DEBUG	# debug for IP security
     75 
     76 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     77 
     78 options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
     79 
     80 config		netbsd	root on ? type ?
     81 
     82 pseudo-device	vnd		4
     83 pseudo-device	loop
     84 pseudo-device	bpfilter	8	# packet filter
     85 pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
     86 #pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
     87 #pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
     88 pseudo-device	vlan			# IEEE 802.1q encapsulation
     89 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
     90 pseudo-device	bridge			# simple inter-network bridging
     91 pseudo-device	pty			# pseudo-terminals
     92 #pseudo-device	raid		4	# RAIDframe disk driver
     93 #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
     94 #pseudo-device	gre		2	# generic L3 over IP tunnel
     95 pseudo-device	wsmux
     96 
     97 # random number generator pseudo-device
     98 pseudo-device	rnd			# /dev/random and in-kernel generator
     99 #options 	RND_COM			# use "com" randomness as well (BROKEN)
    100 
    101 #
    102 # device
    103 #
    104 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
    105 
    106 options 	PCIVERBOSE	# verbose PCI device messages
    107 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    108 options 	PCI_NETBSD_CONFIGURE
    109 
    110 mainbus0 at root
    111 
    112 cpu*	at mainbus0
    113 pci0	at mainbus0 bus ?
    114 
    115 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    116 pci*	at ppb? bus ?
    117 pchb*	at pci? dev ? function ?	# PCI-Host bridges
    118 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    119 
    120 isa*	at pcib?			# ISA on PCI-ISA bridge
    121 
    122 #pc0	at isa? port 0x60 irq 1		# generic PC console device
    123 
    124 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    125 com1	at isa? port 0x2f8 irq 3
    126 #com2	at isa? port 0x380 irq 16
    127 #com3	at isa? port 0x388 irq 17
    128 
    129 lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    130 #lpt1	at isa? port 0x278
    131 #lpt2	at isa? port 0x3bc
    132 
    133 #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    134 #lms1	at isa? port 0x238 irq 5
    135 #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    136 #mms1	at isa? port 0x238 irq 5
    137 #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
    138 
    139 pckbc0	at isa?
    140 pckbd*	at pckbc?
    141 #pms*	at pckbc?
    142 #vga0	at isa?
    143 vga*	at pci?
    144 pfb*	at pci?
    145 wsdisplay*	at vga? console ?
    146 wsdisplay*	at pfb? console ?
    147 wskbd*		at pckbd? console ?
    148 #wsmouse*	at pms? mux 0
    149 
    150 #siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    151 #scsibus* at siop?
    152 
    153 #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    154 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    155 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    156 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    157 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    158 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    159 
    160 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    161 #fdc1	at isa? port 0x370 irq ? drq ?
    162 fd0	at fdc? drive 1
    163 #fd*	at fdc? drive ?
    164 
    165 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    166 wd*	at wdc? drive ?
    167 
    168 ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    169 #ipkdbif0 at ne?
    170 
    171 #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    172 
    173 #pcppi0 at isa?
    174 #spkr0	at pcppi?
    175 
    176 # Joystick driver. Probe is a little strange; add only if you have one.
    177 #joy0	at isa? port 0x201
    178