Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.99
      1 #	$NetBSD: GENERIC,v 1.99 1997/09/12 05:22:55 mycroft Exp $
      2 #
      3 #	GENERIC -- everything that's currently supported
      4 #
      5 
      6 include "arch/i386/conf/std.i386"
      7 
      8 options 	I386_CPU	# CPU classes; at least one is REQUIRED
      9 options 	I486_CPU
     10 options 	I586_CPU
     11 options 	I686_CPU
     12 options 	MATH_EMULATE	# floating point emulation
     13 #options 	VM86		# Virtual 8086 emulation
     14 
     15 # Some BIOSes don't get the size of extended memory right.  If you
     16 # have a broken BIOS, uncomment the following and set the value
     17 # properly for your system.
     18 #options 	BIOSEXTMEM=...	# size of extended memory
     19 
     20 #options 	DUMMY_NOPS	# speed hack; recommended
     21 options 	XSERVER,UCONSOLE
     22 options 	INSECURE	# insecure; allow /dev/mem writing for X
     23 
     24 maxusers	32		# estimated number of users
     25 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     26 #options 	NTP		# NTP phase/frequency locked loop
     27 
     28 options 	DDB		# in-kernel debugger
     29 #options 	KGDB		# remote debugger
     30 #options 	"KGDB_DEVNAME=\"com\"",KGDBADDR=0x3f8,KGDBRATE=9600
     31 #makeoptions	DEBUG="-g"	# compile full symbol table
     32 options 	DIAGNOSTIC	# internal consistency checks
     33 options 	KTRACE		# system call tracing via ktrace(1)
     34 options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     35 
     36 options 	SYSVMSG		# System V-like message queues
     37 options 	SYSVSEM		# System V-like semaphores
     38 options 	SYSVSHM		# System V-like memory sharing
     39 #options 	SHMMAXPGS=1024	# 1024 pages is the default
     40 
     41 options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
     42 options 	COMPAT_09	# NetBSD 0.9,
     43 options 	COMPAT_10	# NetBSD 1.0,
     44 options 	COMPAT_11	# NetBSD 1.1,
     45 options 	COMPAT_12	# NetBSD 1.2,
     46 options 	COMPAT_43	# and 4.3BSD
     47 options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
     48 
     49 options 	COMPAT_SVR4	# binary compatibility with SVR4
     50 options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
     51 options 	COMPAT_LINUX	# binary compatibility with Linux
     52 options 	COMPAT_FREEBSD	# binary compatibility with FreeBSD
     53 
     54 options 	EXEC_ELF32	# 32-bit ELF executables (SVR4, Linux)
     55 
     56 options 	USER_LDT	# user-settable LDT; used by WINE
     57 options 	LKM		# loadable kernel modules
     58 
     59 file-system 	FFS		# UFS
     60 file-system 	EXT2FS		# second extended file system (linux)
     61 file-system 	LFS		# log-structured file system
     62 file-system 	MFS		# memory file system
     63 file-system 	NFS		# Network File System client
     64 file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     65 file-system 	MSDOSFS		# MS-DOS file system
     66 file-system 	FDESC		# /dev/fd
     67 file-system 	KERNFS		# /kern
     68 file-system 	NULLFS		# loopback file system
     69 file-system 	PORTAL		# portal filesystem (still experimental)
     70 file-system 	PROCFS		# /proc
     71 file-system 	UMAPFS		# NULLFS + uid and gid remapping
     72 file-system 	UNION		# union file system
     73 
     74 options 	QUOTA		# UFS quotas
     75 options 	NFSSERVER	# Network File System server
     76 options 	FIFO		# FIFOs; RECOMMENDED
     77 #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     78 				# immutable) behave as system flags.
     79 
     80 #options 	GATEWAY		# packet forwarding
     81 options 	INET		# IP + ICMP + TCP + UDP
     82 #options 	MROUTING	# IP multicast routing
     83 options 	NS		# XNS
     84 #options 	NSIP		# XNS tunneling over IP
     85 options 	ISO,TPIP	# OSI
     86 options 	EON		# OSI tunneling over IP
     87 options 	CCITT,LLC,HDLC	# X.25
     88 #options 	PFIL_HOOKS	# pfil(9) packet filter hooks
     89 
     90 config		netbsd	root on ? type ?
     91 #options 	"CONSDEVNAME=\"com\"",CONADDR=0x3f8,CONSPEED=9600
     92 
     93 options 	EISAVERBOSE	# verbose EISA device messages
     94 options 	PCIVERBOSE	# verbose PCI device messages
     95 options 	SCSIVERBOSE	# verbose SCSI error messages
     96 
     97 mainbus0 at root
     98 
     99 pci0	at mainbus0 bus ?
    100 eisa0	at mainbus0
    101 
    102 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    103 pci*	at ppb? bus ?
    104 pchb*	at pci? dev ? function ?	# PCI-Host bridges
    105 pci*	at pchb?
    106 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
    107 
    108 isa*	at pcib?			# ISA on PCI-ISA bridge
    109 isa*	at mainbus0			# all other ISA
    110 isapnp0	at isa?				# ISA Plug-and-Play
    111 
    112 #apm0	at mainbus0			# Advanced power management
    113 
    114 npx0	at isa? port 0xf0 irq 13	# math coprocessor
    115 
    116 pc0	at isa? port 0x60 irq 1		# generic PC console device
    117 #vt0	at isa? port 0x60 irq 1
    118 
    119 #options 	COM_HAYESP		# adds Hayes ESP serial board support
    120 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    121 com1	at isa? port 0x2f8 irq 3
    122 com2	at isa? port 0x3e8 irq 5
    123 #com3	at isa? port 0x2e8 irq 9
    124 #ast0	at isa? port 0x1a0 irq 5	# AST 4-port serial cards
    125 #com*	at ast? slave ?
    126 #boca0	at isa? port 0x100 irq 5	# BOCA 8-port serial cards
    127 #com*	at boca? slave ?
    128 #rtfps0	at isa? port 0x1230 irq 10	# RT 4-port serial cards
    129 #com*	at rtfps? slave ?
    130 #cy0	at isa? iomem 0xd4000 irq 12	# Cyclades serial cards
    131 #cy*	at pci? dev ? function ?	# Cyclades serial cards
    132 
    133 lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    134 lpt1	at isa? port 0x278
    135 lpt2	at isa? port 0x3bc
    136 
    137 lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    138 lms1	at isa? port 0x238 irq 5
    139 mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    140 mms1	at isa? port 0x238 irq 5
    141 #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
    142 
    143 aha0	at isa? port 0x330 irq ? drq ?	# Adaptec 154[02] SCSI controllers
    144 aha1	at isa? port 0x334 irq ? drq ?	# Adaptec 154[02] SCSI controllers
    145 scsibus* at aha?
    146 ahb*	at eisa? slot ?			# Adaptec 174[024] SCSI controllers
    147 scsibus* at ahb?
    148 ahc0	at isa? port ? irq ?		# Adaptec 284x SCSI controllers
    149 ahc*	at eisa? slot ?			# Adaptec 274x, aic7770 SCSI controllers
    150 ahc*	at pci? dev ? function ?	# Adaptec [23]94x, aic78x0 SCSI controllers
    151 scsibus* at ahc?
    152 aic0	at isa? port 0x340 irq 11	# Adaptec 152[02] SCSI controllers
    153 scsibus* at aic?
    154 bha0	at isa? port 0x330 irq ? drq ?	# BusLogic [57]4X SCSI controllers
    155 bha1	at isa? port 0x334 irq ? drq ?	# BusLogic [57]4X SCSI controllers
    156 bha*	at eisa? slot ?
    157 bha*	at pci? dev ? function ?
    158 scsibus* at bha?
    159 ncr*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    160 scsibus* at ncr?
    161 sea0	at isa? iomem 0xc8000 irq 5
    162 scsibus* at sea?
    163 uha0	at isa? port 0x330 irq ? drq ?	# UltraStor [13]4f SCSI controllers
    164 uha1	at isa? port 0x334 irq ? drq ?	# UltraStor [13]4f SCSI controllers
    165 uha*	at eisa? slot ?			# UltraStor 24f SCSI controllers
    166 scsibus* at uha?
    167 wds0	at isa? port 0x350 irq 15 drq 6	# WD7000 and TMC-7000 controllers
    168 wds1	at isa? port 0x358 irq 11 drq 5
    169 scsibus* at wds?
    170 isp*	at pci? dev ? function ?	# Qlogic ISP 10x0 SCSI controllers
    171 scsibus* at isp?
    172 
    173 sd*	at scsibus? target ? lun ?	# SCSI disk drives
    174 st*	at scsibus? target ? lun ?	# SCSI tape drives
    175 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    176 ch*	at scsibus? target ? lun ?	# SCSI autochangers
    177 ss*	at scsibus? target ? lun ?	# SCSI scanners
    178 uk*	at scsibus? target ? lun ?	# SCSI unknown
    179 
    180 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    181 #fdc1	at isa? port 0x370 irq ? drq ?
    182 fd*	at fdc? drive ?
    183 
    184 #mcd0	at isa? port 0x300 irq 10	# Mitsumi CD-ROM drives
    185 
    186 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    187 wdc1	at isa? port 0x170 irq 15
    188 wd*	at wdc? drive ?
    189 atapibus* at wdc?
    190 cd* at atapibus? drive ?
    191 
    192 # note: the wt driver conflicts unpleasantly with ed devices at the
    193 # same I/O address. The probe reprograms their eeproms. Don't
    194 # uncomment it unless you are actually using it.
    195 #wt0	at isa? port 0x300 irq 5 drq 1	# Archive and Wangtek QIC tape drives
    196 
    197 ed0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC, 3C503, and NE[12]000
    198 ed1	at isa? port 0x250 iomem 0xd8000 irq 9	#   ethernet cards
    199 ed2	at isa? port 0x300 iomem 0xcc000 irq 10
    200 #eg0	at isa? ...				# 3C505 ethernet cards
    201 el0	at isa? port 0x300 irq 9		# 3C501 ethernet cards
    202 ep0	at isa? port ? irq ?			# 3C509 ethernet cards
    203 ep*	at isapnp?
    204 ie0	at isa? port 0x360 iomem 0xd0000 irq 7	# StarLAN and 3C507
    205 ie1	at isa? port 0x300 irq 10		# EtherExpress
    206 #le0	at isa? port 0x320 irq 10 drq 7		# IsoLan, NE2100, and DEPCA
    207 lc0	at isa? port ? iomem ? irq ?		# DEC EtherWORKS III (LEMAC)
    208 ep*	at eisa? slot ?				# 3C579 ethernet cards
    209 fea*	at eisa? slot ?				# DEC DEFEA FDDI cards
    210 le*	at pci? dev ? function ?		# PCnet-PCI based ethernet cards
    211 de*	at pci? dev ? function ?		# DC21X4X-based ethernet cards
    212 ep*	at pci? dev ? function ?		# 3C59x/3C90x ethernet cards
    213 fpa*	at pci? dev ? function ?		# DEC DEFPA FDDI cards
    214 fxp*	at pci? dev ? function ?		# Intel EEPRO 10/100B
    215 fe0	at isa? port 0x2a0 irq ?		# AT1700
    216 
    217 pss0	at isa? port 0x220 irq 7 drq 6  	# Personal Sound System
    218 sp0	at pss0 port 0x530 irq 10 drq 0		# 	sound port driver
    219 audio*	at sp0
    220 
    221 sb0	at isa? port 0x220 irq 7 drq 1 drq2 5	# SoundBlaster
    222 sb*	at isapnp?
    223 audio*	at sb?
    224 wss0	at isa? port 0x530 irq 10 drq 0	drq2 1	# Windows Sound System
    225 audio*	at wss0
    226 pas0	at isa? port 0x220 irq 7 drq 1		# ProAudio Spectrum
    227 audio*	at pas0
    228 gus0	at isa? port 0x220 irq 7 drq 1 drq2 6	# Gravis Ultra Sound
    229 audio*	at gus0
    230 #spkr0	at pckbd? port 0x61
    231 
    232 # Joystick driver. Probe is a little strange; add only if you have one.
    233 #joy0	at isa? port 0x201
    234 joy*	at isapnp?
    235 
    236 # Planetconnect Satellite receiver driver.
    237 #satlink0 at isa? port 0x300 drq 1
    238 
    239 include	"arch/i386/conf/GENERIC.local"
    240 
    241 pseudo-device	loop	1		# network loopback
    242 pseudo-device	bpfilter 8		# packet filter
    243 pseudo-device	sl	2		# CSLIP
    244 pseudo-device	ppp	2		# PPP
    245 pseudo-device	tun	2		# network tunneling over tty
    246 #pseudo-device	ipfilter		# IP filter
    247 
    248 pseudo-device	pty	64		# pseudo-terminals
    249 pseudo-device	tb	1		# tablet line discipline
    250 pseudo-device	vnd	4		# paging to files
    251 pseudo-device	ccd	4		# concatenated disk devices
    252