Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.31
      1 # $NetBSD: GENERIC,v 1.31 2002/05/16 00:09:47 briggs 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/sandpoint/conf/std.sandpoint"
     22 
     23 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
     24 
     25 #ident 		"GENERIC-$Revision: 1.31 $"
     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 	PMAPCHECK
     43 #options 	PMAPDEBUG
     44 options 	OPENPIC_SERIAL_MODE
     45 options 	SYMTAB_SPACE=200000
     46 #options 	USERCONF	# userconf(4) support
     47 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     48 
     49 options 	COMPAT_43
     50 options 	COMPAT_09
     51 options 	COMPAT_10
     52 options 	COMPAT_12
     53 options 	COMPAT_13
     54 options 	COMPAT_14
     55 options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     56 #options 	COMPAT_LINUX		# Linux binary compatibility
     57 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     58 
     59 options 	MSGBUFSIZE=65536
     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 	SOFTDEP		# FFS soft updates support.
     75 
     76 options 	INET
     77 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     78 
     79 options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
     80 
     81 config		netbsd	root on ? type ?
     82 
     83 # network psuedo-devices
     84 pseudo-device	bpfilter	8	# packet filter
     85 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
     86 pseudo-device	bridge			# simple inter-network bridging
     87 #pseudo-device	ipfilter
     88 pseudo-device	loop
     89 
     90 # mouse & keyboard multiplexor pseudo-devices
     91 #pseudo-device	wsmux
     92 
     93 # miscellaneous pseudo-devices
     94 pseudo-device	rnd			# /dev/random and in-kernel generator
     95 pseudo-device	vnd		4
     96 pseudo-device	pty
     97 
     98 #
     99 # device
    100 #
    101 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
    102 
    103 #options 	PCIVERBOSE	# verbose PCI device messages
    104 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    105 options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
    106 
    107 mainbus0 at root
    108 
    109 cpu*	at mainbus0
    110 pci*	at mainbus0 bus ?
    111 
    112 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    113 pci*	at ppb? bus ?
    114 
    115 pchb*	at pci? dev ? function ?	# PCI host bridge
    116 pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
    117 
    118 isa*	at pcib?			# ISA on PCI-ISA bridge
    119 
    120 #pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
    121 
    122 vga*	at pci? dev ? function ?
    123 
    124 ex*	at pci? dev ? function ?	# 3Com 90x[B]
    125 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    126 rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    127 sip*	at pci? dev ? function ?	# SiS 900 Ethernet
    128 tlp*	at pci? dev ? function ?	# DEC Tulip and similar
    129 
    130 exphy*	at mii? phy ?			# 3Com internal PHYs
    131 inphy*	at mii? phy ?			# Intel 82555 PHYs
    132 ukphy*	at mii? phy ?			# generic unknown PHYs
    133 
    134 pckbc0		at isa?			# PS/2 keyboard controller
    135 pckbd*		at pckbc?		# PC keyboard
    136 pms*		at pckbc?		# PS/2 mouse for wsmouse
    137 wsdisplay*	at vga? console ?
    138 wskbd* 		at pckbd? console ?
    139 wsmouse* 	at pms? mux 0
    140 
    141 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    142 com1	at isa? port 0x2f8 irq 3
    143 
    144 lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
    145 
    146 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    147 fd*	at fdc? drive ?			# the drives themselves
    148 
    149 adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
    150 dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
    151 siop*	at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
    152 scsibus* at adw?
    153 scsibus* at dpt?
    154 scsibus* at siop?
    155 
    156 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    157 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    158 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    159 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    160 #ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    161 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    162 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    163 
    164 #wd*	at pciide? channel ? drive ? flags 0x0000
    165 #atapibus* at pciide? channel ?
    166 #cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
    167 #sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
    168 #st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
    169 #uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
    170