Home | History | Annotate | Line # | Download | only in conf
GENERIC.PROF revision 1.5
      1 #	$NetBSD: GENERIC.PROF,v 1.5 1996/11/12 18:05:53 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
     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		SWAPPAGER, VNODEPAGER, DEVPAGER # Paging (mandatory)
     28 options		DEBUG, DIAGNOSTIC	# Extra kernel debugging
     29 options		KTRACE			# System call tracing support
     30 
     31 # File system options
     32 options		FIFO		# POSIX fifo support (in all file systems)
     33 options		FFS		# Fast file system
     34 options		MFS		# Memory-based file system
     35 options		NFSSERVER	# Sun NFS-compatible file system server
     36 options		NFSCLIENT	# Sun NFS-compatible file system client
     37 
     38 # Networking options
     39 options		INET		# Internet protocol suite
     40 
     41 # 4.3BSD compatibility.  Should be optional, but necessary for now.
     42 options		COMPAT_43
     43 
     44 # Binary compatibility with previous versions of NetBSD.
     45 #options	COMPAT_09
     46 options		COMPAT_10
     47 options		COMPAT_11
     48 options		COMPAT_12
     49 
     50 # OSF/1 binary compatibility -- CURRENTLY DOES NOT WORK
     51 #options	COMPAT_OSF1
     52 
     53 # Loadable Kernel Modules
     54 options		LKM
     55 
     56 # Disable kernel security.
     57 #options	INSECURE
     58 
     59 # Misc. options
     60 options		EISAVERBOSE		# recognize "unknown" EISA devices
     61 options		PCIVERBOSE		# recognize "unknown" PCI devices
     62 options		TCVERBOSE		# recognize "unknown" TC devices
     63 options		UCONSOLE		# users can use TIOCCONS (for xconsole)
     64 
     65 config		netbsd	swap generic
     66 #config		netbsd	root on sd0 swap on sd0
     67 #config		netbsd	root nfs swap nfs
     68 
     69 mainbus0 at	root
     70 cpu*	at	mainbus0
     71 
     72 # TurboChannel host bus adapter support
     73 tcasic*	at	mainbus0
     74 
     75 # TurboChannel bus support
     76 tc*	at	tcasic?
     77 
     78 # TurboChannel devices
     79 ioasic0	at	tc? slot ? offset ?
     80 mcclock0 at	ioasic? offset ?
     81 le*	at	ioasic? offset ?
     82 scc0	at	ioasic? offset ?
     83 scc1	at	ioasic? offset ?
     84 tcds0	at	tc? slot ? offset ?
     85 esp0	at	tcds? slot ?
     86 esp1	at	tcds? slot ?
     87 cfb*	at	tc? slot ? offset ?
     88 sfb*	at	tc? slot ? offset ?
     89 le*	at	tc? slot ? offset ?
     90 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
     91 
     92 # PCI host bus adapter support
     93 apecs*	at	mainbus?
     94 cia*	at	mainbus?
     95 lca*	at	mainbus?
     96 
     97 # PCI bus support
     98 pci*	at	apecs?
     99 pci*	at	cia?
    100 pci*	at	lca?
    101 pci*	at	ppb?
    102 
    103 # PCI devices
    104 #ahc*	at	pci? dev ? function ?		# AHA-28xx SCSI (NOT 64-BIT)
    105 de*	at	pci? dev ? function ?		# 21x4[012]-based Ethernet
    106 en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    107 ep*	at	pci? dev ? function ?		# 3COM 3c59x (untested)
    108 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
    109 le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    110 ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    111 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA brige
    112 pcivga*	at	pci? dev ? function ?		# PCI VGA graphics
    113 ppb*	at	pci? dev ? function ?		# PCI-PCI bridges
    114 sio*	at	pci? dev ? function ?		# Intel PCI-ISA bridge
    115 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] graphics
    116 
    117 # ISA/EISA bus support
    118 isa*	at	pceb?
    119 eisa*	at	pceb?
    120 isa*	at	sio?
    121 
    122 # ISA devices
    123 mcclock0 at	isa? port 0x70
    124 pckbd0	at	isa? port 0x60 irq 1		# PC-ish ISA keyboard
    125 pms0	at	isa? port 0x60 irq 12		# PS/2 auxiliary
    126 com0	at	isa? port 0x3f8 irq 4		# standard serial ports
    127 com1	at	isa? port 0x2f8 irq 3
    128 lpt0	at	isa? port 0x3bc irq 7		# standard parallel port
    129 #wss0	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    130 
    131 # EISA devices
    132 fea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
    133 
    134 # SCSI bus support
    135 scsibus* at	esp?
    136 scsibus* at	ncr?
    137 
    138 # SCSI devices
    139 sd*	at	scsibus? target ? lun ?
    140 st*	at	scsibus? target ? lun ?
    141 cd*	at	scsibus? target ? lun ?
    142 
    143 # Workstation Console attachments
    144 wscons*	at	cfb?
    145 wscons*	at	pcivga?
    146 wscons*	at	sfb?
    147 wscons*	at	tga?
    148 
    149 pseudo-device	bpfilter	16
    150 pseudo-device	loop
    151 pseudo-device	pty		64
    152 pseudo-device	sl		4
    153 pseudo-device	vnd		4
    154