xref: /openbsd/sys/arch/alpha/conf/RAMDISKB (revision 462e1259)
1#	$OpenBSD: RAMDISKB,v 1.31 2007/08/01 16:30:00 miod Exp $
2#	$NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $
3
4machine	alpha			# architecture, used by config; REQUIRED
5
6option		SMALL_KERNEL
7option		NO_PROPOLICE
8
9# CPU Support; at least one is REQUIRED
10#option		DEC_3000_500	# Flamingo etc:	3000/[4-9]00*
11#option		DEC_3000_300	# Pelican etc:	3000/300*
12#option		DEC_2100_A50	# Avanti etc:	AlphaStation 400, 200, etc.
13#option		DEC_KN20AA	# KN20AA:	AlphaStation 600
14#option		DEC_AXPPCI_33	# NoName:	AXPpci33, etc.
15#option		DEC_EB164	# EB164:	AlphaPC 164
16#option		DEC_EB64PLUS	# EB64+:	AlphaPC 64, etc.
17#option		DEC_2000_300	# "Jensen":	2000/300 (DECpc AXP 150)
18#option		DEC_550		# Miata:	Digital Personal Workstation
19#option		DEC_1000	# Mikasa etc:	Digital AlphaServer 1000
20#option		DEC_1000A	# Corelle etc:	Digital AlphaServer 800/1000A
21option		DEC_6600	# EV6:		XP1000, 264DP OEM Board
22option		API_UP1000	# EV6:		Alpha Processor UP1000
23
24# Enable the hooks used for initializing the ram-disk.
25option		RAMDISK_HOOKS
26option		MINIROOTSIZE=5744	# 4 Megabytes!
27
28option		NO_IEEE		# Disable IEEE math
29
30# Standard system options
31maxusers	8			# estimated number of users
32
33# File system options
34option		FFS		# Fast file system
35
36# Networking options
37option		INET		# Internet protocol suite
38
39# Misc. options
40#option		EISAVERBOSE		# recognize "unknown" EISA devices
41#option		PCIVERBOSE		# recognize "unknown" PCI devices
42#option		TCVERBOSE		# recognize "unknown" TC devices
43option		SCSITERSE		# less verbose scsi error messages
44
45option		BOOT_CONFIG
46
47config	bsd	swap generic
48
49mainbus0 at root
50cpu*	at mainbus0
51
52# PCI host bus adapter support
53#apecs*	at mainbus?
54#cia*	at mainbus?
55#lca*	at mainbus?
56irongate* at mainbus?
57tsc*	at mainbus0
58tsp*	at tsc?
59
60# PCI bus support
61#pci*	at apecs?
62#pci*	at cia?
63#pci*	at lca?
64pci*	at irongate?
65pci*	at tsp?
66pci*	at ppb?
67
68# PCI devices
69ahc*	at pci?				# AHA-28xx SCSI (NOT 64-BIT)
70de*	at pci?				# 21x4[012]-based Ethernet
71dc*	at pci?				# 21143, "tulip" clone ethernet
72fxp*	at pci?				# EtherExpress 10/100B ethernet cards
73#ne*	at pci?				# NE2000-compat ethernet cards
74#en*	at pci?				# ENI PCI ATM (untested)
75#ep*	at pci?				# 3COM 3c59x (untested)
76#xl*	at pci?				# 3COM 3c9xx (untested)
77#fpa*	at pci?				# DEC DEFPA FDDI cards
78siop*	at pci?				# NCR 53c8xx SCSI
79pceb*	at pci?				# Intel PCI-EISA bridge
80vga*	at pci?				# PCI VGA graphics
81ppb*	at pci?				# PCI-PCI bridges
82sio*	at pci?				# Intel PCI-ISA bridge
83tga*	at pci?				# DEC ZLXp-E[123] graphics
84pcn*	at pci?				# AMD PCnet-PCI Ethernet
85isp*	at pci?				# Qlogic ISP [12]0x0 SCSI/FibreChannel
86#option ISP_COMPILE_FW=1
87#option ISP_COMPILE_1040_FW=1
88#option ISP_COMPILE_1080_FW=1
89#option ISP_COMPILE_12160_FW=1
90
91# Media Independent Interface (mii) drivers
92amphy*	at mii?				# AMD 79C873 PHYs
93bmtphy*	at mii?				# Broadcom 10/100 PHYs
94dcphy*	at mii?				# Digital Clone PHYs
95#exphy*	at mii?				# 3Com internal PHYs
96#inphy*	at mii?				# Intel 82555 PHYs
97#icsphy* at mii?			# ICS 1890 PHYs
98lxtphy* at mii?				# Level1 LXT970 PHYs
99mtdphy* at mii?				# Myson MTD972 PHYs
100nsphy*	at mii?				# NS and compatible PHYs
101nsphyter* at mii?			# NS and compatible PHYs
102#qsphy*	at mii?				# Quality Semi QS6612 PHYs
103sqphy*	at mii?				# Seeq 8x220 PHYs
104tqphy*	at mii?				# TDK 78Q212x PHYs
105ukphy*	at mii?				# "unknown" PHYs
106
107# ISA/EISA bus support
108isa*	at	pceb?
109isa*	at	sio?
110
111# ISA devices
112mcclock* at isa? port 0x70
113pckbc*	at isa?				# PC keyboard controller
114pckbd*	at pckbc?			# PC keyboard (kbd port)
115#pms*	at pckbc?			# PS/2-style mouse (aux port)
116com*	at isa? port 0x3f8 irq 4	# standard serial ports
117com*	at isa? port 0x2f8 irq 3
118#lpt*	at isa? port 0x3bc irq 7	# standard parallel port
119#vga*	at isa?				# ISA (EISA: XXX) VGA
120#we0	at isa? port 0x280 iomem 0xd0000 irq 9	# WD/SMC 80x3 ethernet series
121#we1	at isa? port 0x300 iomem 0xcc000 irq 10	#
122#ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3C503 ethernet cards
123#ne0	at isa? port 0x240 irq 9	# NE[12]000 ethernet cards
124#ne1	at isa? port 0x300 irq 10	# NE[12]000 ethernet cards
125#ne2	at isa? port 0x280 irq 9	# NE[12]000 ethernet cards
126#cy0	at isa? iomem 0xd4000 irq 12	# ISA cyclom card
127
128# IDE
129pciide* at pci? flags 0x0000
130#wdc0	at isa? port 0x1f0 irq 14 flags 0x00
131#wdc1	at isa? port 0x170 irq 15 flags 0x00
132#wd*	at wdc? flags 0x0000
133wd*	at pciide? flags 0x0000
134
135#atapiscsi* at wdc?
136#atapiscsi* at pciide?
137#scsibus* at atapiscsi?
138
139# SCSI bus support
140#scsibus* at asc?
141scsibus* at ahc?
142scsibus* at siop?
143scsibus* at isp?
144
145# SCSI devices
146#cd*	at scsibus?			# SCSI CD-ROM drives
147sd*	at scsibus?			# SCSI disk drives
148#st*	at scsibus?			# SCSI tape drives
149
150# Workstation Console attachments
151wsdisplay*	at vga?
152wsdisplay*	at tga?
153wskbd*		at pckbd? mux 1
154
155#pseudo-device	bpfilter	1
156pseudo-device	loop
157pseudo-device	rd		1
158pseudo-device	wsmux		2	# mouse & keyboard multiplexor
159