Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.14.4.6
      1 # $NetBSD: GENERIC,v 1.14.4.6 2002/04/01 07:42:15 nathanw 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 #ident 		"GENERIC-$Revision: 1.14.4.6 $"
     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 	PMAPCHECK
     41 #options 	PMAPDEBUG
     42 options 	OPENPIC_SERIAL_MODE
     43 options 	SYMTAB_SPACE=200000
     44 #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     45 
     46 options 	SYSVMSG		# System V message queues
     47 options 	SYSVSEM		# System V semaphores
     48 #options 	SEMMNI=10	# number of semaphore identifiers
     49 #options 	SEMMNS=60	# number of semaphores in system
     50 #options 	SEMUME=10	# max number of undo entries per process
     51 #options 	SEMMNU=30	# number of undo structures in system
     52 options 	SYSVSHM		# System V shared memory
     53 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     54 
     55 options 	COMPAT_43
     56 options 	COMPAT_09
     57 options 	COMPAT_10
     58 options 	COMPAT_12
     59 options 	COMPAT_13
     60 options 	COMPAT_14
     61 options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     62 #options 	COMPAT_LINUX		# Linux binary compatibility
     63 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     64 
     65 options 	MSGBUFSIZE=65536
     66 file-system 	FFS
     67 file-system 	MFS
     68 file-system 	NFS
     69 file-system 	CD9660
     70 file-system 	MSDOSFS
     71 file-system 	FDESC
     72 file-system 	KERNFS
     73 file-system 	NULLFS
     74 file-system 	OVERLAY
     75 file-system 	PORTAL
     76 file-system 	PROCFS
     77 file-system 	UMAPFS
     78 file-system 	UNION
     79 
     80 options 	SOFTDEP		# FFS soft updates support.
     81 
     82 options 	INET
     83 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     84 
     85 options 	NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
     86 
     87 config		netbsd	root on ? type ?
     88 
     89 # network psuedo-devices
     90 pseudo-device	bpfilter	8	# packet filter
     91 pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
     92 pseudo-device	bridge			# simple inter-network bridging
     93 #pseudo-device	ipfilter
     94 pseudo-device	loop
     95 
     96 # mouse & keyboard multiplexor pseudo-devices
     97 #pseudo-device	wsmux
     98 
     99 # miscellaneous pseudo-devices
    100 pseudo-device	rnd			# /dev/random and in-kernel generator
    101 pseudo-device	vnd		4
    102 pseudo-device	pty
    103 
    104 #
    105 # device
    106 #
    107 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
    108 
    109 #options 	PCIVERBOSE	# verbose PCI device messages
    110 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    111 options 	PCI_NETBSD_CONFIGURE	# Have NetBSD configure PCI I/O & Mem
    112 
    113 mainbus0 at root
    114 
    115 cpu*	at mainbus0
    116 pci*	at mainbus0 bus ?
    117 
    118 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    119 pci*	at ppb? bus ?
    120 
    121 pchb*	at pci? dev ? function ?	# PCI host bridge
    122 pcib*	at pci? dev ? function ?	# Winbond 83c553 PCI-ISA bridges
    123 
    124 isa*	at pcib?			# ISA on PCI-ISA bridge
    125 
    126 #pciide* at pci? dev ? function ?	# Winbond/Symphony IDE interface
    127 
    128 #vga*	at pci? dev ? function ?
    129 
    130 ex*	at pci? dev ? function ?	# 3Com 90x[B]
    131 fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
    132 rtk*	at pci? dev ? function ?	# Realtek 8129/8139
    133 sip*	at pci? dev ? function ?	# SiS 900 Ethernet
    134 tlp*	at pci? dev ? function ?	# DEC Tulip and similar
    135 options 	TLP_MATCH_21040
    136 options 	TLP_MATCH_21041
    137 options 	TLP_MATCH_21140
    138 options 	TLP_MATCH_21142
    139 
    140 exphy*	at mii? phy ?			# 3Com internal PHYs
    141 inphy*	at mii? phy ?			# Intel 82555 PHYs
    142 ukphy*	at mii? phy ?			# generic unknown PHYs
    143 
    144 
    145 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    146 com1	at isa? port 0x2f8 irq 3
    147 
    148 lpt0	at isa? port 0x278 irq 7	# standard PC parallel ports
    149 
    150 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    151 fd*	at fdc? drive ?			# the drives themselves
    152 
    153 adw*	at pci? dev ? function ?	# AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
    154 dpt*	at pci? dev ? function ?	# DPT SmartCache/SmartRAID
    155 siop*	at pci? dev ? function ?	# NCR/Symbios 53c8xx SCSI
    156 scsibus* at adw?
    157 scsibus* at dpt?
    158 scsibus* at siop?
    159 
    160 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    161 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    162 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    163 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    164 #ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
    165 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    166 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    167