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.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
font8x16.o optional std8x16font \
|
|
|
|
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"
|
1999-10-01 02:41:30 +00:00
|
|
|
# make sure apm.h gets made correctly
|
|
|
|
apm.h standard \
|
|
|
|
compile-with "echo '#define NAPM 0' > apm.h" \
|
|
|
|
no-obj no-implicit-rule before-depend
|
|
|
|
|
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-02-10 01:42:04 +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
|
|
|
#
|
1999-07-03 19:19:34 +00:00
|
|
|
alpha/alpha/autoconf.c standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/cpuconf.c standard
|
1998-08-24 08:48:22 +00:00
|
|
|
alpha/alpha/atomic.s standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/dec_kn8ae.c optional dec_kn8ae
|
1998-07-12 16:26:52 +00:00
|
|
|
alpha/alpha/dec_eb164.c optional dec_eb164
|
1999-01-18 20:26:50 +00:00
|
|
|
alpha/alpha/dec_eb64plus.c optional dec_eb64plus
|
1998-07-22 08:24:39 +00:00
|
|
|
alpha/alpha/dec_kn20aa.c optional dec_kn20aa
|
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
|
|
|
|
alpha/alpha/dec_st550.c optional dec_st550
|
1999-05-26 23:22:14 +00:00
|
|
|
alpha/alpha/dec_st6600.c optional dec_st6600
|
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_axppci_33.c optional dec_axppci_33
|
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-05-07 04:58:32 +00:00
|
|
|
alpha/alpha/dec_kn300.c optional dec_kn300
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/mountroot.c optional slice
|
|
|
|
alpha/alpha/ipl_funcs.c standard
|
|
|
|
alpha/alpha/pal.s standard
|
1998-09-16 08:22:09 +00:00
|
|
|
alpha/alpha/busdma_machdep.c standard
|
1999-06-05 13:30:13 +00:00
|
|
|
alpha/alpha/sgmap.c standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/prom.c standard
|
1998-07-12 16:26:52 +00:00
|
|
|
alpha/alpha/promcons.c standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/prom_disp.s standard
|
1998-07-12 16:26:52 +00:00
|
|
|
alpha/alpha/alpha-gdbstub.c optional ddb
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/db_disasm.c optional ddb
|
|
|
|
alpha/alpha/db_interface.c optional ddb
|
|
|
|
alpha/alpha/db_trace.c optional ddb
|
|
|
|
alpha/alpha/exception.s standard
|
|
|
|
alpha/alpha/in_cksum.c optional inet
|
|
|
|
# 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
|
1998-12-04 10:52:48 +00:00
|
|
|
alpha/alpha/fp_emulate.c standard
|
|
|
|
alpha/alpha/ieee_float.c standard
|
1998-06-10 10:57:29 +00:00
|
|
|
alpha/alpha/mem.c standard
|
|
|
|
alpha/alpha/mp_machdep.c optional smp
|
|
|
|
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
|
|
|
|
alpha/alpha/simplelock.s optional smp
|
|
|
|
alpha/alpha/support.s standard
|
|
|
|
alpha/alpha/swtch.s standard
|
|
|
|
alpha/alpha/sys_machdep.c standard
|
|
|
|
alpha/alpha/trap.c standard
|
|
|
|
alpha/alpha/interrupt.c standard
|
|
|
|
alpha/alpha/userconfig.c optional userconfig
|
|
|
|
alpha/alpha/vm_machdep.c standard
|
|
|
|
alpha/alpha/clock.c standard
|
2000-04-05 10:33:55 +00:00
|
|
|
alpha/alpha/clock_if.m standard
|
2000-05-07 04:58:32 +00:00
|
|
|
alpha/mcbus/mcbus.c optional dec_kn300
|
|
|
|
alpha/mcbus/mcmem.c optional dec_kn300
|
|
|
|
alpha/mcbus/mcpcia.c optional dec_kn300
|
|
|
|
alpha/pci/mcpcia_pci.c optional dec_kn300
|
2000-03-18 08:05:27 +00:00
|
|
|
alpha/tlsb/tlsb.c optional dec_kn8ae
|
|
|
|
alpha/tlsb/tlsbmem.c optional dec_kn8ae
|
|
|
|
alpha/tlsb/tlsbcpu.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/zs_tlsb.c optional dec_kn8ae
|
|
|
|
alpha/tlsb/dwlpx.c optional dec_kn8ae
|
|
|
|
alpha/pci/dwlpx_pci.c optional dec_kn8ae
|
1999-09-13 17:52:06 +00:00
|
|
|
alpha/tc/tcasic.c optional dec_3000_300
|
|
|
|
alpha/tc/tcasic.c optional dec_3000_500
|
|
|
|
alpha/tc/tc.c optional dec_3000_300
|
|
|
|
alpha/tc/tc.c optional 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/if_le_ioasic.c optional le dec_3000_300
|
|
|
|
alpha/tc/if_le_ioasic.c optional le 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/am7990.c optional le dec_3000_300
|
|
|
|
alpha/tc/am7990.c optional le 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/tc/esp.c optional esp dec_3000_300
|
|
|
|
alpha/tc/esp.c optional esp dec_3000_500
|
1999-07-03 19:19:34 +00:00
|
|
|
dev/dec/mcclock.c optional mcclock
|
2000-04-05 10:33:55 +00:00
|
|
|
dev/dec/mcclock_if.m optional mcclock
|
1999-08-29 08:44:18 +00:00
|
|
|
alpha/alpha/elf_machdep.c standard
|
|
|
|
alpha/isa/isa.c optional isa
|
|
|
|
alpha/isa/isa_dma.c optional isa
|
|
|
|
alpha/isa/mcclock_isa.c optional isa
|
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
|
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
|
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
|
1999-09-13 17:52:06 +00:00
|
|
|
alpha/pci/tsunami.c optional dec_st6600
|
|
|
|
alpha/pci/tsunami_pci.c optional dec_st6600
|
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
|
1999-08-29 08:44:18 +00:00
|
|
|
dev/ata/ata-all.c optional ata
|
|
|
|
dev/ata/ata-disk.c optional atadisk
|
|
|
|
dev/ata/ata-dma.c optional ata
|
|
|
|
dev/ata/atapi-all.c optional ata
|
|
|
|
dev/ata/atapi-cd.c optional atapicd
|
|
|
|
dev/ata/atapi-fd.c optional atapifd
|
|
|
|
dev/ata/atapi-tape.c optional atapist
|
|
|
|
dev/fb/fb.c optional fb
|
|
|
|
dev/fb/fb.c optional vga
|
|
|
|
dev/fb/splash.c optional splash
|
|
|
|
dev/fb/vga.c optional vga
|
|
|
|
dev/kbd/atkbd.c optional atkbd
|
|
|
|
dev/kbd/atkbdc.c optional atkbdc
|
|
|
|
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
|
|
|
|
dev/syscons/schistory.c optional sc
|
|
|
|
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
|
|
|
|
isa/fd.c optional fd
|
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
|
1999-09-08 11:08:50 +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
|