Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.37
      1 #	$NetBSD: GENERIC,v 1.37 1997/01/31 01:42:36 thorpej 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 # set kernel load address a bit higher to allow kernel to be netbooted.
     10 # if not netbooting, the "makeoptions LOADADDRESS" line can be commented
     11 # out to save a fair chunk (~850k) of RAM.
     12 makeoptions	LOADADDRESS="fffffc0000300000"
     13 
     14 # CPU Support
     15 options		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
     16 options		DEC_3000_300	# Pelican etc:	3000/300*
     17 options		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
     18 options		DEC_KN20AA	# KN20AA:	AlphaStation 600
     19 options		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
     20 options		DEC_EB164	# EB164:	AlphaPC 164
     21 #options	DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
     22 
     23 # Standard system options
     24 options		DEBUG, DIAGNOSTIC	# Extra kernel debugging
     25 options		KTRACE			# System call tracing support
     26 
     27 # File systems
     28 file-system 	FFS		# Fast file system
     29 file-system 	MFS		# Memory-based file system
     30 file-system 	NFS		# Sun NFS-compatible file system client
     31 file-system 	CD9660		# ISO-9660 CD-ROM FS (w/RockRidge extensions)
     32 file-system 	MSDOSFS		# MS-DOS-compatible file system
     33 
     34 # File system options
     35 options		FIFO		# POSIX fifo support (in all file systems)
     36 options		NFSSERVER	# Sun NFS-compatible file system server
     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 # System V-like shared memory
     51 options		SYSVSHM
     52 #options	SHMMAXPGS=1024		# 1024 pages is the default
     53 
     54 # Loadable Kernel Modules
     55 options		LKM
     56 
     57 # Disable kernel security.
     58 #options	INSECURE
     59 
     60 # Misc. options
     61 options		EISAVERBOSE		# recognize "unknown" EISA devices
     62 options		PCIVERBOSE		# recognize "unknown" PCI devices
     63 options		TCVERBOSE		# recognize "unknown" TC devices
     64 options		UCONSOLE		# users can use TIOCCONS (for xconsole)
     65 
     66 config		netbsd	root on ? type ?
     67 #config		netbsd	root on sd0 type ffs swap on sd0
     68 #config		netbsd	root on ? type nfs
     69 
     70 mainbus0 at	root
     71 cpu*	at	mainbus0
     72 
     73 # TurboChannel host bus adapter support
     74 tcasic*	at	mainbus0
     75 
     76 # TurboChannel bus support
     77 tc*	at	tcasic?
     78 
     79 # TurboChannel devices
     80 ioasic*	at	tc? slot ? offset ?
     81 mcclock* at	ioasic? offset ?
     82 le*	at	ioasic? offset ?
     83 scc0	at	ioasic? offset ?
     84 scc1	at	ioasic? offset ?
     85 tcds0	at	tc? slot ? offset ?
     86 esp0	at	tcds? slot ?
     87 esp1	at	tcds? slot ?
     88 cfb*	at	tc? slot ? offset ?
     89 sfb*	at	tc? slot ? offset ?
     90 le*	at	tc? slot ? offset ?
     91 fta*	at	tc? slot ? offset ?		# DEC DEFTA FDDI cards
     92 
     93 # PCI host bus adapter support
     94 apecs*	at	mainbus?
     95 cia*	at	mainbus?
     96 lca*	at	mainbus?
     97 
     98 # PCI bus support
     99 pci*	at	apecs?
    100 pci*	at	cia?
    101 pci*	at	lca?
    102 pci*	at	ppb?
    103 
    104 # PCI devices
    105 #ahc*	at	pci? dev ? function ?		# AHA-28xx SCSI (NOT 64-BIT)
    106 de*	at	pci? dev ? function ?		# 21x4[012]-based Ethernet
    107 en*	at	pci? dev ? function ?		# ENI PCI ATM (untested)
    108 ep*	at	pci? dev ? function ?		# 3COM 3c59x (untested)
    109 fpa*	at	pci? dev ? function ?		# DEC DEFPA FDDI cards
    110 le*	at	pci? dev ? function ?		# PCI LANCE Ethernet (untested)
    111 ncr*	at	pci? dev ? function ?		# NCR 53c8xx SCSI
    112 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA brige
    113 vga*	at	pci? dev ? function ?		# PCI VGA graphics
    114 ppb*	at	pci? dev ? function ?		# PCI-PCI bridges
    115 sio*	at	pci? dev ? function ?		# Intel PCI-ISA bridge
    116 tga*	at	pci? dev ? function ?		# DEC ZLXp-E[123] graphics
    117 
    118 # ISA/EISA bus support
    119 isa*	at	pceb?
    120 eisa*	at	pceb?
    121 isa*	at	sio?
    122 
    123 # ISA devices
    124 mcclock* at	isa? port 0x70
    125 pcppi*	at	isa?				# PC prog. periph. interface
    126 pckbd*	at	pcppi?				# PC keyboard (kbd port)
    127 pms*	at	pcppi?				# PS/2-style mouse (aux port)
    128 com*	at	isa? port 0x3f8 irq 4		# standard serial ports
    129 com*	at	isa? port 0x2f8 irq 3
    130 lpt*	at	isa? port 0x3bc irq 7		# standard parallel port
    131 vga*	at	isa?				# ISA (EISA: XXX) VGA
    132 #wss*	at	isa? port 0x530 irq 9 drq 0	# Windows Sound System
    133 
    134 # EISA devices
    135 fea*	at	eisa? slot ?			# DEC DEFEA FDDI cards
    136 
    137 # SCSI bus support
    138 scsibus* at	esp?
    139 scsibus* at	ncr?
    140 
    141 # SCSI devices
    142 cd*	at	scsibus? target ? lun ?		# SCSI CD-ROM drives
    143 sd*	at	scsibus? target ? lun ?		# SCSI disk drives
    144 st*	at	scsibus? target ? lun ?		# SCSI tape drives
    145 
    146 # Workstation Console attachments
    147 wscons*	at	cfb?
    148 wscons*	at	vga?
    149 wscons*	at	sfb?
    150 wscons*	at	tga?
    151 
    152 pseudo-device	bpfilter	16
    153 pseudo-device	ccd		4
    154 pseudo-device	loop		1
    155 pseudo-device	md		1
    156 pseudo-device	ppp		4
    157 pseudo-device	pty		64
    158 pseudo-device	sl		4
    159 pseudo-device	vnd		4
    160