aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.alpha
blob: 17b9f16932fbc8f68f90727bfb79f83714b203e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $FreeBSD$
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
# dependency lines other than the first are silently ignored.
#
#
font.h				optional	sc_dflt_font		\
	compile-with	"uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'static u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'static u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'static u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h"									\
	no-obj no-implicit-rule before-depend				\
	clean		"font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
#
atkbdmap.h			optional	atkbd_dflt_keymap	\
	compile-with	"/usr/sbin/kbdcontrol -L ${ATKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > atkbdmap.h"			\
	no-obj no-implicit-rule before-depend				\
	clean		"atkbdmap.h"
#
ukbdmap.h			optional	ukbd_dflt_keymap	\
	compile-with	"/usr/sbin/kbdcontrol -L ${UKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > ukbdmap.h"			\
	no-obj no-implicit-rule before-depend				\
	clean		"ukbdmap.h"
#
hal.o				optional	ath_hal			\
	dependency	"$S/contrib/dev/ath/public/alpha-elf.hal.o.uu"	\
	compile-with	"uudecode < $S/contrib/dev/ath/public/alpha-elf.hal.o.uu" \
	no-implicit-rule
opt_ah.h			optional	ath_hal			\
	dependency	"$S/contrib/dev/ath/public/alpha-elf.opt_ah.h"	\
	compile-with	"cp $S/contrib/dev/ath/public/alpha-elf.opt_ah.h opt_ah.h" \
	no-obj no-implicit-rule before-depend				\
	clean		"opt_ah.h"
#
alpha/alpha/api_up1000.c	optional	api_up1000
alpha/alpha/atomic.s		standard
alpha/alpha/autoconf.c		standard
alpha/alpha/busdma_machdep.c	standard
alpha/alpha/busspace.c		standard
alpha/alpha/clock.c		standard
alpha/alpha/clock_if.m		standard
alpha/alpha/cpuconf.c		standard
alpha/alpha/db_disasm.c		optional	ddb
alpha/alpha/db_interface.c	optional	ddb
alpha/alpha/db_trace.c		optional	ddb
alpha/alpha/dec_1000a.c		optional	dec_1000a
alpha/alpha/dec_2100_a50.c	optional	dec_2100_a50
alpha/alpha/dec_2100_a500.c	optional	dec_2100_a500
alpha/alpha/dec_axppci_33.c	optional	dec_axppci_33
alpha/alpha/dec_eb164.c		optional	dec_eb164
alpha/alpha/dec_eb64plus.c	optional	dec_eb64plus
alpha/alpha/dec_kn20aa.c	optional	dec_kn20aa
alpha/alpha/dec_kn300.c		optional	dec_kn300
alpha/alpha/dec_kn8ae.c		optional	dec_kn8ae
alpha/alpha/dec_st550.c		optional	dec_st550
alpha/alpha/dec_st6600.c	optional	dec_st6600
alpha/alpha/dec_3000_300.c	optional	dec_3000_300
alpha/alpha/dec_3000_500.c	optional	dec_3000_500
alpha/alpha/dump_machdep.c	standard
alpha/alpha/elf_machdep.c	standard
alpha/alpha/exception.s		standard
alpha/alpha/fp_emulate.c	standard
alpha/alpha/ieee_float.c	standard
alpha/alpha/gdb_machdep.c	optional	gdb
alpha/alpha/in_cksum.c		optional	inet
alpha/alpha/interrupt.c		standard
alpha/alpha/locore.s		standard	no-obj
alpha/alpha/machdep.c		standard
alpha/alpha/mem.c		optional	mem
alpha/alpha/pmap.c		standard
alpha/alpha/mp_machdep.c	optional	smp
alpha/alpha/prom.c		standard
alpha/alpha/promcons.c		standard
alpha/alpha/prom_disp.s		standard
alpha/alpha/sgmap.c		standard
alpha/alpha/support.s		standard
alpha/alpha/swtch.s		standard
alpha/alpha/sys_machdep.c	standard
alpha/alpha/trap.c		standard
alpha/alpha/uio_machdep.c	standard
alpha/alpha/uma_machdep.c	standard
alpha/alpha/vm_machdep.c	standard
alpha/isa/isa.c			optional	isa
alpha/isa/isa_dma.c		optional	isa
alpha/isa/mcclock_isa.c		optional	isa
alpha/mcbus/mcbus.c		optional	dec_kn300
alpha/mcbus/mcmem.c		optional	dec_kn300
alpha/mcbus/mcpcia.c		optional	dec_kn300
alpha/osf1/imgact_osf1.c	optional	compat_osf1
alpha/osf1/osf1_ioctl.c		optional	compat_osf1
alpha/osf1/osf1_misc.c		optional	compat_osf1
alpha/osf1/osf1_mount.c		optional	compat_osf1
alpha/osf1/osf1_signal.c	optional	compat_osf1
alpha/osf1/osf1_sysent.c	optional	compat_osf1
alpha/osf1/osf1_sysvec.c	optional	compat_osf1
alpha/pci/alphapci_if.m		optional	pci
alpha/pci/apecs.c		optional	dec_1000a | dec_2100_a50 | \
						dec_eb64plus
