diff options
-rw-r--r-- | sys/conf/files.pc98 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index b91f26f..0fa1b81 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -140,8 +140,6 @@ gnu/i386/fpemul/reg_u_mul.s optional gpl_math_emulate gnu/i386/fpemul/reg_u_sub.s optional gpl_math_emulate gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate -gnu/i386/isa/dgb.c count dgb -gnu/i386/isa/dgm.c count dgm i386/apm/apm.c count apm i386/i386/atomic.c standard \ compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}" @@ -154,7 +152,6 @@ i386/i386/db_interface.c optional ddb i386/i386/db_trace.c optional ddb i386/i386/elf_machdep.c standard i386/i386/exception.s standard -i386/i386/globals.s standard i386/i386/i386-gdbstub.c optional ddb i386/i386/i686_mem.c standard i386/i386/identcpu.c standard @@ -261,10 +258,11 @@ i386/linux/linux_sysvec.c optional compat_linux i386/pci/pci_cfgreg.c optional pci i386/pci/pci_bus.c optional pci i386/svr4/svr4_locore.s optional compat_svr4 \ - dependency "svr4_assym.h" + dependency "svr4_assym.h" \ + warning "COMPAT_SVR4 is broken and usage is, until fixed, not recommended" i386/svr4/svr4_machdep.c optional compat_svr4 # -# isdn4bsd, needed for isic | iwic | ifpi | ihfc | ifpnp +# isdn4bsd, needed for isic | iwic | ifpi | ihfc | ifpnp | itjc # i4b/layer1/i4b_l1dmux.c optional isic i4b/layer1/i4b_l1lib.c optional isic @@ -276,6 +274,8 @@ i4b/layer1/i4b_l1dmux.c optional ihfc i4b/layer1/i4b_l1lib.c optional ihfc i4b/layer1/i4b_l1dmux.c optional ifpnp i4b/layer1/i4b_l1lib.c optional ifpnp +i4b/layer1/i4b_l1dmux.c optional itjc +i4b/layer1/i4b_l1lib.c optional itjc # # isdn4bsd, isic # @@ -331,6 +331,13 @@ i4b/layer1/ihfc/i4b_ihfc_l1if.c count ihfc i4b/layer1/ihfc/i4b_ihfc_pnp.c optional ihfc i4b/layer1/ihfc/i4b_ihfc_drv.c optional ihfc # +# isdn4bsd, itjc +# +i4b/layer1/itjc/i4b_itjc_pci.c count itjc +i4b/layer1/itjc/i4b_itjc_isac.c optional itjc +i4b/layer1/itjc/i4b_itjc_l1.c optional itjc +i4b/layer1/itjc/i4b_itjc_l1fsm.c optional itjc +# isa/psm.c optional psm kern/imgact_aout.c standard kern/imgact_gzip.c optional gzip |