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