1998-06-10 10:57:29 +00:00
|
|
|
# This file tells config what files go into building a kernel,
|
|
|
|
# files marked standard are always included.
|
|
|
|
#
|
1999-08-28 01:08:13 +00:00
|
|
|
# $FreeBSD$
|
1998-06-10 10:57:29 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
#
|
2000-12-05 09:10:50 +00:00
|
|
|
linux_genassym.o optional compat_linux \
|
|
|
|
dependency "$S/alpha/linux/linux_genassym.c" \
|
|
|
|
compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \
|
|
|
|
no-obj no-implicit-rule \
|
|
|
|
clean "linux_genassym.o"
|
|
|
|
#
|
|
|
|
linux_assym.h optional compat_linux \
|
|
|
|
dependency "$S/kern/genassym.sh linux_genassym.o" \
|
|
|
|
compile-with "sh $S/kern/genassym.sh linux_genassym.o > ${.TARGET}" \
|
|
|
|
no-obj no-implicit-rule before-depend \
|
|
|
|
clean "linux_assym.h"
|
|
|
|
#
|
1998-06-10 10:57:29 +00:00
|
|
|
font8x16.o optional std8x16font \
|
2000-08-22 05:01:08 +00:00
|
|
|
compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \
|
|
|
|
no-implicit-rule before-depend \
|
1999-07-03 19:19:34 +00:00
|
|
|
clean "${STD8X16FONT}-8x16 font8x16.c"
|
Keyboard driver update in preparation for the USB keyboard driver.
- Refined internal interface in keyboard drivers so that:
1. the side effect of device probe is kept minimal,
2. polling mode function is added,
3. and new ioctl and configuration options are added (see below).
- Added new ioctl: KDSETREPEAT
Set keyboard typematic rate. There has existed an ioctl command,
KDSETRAD, for the same purpose. However, KDSETRAD is dependent on
the AT keyboard. KDSETREPEAT provides more generic interface.
KDSETRAD will still be supported in the atkbd driver.
- Added new configuration options:
ATKBD_DFLT_KEYMAP
Specify a keymap to be used as the default, built-in keymap.
(There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP,
SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap.
These options are now gone for good. The new option is more general.)
KBD_DISABLE_KEYMAP_LOADING
Don't allow the user to change the keymap.
1999-03-10 10:36:53 +00:00
|
|
|
#
|
|
|
|
atkbdmap.h optional atkbd_dflt_keymap \
|
2000-08-22 05:01:08 +00:00
|
|
|
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" \
|
Keyboard driver update in preparation for the USB keyboard driver.
- Refined internal interface in keyboard drivers so that:
1. the side effect of device probe is kept minimal,
2. polling mode function is added,
3. and new ioctl and configuration options are added (see below).
- Added new ioctl: KDSETREPEAT
Set keyboard typematic rate. There has existed an ioctl command,
KDSETRAD, for the same purpose. However, KDSETRAD is dependent on
the AT keyboard. KDSETREPEAT provides more generic interface.
KDSETRAD will still be supported in the atkbd driver.
- Added new configuration options:
ATKBD_DFLT_KEYMAP
Specify a keymap to be used as the default, built-in keymap.
(There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP,
SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap.
These options are now gone for good. The new option is more general.)
KBD_DISABLE_KEYMAP_LOADING
Don't allow the user to change the keymap.
1999-03-10 10:36:53 +00:00
|
|
|
no-obj no-implicit-rule before-depend \
|
|
|
|
clean "atkbdmap.h"
|
1998-06-10 10:57:29 +00:00
|
|
|
#
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/alpha/alpha-gdbstub.c optional ddb
|
|
|
|
alpha/alpha/api_up1000.c optional api_up1000
|
|
|
|
alpha/alpha/atomic.s standard
|
1999-07-03 19:19:34 +00:00
|
|
|
alpha/alpha/autoconf.c standard
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/alpha/busdma_machdep.c standard
|
2000-08-28 21:48:13 +00:00
|
|
|
alpha/alpha/busspace.c standard
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/alpha/clock.c standard
|
|
|
|
alpha/alpha/clock_if.m standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/cpuconf.c standard
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/alpha/db_disasm.c optional ddb
|
|
|
|
alpha/alpha/db_interface.c optional ddb
|
|
|
|
alpha/alpha/db_trace.c optional ddb
|
1999-12-01 15:25:04 +00:00
|
|
|
alpha/alpha/dec_1000a.c optional dec_1000a
|
|
|
|
alpha/alpha/dec_1000a.c optional dec_1000a
|
Lots of changes, including:
* Support for AlphaStation 200, 250, 255, 400
* Untested support for UDB, Multia, AXPpci33 (Noname)
* Support for Personal Workstation 433a/433au, 500a/500au, 600a/600au (Miata)
* Some minor fixes and improvements to interrupt handling.
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> (AS200, Miata)
Obtained from: NetBSD (some code for AS200, Miata, Noname)
1998-08-10 07:53:59 +00:00
|
|
|
alpha/alpha/dec_2100_a50.c optional dec_2100_a50
|
2000-05-28 02:52:54 +00:00
|
|
|
alpha/alpha/dec_2100_a500.c optional dec_2100_a500
|
2000-08-22 05:01:08 +00:00
|
|
|
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
|
Lots of changes, including:
* Support for AlphaStation 200, 250, 255, 400
* Untested support for UDB, Multia, AXPpci33 (Noname)
* Support for Personal Workstation 433a/433au, 500a/500au, 600a/600au (Miata)
* Some minor fixes and improvements to interrupt handling.
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> (AS200, Miata)
Obtained from: NetBSD (some code for AS200, Miata, Noname)
1998-08-10 07:53:59 +00:00
|
|
|
alpha/alpha/dec_st550.c optional dec_st550
|
1999-05-26 23:22:14 +00:00
|
|
|
alpha/alpha/dec_st6600.c optional dec_st6600
|
1998-08-20 08:27:11 +00:00
|
|
|
alpha/alpha/dec_3000_300.c optional dec_3000_300
|
|
|
|
alpha/alpha/dec_3000_500.c optional dec_3000_500
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/alpha/elf_machdep.c standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/exception.s standard
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/alpha/fp_emulate.c standard
|
|
|
|
alpha/alpha/ieee_float.c standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/in_cksum.c optional inet
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/alpha/interrupt.c standard
|
1998-06-10 10:57:29 +00:00
|
|
|
# locore.s needs to be handled in Makefile to put it first. Otherwise it's
|
|
|
|
# now normal.
|
|
|
|
# alpha/alpha/locore.s standard
|
|
|
|
alpha/alpha/machdep.c standard
|
|
|
|
alpha/alpha/mem.c standard
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/alpha/mountroot.c optional slice
|
|
|
|
alpha/alpha/pal.s standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/perfmon.c optional perfmon profiling-routine
|
|
|
|
alpha/alpha/perfmon.c optional perfmon
|
|
|
|
alpha/alpha/pmap.c standard
|
|
|
|
alpha/alpha/procfs_machdep.c standard
|
2001-01-24 10:27:37 +00:00
|
|
|
alpha/alpha/mp_machdep.c optional smp
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/alpha/prom.c standard
|
|
|
|
alpha/alpha/promcons.c standard
|
|
|
|
alpha/alpha/prom_disp.s standard
|
|
|
|
alpha/alpha/sgmap.c standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/support.s standard
|
|
|
|
alpha/alpha/swtch.s standard
|
|
|
|
alpha/alpha/sys_machdep.c standard
|
|
|
|
alpha/alpha/trap.c standard
|
|
|
|
alpha/alpha/userconfig.c optional userconfig
|
|
|
|
alpha/alpha/vm_machdep.c standard
|
1999-08-29 08:44:18 +00:00
|
|
|
alpha/isa/isa.c optional isa
|
|
|
|
alpha/isa/isa_dma.c optional isa
|
|
|
|
alpha/isa/mcclock_isa.c optional isa
|
2000-12-05 09:10:50 +00:00
|
|
|
alpha/linux/linux_dummy.c optional compat_linux
|
|
|
|
alpha/linux/linux_locore.s optional compat_linux \
|
|
|
|
dependency "linux_assym.h"
|
|
|
|
alpha/linux/linux_machdep.c optional compat_linux
|
|
|
|
alpha/linux/linux_sysent.c optional compat_linux
|
|
|
|
alpha/linux/linux_sysvec.c optional compat_linux
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/mcbus/mcbus.c optional dec_kn300
|
|
|
|
alpha/mcbus/mcmem.c optional dec_kn300
|
|
|
|
alpha/mcbus/mcpcia.c optional dec_kn300
|
2000-12-05 09:10:50 +00:00
|
|
|
alpha/osf1/imgact_osf1.c optional compat_linux
|
2000-12-02 04:17:19 +00:00
|
|
|
alpha/osf1/imgact_osf1.c optional compat_osf1
|
2000-12-05 09:10:50 +00:00
|
|
|
alpha/osf1/osf1_ioctl.c optional compat_linux
|
2000-12-02 04:17:19 +00:00
|
|
|
alpha/osf1/osf1_ioctl.c optional compat_osf1
|
2000-12-05 09:10:50 +00:00
|
|
|
alpha/osf1/osf1_misc.c optional compat_linux
|
2000-12-02 04:17:19 +00:00
|
|
|
alpha/osf1/osf1_misc.c optional compat_osf1
|
2000-12-05 09:10:50 +00:00
|
|
|
alpha/osf1/osf1_mount.c optional compat_linux
|
2000-12-02 04:17:19 +00:00
|
|
|
alpha/osf1/osf1_mount.c optional compat_osf1
|
2000-12-05 09:10:50 +00:00
|
|
|
alpha/osf1/osf1_signal.c optional compat_linux
|
2000-12-02 04:17:19 +00:00
|
|
|
alpha/osf1/osf1_signal.c optional compat_osf1
|
2000-12-05 09:10:50 +00:00
|
|
|
alpha/osf1/osf1_sysent.c optional compat_linux
|
2000-12-02 04:17:19 +00:00
|
|
|
alpha/osf1/osf1_sysent.c optional compat_osf1
|
2000-12-05 09:10:50 +00:00
|
|
|
alpha/osf1/osf1_sysvec.c optional compat_linux
|
2000-12-02 04:17:19 +00:00
|
|
|
alpha/osf1/osf1_sysvec.c optional compat_osf1
|
2000-08-28 21:48:13 +00:00
|
|
|
alpha/pci/alphapci_if.m optional pci
|
1999-09-13 17:52:06 +00:00
|
|
|
alpha/pci/apecs.c optional dec_2100_a50
|
|
|
|
alpha/pci/apecs.c optional dec_eb64plus
|
1999-12-01 15:25:04 +00:00
|
|
|
alpha/pci/apecs.c optional dec_1000a
|
1999-09-13 17:52:06 +00:00
|
|
|
alpha/pci/apecs_pci.c optional dec_2100_a50
|
|
|
|
alpha/pci/apecs_pci.c optional dec_eb64plus
|
1999-12-01 15:25:04 +00:00
|
|
|
alpha/pci/apecs_pci.c optional dec_1000a
|
2000-08-28 21:48:13 +00:00
|
|
|
alpha/pci/bwx.c optional pci
|
1999-09-13 17:52:06 +00:00
|
|
|
alpha/pci/cia.c optional dec_eb164
|
|
|
|
alpha/pci/cia.c optional dec_kn20aa
|
|
|
|
alpha/pci/cia.c optional dec_st550
|
1999-12-01 15:25:04 +00:00
|
|
|
alpha/pci/cia.c optional dec_1000a
|
1999-09-13 17:52:06 +00:00
|
|
|
alpha/pci/cia_pci.c optional dec_eb164
|
|
|
|
alpha/pci/cia_pci.c optional dec_kn20aa
|
|
|
|
alpha/pci/cia_pci.c optional dec_st550
|
1999-12-01 15:25:04 +00:00
|
|
|
alpha/pci/cia_pci.c optional dec_1000a
|
2000-06-19 21:15:45 +00:00
|
|
|
alpha/pci/irongate.c optional api_up1000
|
|
|
|
alpha/pci/irongate_pci.c optional api_up1000
|
1999-09-13 17:52:06 +00:00
|
|
|
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
|
|
|
|
alpha/pci/pci_eb164_intr.s optional dec_kn20aa
|
|
|
|
alpha/pci/pci_eb164_intr.s optional dec_st550
|
|
|
|
alpha/pci/pci_eb64plus_intr.s optional dec_2100_a50
|
|
|
|
alpha/pci/pci_eb64plus_intr.s optional dec_eb64plus
|
1999-08-29 08:44:18 +00:00
|
|
|
alpha/pci/pcibus.c optional pci
|
2000-08-28 21:48:13 +00:00
|
|
|
alpha/pci/swiz.c optional pci
|
2000-05-28 02:52:54 +00:00
|
|
|
alpha/pci/t2.c optional dec_2100_a500
|
|
|
|
alpha/pci/t2_pci.c optional dec_2100_a500
|
1999-09-13 17:52:06 +00:00
|
|
|
alpha/pci/tsunami.c optional dec_st6600
|
|
|
|
alpha/pci/tsunami_pci.c optional dec_st6600
|
2000-08-22 05:01:08 +00:00
|
|
|
alpha/tc/am7990.c optional le dec_3000_300
|
|
|
|
alpha/tc/am7990.c optional le dec_3000_500
|
|
|
|
alpha/tc/esp.c optional esp dec_3000_300
|
|
|
|
alpha/tc/esp.c optional esp dec_3000_500
|
|
|
|
alpha/tc/if_le_dec.c optional le dec_3000_300
|
|
|
|
alpha/tc/if_le_dec.c optional le dec_3000_500
|
|
|
|
alpha/tc/if_le_ioasic.c optional le dec_3000_300
|
|
|
|
alpha/tc/if_le_ioasic.c optional le dec_3000_500
|
|
|
|
alpha/tc/ioasic.c optional dec_3000_300
|
|
|
|
alpha/tc/ioasic.c optional dec_3000_500
|
|
|
|
alpha/tc/mcclock_ioasic.c optional dec_3000_300
|
|
|
|
alpha/tc/mcclock_ioasic.c optional dec_3000_500
|
|
|
|
alpha/tc/tc.c optional dec_3000_300
|
|
|
|
alpha/tc/tc.c optional dec_3000_500
|
|
|
|
alpha/tc/tcasic.c optional dec_3000_300
|
|
|
|
alpha/tc/tcasic.c optional dec_3000_500
|
|
|
|
alpha/tc/tcds.c optional esp dec_3000_300
|
|
|
|
alpha/tc/tcds.c optional esp dec_3000_500
|
|
|
|
alpha/tc/tcds_dma.c optional tcds dec_3000_300
|
|
|
|
alpha/tc/tcds_dma.c optional tcds dec_3000_500
|
|
|
|
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
|
2000-12-05 09:10:50 +00:00
|
|
|
compat/linux/linux_file.c optional compat_linux
|
|
|
|
compat/linux/linux_ioctl.c optional compat_linux
|
|
|
|
compat/linux/linux_ipc.c optional compat_linux
|
|
|
|
compat/linux/linux_mib.c optional compat_linux
|
|
|
|
compat/linux/linux_misc.c optional compat_linux
|
|
|
|
compat/linux/linux_signal.c optional compat_linux
|
|
|
|
compat/linux/linux_socket.c optional compat_linux
|
|
|
|
compat/linux/linux_stats.c optional compat_linux
|
|
|
|
compat/linux/linux_util.c optional compat_linux
|
2001-02-27 08:11:28 +00:00
|
|
|
compat/linprocfs/linprocfs_misc.c optional linprocfs
|
|
|
|
compat/linprocfs/linprocfs_subr.c optional linprocfs
|
|
|
|
compat/linprocfs/linprocfs_vfsops.c optional linprocfs
|
|
|
|
compat/linprocfs/linprocfs_vnops.c optional linprocfs
|
2000-04-07 11:32:42 +00:00
|
|
|
dev/advansys/adv_isa.c optional adv isa
|
2000-03-29 14:32:34 +00:00
|
|
|
dev/aic/aic_isa.c optional aic isa
|
2000-08-22 05:01:08 +00:00
|
|
|
dev/dec/mcclock.c optional mcclock
|
|
|
|
dev/dec/mcclock_if.m optional mcclock
|
2000-09-30 18:23:32 +00:00
|
|
|
dev/ed/if_ed_isa.c optional ed isa
|
1999-08-29 08:44:18 +00:00
|
|
|
dev/fb/fb.c optional fb
|
|
|
|
dev/fb/fb.c optional vga
|
2000-06-10 22:13:40 +00:00
|
|
|
dev/fb/splash.c count splash
|
1999-08-29 08:44:18 +00:00
|
|
|
dev/fb/vga.c optional vga
|
|
|
|
dev/kbd/atkbd.c optional atkbd
|
2000-06-10 22:13:40 +00:00
|
|
|
dev/kbd/atkbdc.c count atkbdc
|
1999-08-29 08:44:18 +00:00
|
|
|
dev/kbd/kbd.c optional atkbd
|
|
|
|
dev/kbd/kbd.c optional kbd
|
1999-12-13 13:01:00 +00:00
|
|
|
dev/kbd/kbd.c optional sc
|
1999-08-29 08:44:18 +00:00
|
|
|
dev/kbd/kbd.c optional ukbd
|
2000-06-10 22:13:40 +00:00
|
|
|
dev/syscons/schistory.c count sc
|
1999-08-29 08:44:18 +00:00
|
|
|
dev/syscons/scmouse.c optional sc
|
2000-01-15 15:25:43 +00:00
|
|
|
dev/syscons/scterm.c optional sc
|
|
|
|
dev/syscons/scterm-dumb.c optional sc
|
|
|
|
dev/syscons/scterm-sc.c optional sc
|
2000-01-29 15:04:33 +00:00
|
|
|
dev/syscons/scvgarndr.c optional sc vga
|
1999-08-29 08:44:18 +00:00
|
|
|
dev/syscons/scvidctl.c optional sc
|
|
|
|
dev/syscons/scvtb.c optional sc
|
|
|
|
dev/syscons/syscons.c optional sc
|
2000-01-15 15:25:43 +00:00
|
|
|
dev/syscons/sysmouse.c optional sc
|
1999-08-29 08:44:18 +00:00
|
|
|
isa/atkbd_isa.c optional atkbd
|
|
|
|
isa/atkbdc_isa.c optional atkbdc
|
2000-06-10 22:13:40 +00:00
|
|
|
isa/fd.c optional fdc
|
2000-05-14 13:47:57 +00:00
|
|
|
isa/ppc.c optional ppc
|
1999-08-29 08:44:18 +00:00
|
|
|
isa/psm.c optional psm
|
2001-01-31 10:54:45 +00:00
|
|
|
isa/sio.c optional sio
|
1999-08-29 08:44:18 +00:00
|
|
|
isa/syscons_isa.c optional sc
|
|
|
|
isa/vga_isa.c optional vga
|
1999-08-29 09:12:54 +00:00
|
|
|
kern/subr_diskmbr.c standard
|
1999-08-29 08:44:18 +00:00
|
|
|
libkern/alpha/htonl.S standard
|
|
|
|
libkern/alpha/htons.S standard
|
|
|
|
libkern/alpha/ntohl.S standard
|
|
|
|
libkern/alpha/ntohs.S standard
|
1998-06-10 10:57:29 +00:00
|
|
|
libkern/bcmp.c standard
|
|
|
|
libkern/ffs.c standard
|