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