Home | History | Annotate | Line # | Download | only in conf
GENERIC.PROF revision 1.13
      1 #	$NetBSD: GENERIC.PROF,v 1.13 1997/01/14 23:18:18 cgd Exp $
      2 #
      3 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
      4 
      5 include	"arch/alpha/conf/std.alpha"
      6 
      7 maxusers 8
      8 
      9 # Always include profiling support; does not need 'config -p'.
     10 makeoptions	PROF="-pg"
     11 options		GPROF
     12 
     13 # CPU Support
     14 options		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     15 options		DEC_3000_300	# Pelican etc:	3000/300*
     16 options		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     17 options		DEC_KN20AA	# KN20AA:	AlphaStation 600
     18 options		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
     19 options		DEC_EB164	# EB164:	AlphaPC 164
     20 #options	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     21 
     22 # needs to be set per system
     23 options		TIMEZONE="5*60"		# Minutes west of GMT (for param.c)
     24 options		DST=1			# Daylight savings rules (for param.c)
     25 
     26 # Standard system options
     27 options		DEBUG, DIAGNOSTIC	# Extra kernel debugging
     28 options		KTRACE			# System call tracing support
     29 
     30 # File system options
     31 options		FIFO		# POSIX fifo support (in all file systems)
     32 options		FFS		# Fast file system
     33 options		MFS		# Memory-based file system
     34 options		CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     35 options		MSDOSFS		# MS-DOS-compatible file system
     36 options		NFSSERVER	# Sun NFS-compatible file system server
     37 options		NFSCLIENT	# Sun NFS-compatible file system client
     38 
     39 # Networking options
     40 options		INET		# Internet protocol suite
     41 
     42 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     43 options		COMPAT_43
     44 
     45 # Binary compatibility with previous versions of NetBSD.
     46 #options	COMPAT_09
     47 options		COMPAT_10
     48 options		COMPAT_11
     49 options		COMPAT_12
     50 
     51 # System V-like shared memory
     52 options		SYSVSHM
     53 #options	SHMMAXPGS=1024		# 1024 pages is the default
     54 
     55 # Loadable Kernel Modules
     56 options		LKM
     57 
     58 # Disable kernel security.
     59 #options	INSECURE
     60 
     61 # Misc. options
     62 options		EISAVERBOSE		# recognize "unknown" EISA devices
     63 options		PCIVERBOSE		# recognize "unknown" PCI devices
     64 options		TCVERBOSE		# recognize "unknown" TC devices
     65 options		UCONSOLE		# users can use TIOCCONS (for xconsole)
     66 
     67 config		netbsd	swap generic
     68 #config		netbsd	root on sd0 swap on sd0
     69 #config		netbsd	root nfs swap nfs
     70 
     71 mainbus0 at	root
     72 cpu*	at	mainbus0
     73 
     74 # TurboChannel host bus adapter support
     75 tcasic*	at	mainbus0
     76 
     77 # TurboChannel bus support
     78 tc*	at	tcasic?
     79 
     80 # TurboChannel devices
     81 ioasic*	at	tc? slot ? offset ?
     82 mcclock* at	ioasic? offset ?
     83 le*	at	ioasic? offset ?
     84 scc0	at	ioasic? offset ?
     85 scc1	at	ioasic? offset ?
     86 tcds0	at	tc? slot ? offset ?
     87 esp0	at	tcds? slot ?
     88 esp1	at	tcds? slot ?
     89 cfb*	at	tc? slot ? offset ?
     90 sfb*	at	tc? slot ? offset ?
     91 le*	at	tc? slot ? offset ?
     92 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
     93 
     94 # PCI host bus adapter support
     95 apecs*	at	mainbus?
     96 cia*	at	mainbus?
     97 lca*	at	mainbus?
     98 
     99 # PCI bus support
    100 pci*	at	apecs?
    101 pci*	at	cia?
    102 pci*	at	lca?
    103 pci*	at	ppb?
    104 
    105 # PCI devices
    106 #ahc*	at	pci? dev ? function ?		# AHA-28xx SCSI (NOT 64-BIT)
    107 de*	at	pci? dev ? function ?		# 21x4[012]-based Ethernet
    108 en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    109 ep*	at	pci? dev ? function ?		# 3COM 3c59x (untested)
    110 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
    111 le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    112 ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    113 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA brige
    114 vga*	at	pci? dev ? function ?		# PCI VGA graphics
    115 ppb*	at	pci? dev ? function ?		# PCI-PCI bridges
    116 sio*	at	pci? dev ? function ?		# Intel PCI-ISA bridge
    117 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] graphics
    118 
    119 # ISA/EISA bus support
    120 isa*	at	pceb?
    121 eisa*	at	pceb?
    122 isa*	at	sio?
    123 
    124 # ISA devices
    125 mcclock* at	isa? port 0x70
    126 pcppi*	at	isa?				# PC prog. periph. interface
    127 pckbd*	at	pcppi?				# PC keyboard (kbd port)
    128 pms*	at	pcppi?				# PS/2-style mouse (aux port)
    129 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    130 com*	at	isa? port 0x2f8 irq 3
    131 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    132 vga*	at	isa?				# ISA (EISA: XXX) VGA
    133 #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    134 
    135 # EISA devices
    136 fea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
    137 
    138 # SCSI bus support
    139 scsibus* at	esp?
    140 scsibus* at	ncr?
    141 
    142 # SCSI devices
    143 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    144 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    145 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    146 
    147 # Workstation Console attachments
    148 wscons*	at	cfb?
    149 wscons*	at	vga?
    150 wscons*	at	sfb?
    151 wscons*	at	tga?
    152 
    153 pseudo-device	bpfilter	16
    154 pseudo-device	ccd		4
    155 pseudo-device	loop		1
    156 pseudo-device	md		1
    157 pseudo-device	ppp		4
    158 pseudo-device	pty		64
    159 pseudo-device	sl		4
    160 pseudo-device	vnd		4
    161