alpha/pci/apecs_pci.c		optional	dec_1000a | dec_2100_a50 | \
						dec_eb64plus
alpha/pci/bwx.c			optional	pci
alpha/pci/cia.c			optional	dec_1000a | dec_eb164 | \
						dec_kn20aa | dec_st550
alpha/pci/cia_pci.c		optional	dec_1000a | dec_eb164 | \
						dec_kn20aa | dec_st550
alpha/pci/irongate.c		optional	api_up1000
alpha/pci/irongate_pci.c	optional	api_up1000
alpha/pci/lca.c			optional	dec_axppci_33
alpha/pci/lca_pci.c		optional	dec_axppci_33
alpha/pci/pci_eb164_intr.s	optional	dec_eb164 | dec_kn20aa | \
						dec_st550
alpha/pci/pci_eb64plus_intr.s	optional	dec_2100_a50 | dec_eb64plus
alpha/pci/pcibus.c		optional	pci
alpha/pci/swiz.c		optional	pci
alpha/pci/t2.c			optional	dec_2100_a500
alpha/pci/t2_pci.c		optional	dec_2100_a500
alpha/pci/tsunami.c		optional	dec_st6600
alpha/pci/tsunami_pci.c		optional	dec_st6600
alpha/tlsb/dwlpx.c		optional	dec_kn8ae
alpha/tlsb/gbus.c		optional	dec_kn8ae
alpha/tlsb/kftxx.c		optional	dec_kn8ae
alpha/tlsb/mcclock_tlsb.c	optional	dec_kn8ae
alpha/tlsb/tlsb.c		optional	dec_kn8ae
alpha/tlsb/tlsbcpu.c		optional	dec_kn8ae
alpha/tlsb/tlsbmem.c		optional	dec_kn8ae
alpha/tlsb/zs_tlsb.c		optional	dec_kn8ae
crypto/blowfish/bf_enc.c	optional	crypto | ipsec ipsec_esp
crypto/des/des_enc.c		optional	crypto | ipsec ipsec_esp | \
						netsmb
dev/advansys/adv_isa.c		optional	adv isa
dev/aic/aic_isa.c		optional	aic isa
dev/atkbdc/atkbd.c		optional	atkbd atkbdc
dev/atkbdc/atkbd_atkbdc.c	optional	atkbd atkbdc
dev/atkbdc/atkbdc.c		optional	atkbdc
dev/atkbdc/atkbdc_isa.c		optional	atkbdc isa
dev/atkbdc/atkbdc_subr.c	optional	atkbdc
dev/atkbdc/psm.c		optional	psm atkbdc
dev/dec/mcclock.c		optional	mcclock
dev/dec/mcclock_if.m		optional	mcclock
dev/ed/if_ed_3c503.c		optional	ed isa ed_3c503
dev/ed/if_ed_isa.c		optional	ed isa
dev/ed/if_ed_wd80x3.c		optional	ed isa
dev/ed/if_ed_hpp.c		optional	ed isa ed_hpp
dev/ed/if_ed_sic.c		optional	ed isa ed_sic
dev/fb/fb.c			optional	fb | tga | vga
dev/fb/splash.c			optional	splash
dev/fb/vga.c			optional	vga
dev/fdc/fdc.c			optional	fdc
dev/fdc/fdc_isa.c		optional	fdc isa
dev/hwpmc/hwpmc_alpha.c		optional	hwpmc
dev/kbd/kbd.c			optional	atkbd | sc | ukbd
dev/sio/sio.c			optional	sio
dev/sio/sio_isa.c		optional	sio isa
dev/syscons/schistory.c		optional	sc
dev/syscons/scmouse.c		optional	sc
dev/syscons/scterm.c		optional	sc
dev/syscons/scterm-dumb.c	optional	sc
dev/syscons/scterm-sc.c		optional	sc
dev/syscons/scvgarndr.c		optional	sc vga
dev/syscons/scgfbrndr.c		optional	sc tga
dev/syscons/scvidctl.c		optional	sc
dev/syscons/scvtb.c		optional	sc
dev/syscons/syscons.c		optional	sc
dev/syscons/sysmouse.c		optional	sc
dev/uart/uart_cpu_alpha.c	optional	uart
geom/geom_bsd.c			standard
geom/geom_bsd_enc.c		standard
isa/syscons_isa.c		optional	sc
isa/vga_isa.c			optional	vga
libkern/alpha/bswap16.S		standard
libkern/alpha/bswap32.S		standard
libkern/bcmp.c			standard
libkern/ffs.c			standard
libkern/ffsl.c			standard
libkern/fls.c			standard
libkern/flsl.c			standard
dev/fb/tga.c			optional	tga
dev/fb/boot_font.c		optional	tga
dev/tga/tga_pci.c		optional	tga
dev/fb/gfb.c			optional	tga
dev/gfb/gfb_pci.c		optional	tga
pci/agp_amd.c			optional	agp