freebsd-skq/sys/conf
Marius Strobl e51ed06ae1 mlphy(4)/tlphy(4): Remove obsolete drivers
These drivers should have been removed along with tl(4) as part of
7c897ca91f and r347918 respectively
as these fromer made sure to only ever attach to the latter, e. g.:
<...>
static int
tlphy_probe(device_t dev)
{

	if (!mii_dev_mac_match(dev, "tl"))
		return (ENXIO);
<...>
2020-12-26 19:40:55 +01:00
..
config.mk Add SCTP_SUPPORT handling to config.mk. 2020-06-25 15:25:00 +00:00
dtb.build.mk Use MACHINE_CPUARCH when checking for arm64 2020-09-14 16:12:28 +00:00
dtb.mk
files mlphy(4)/tlphy(4): Remove obsolete drivers 2020-12-26 19:40:55 +01:00
files.amd64 Remove bvmconsole and bvmdebug. 2020-12-23 17:15:23 -09:00
files.arm Remove remaining fragments of code for older already ceased ARM versions. 2020-11-29 15:24:00 +00:00
files.arm64 Add basic support for Freescale LX2160A SoC. 2020-12-05 12:08:37 +00:00
files.i386 Remove bvmconsole and bvmdebug. 2020-12-23 17:15:23 -09:00
files.mips Move kern_clocksource.c to sys/conf/files 2020-11-19 02:53:29 +00:00
files.powerpc Move kern_clocksource.c to sys/conf/files 2020-11-19 02:53:29 +00:00
files.riscv Move kern_clocksource.c to sys/conf/files 2020-11-19 02:53:29 +00:00
files.x86 ossl: split out x86 bits to x86/ossl_cpuid.c 2020-12-04 20:54:20 +00:00
kern.mk Add INIT_ALL_ZERO and INIT_ALL_PATTERN to kern.opts.mk 2020-11-10 23:25:16 +00:00
kern.opts.mk Disable kernel INIT_ALL_ZERO on amd64 2020-11-13 18:34:13 +00:00
kern.post.mk Use a template assembly file to generate the embedded MFS. 2020-10-20 16:48:45 +00:00
kern.pre.mk sys/contrib/zstd: Import zstd 1.4.8 2020-12-25 07:42:41 -08:00
kmod_syms_prefix.awk
kmod_syms.awk
kmod.mk Use a template assembly file for firmware object files. 2020-12-17 20:31:17 +00:00
kmod.opts.mk
ldscript.amd64 Unobfuscate "KERNLOAD" parameter on amd64. This change lines-up amd64 with the 2020-11-25 23:19:01 +00:00
ldscript.arm
ldscript.arm64 More the arm64 early page tables and stack to .bss 2020-12-23 13:10:23 +00:00
ldscript.i386
ldscript.kmod.amd64 Move PLTs to the beginning of amd64 kernel modules. 2020-09-16 13:51:47 +00:00
ldscript.kmod.i386
ldscript.mips
ldscript.mips.cfe
ldscript.mips.mips64
ldscript.mips.octeon1 Fix linking OCTEON1 kernel with LLD 2020-03-22 22:18:00 +00:00
ldscript.powerpc [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities. 2020-05-07 19:32:49 +00:00
ldscript.powerpc64 [PowerPC] Fix build-id note on powerpc64 kernel 2020-06-01 19:40:59 +00:00
ldscript.powerpc64le [PowerPC64LE] Set up powerpc.powerpc64le architecture 2020-09-22 23:49:30 +00:00
ldscript.powerpcspe [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities. 2020-05-07 19:32:49 +00:00
ldscript.riscv Set the LMA of the riscv kernel to the OpenSBI jump target by default 2020-02-04 00:06:16 +00:00
Makefile.amd64 Don't try ctfconvert on file without debug info. 2020-04-28 16:09:25 +00:00
Makefile.arm Brand our DTS with the Linux version it was imported from 2020-10-10 07:18:51 +00:00
Makefile.arm64
Makefile.i386
Makefile.mips Compile hack.c with normal CFLAGS + -shared -nostdlib. 2020-01-26 14:19:08 +00:00
Makefile.powerpc Remove tests for obsolete compilers in the build system 2020-05-12 15:22:40 +00:00
Makefile.riscv Simplify the RISC-V kernel linker invocation 2020-05-22 18:54:56 +00:00
newvers.sh Fix newvers.sh to no longer print an outdated SVN rev 2020-12-26 16:47:43 +01:00
NOTES mlphy(4)/tlphy(4): Remove obsolete drivers 2020-12-26 19:40:55 +01:00
options Add modular fib lookup framework. 2020-12-25 11:33:17 +00:00
options.amd64 Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
options.arm Remove unused options. 2020-11-29 17:42:32 +00:00
options.arm64 Add i.MX 8M Quad support 2020-07-01 00:33:16 +00:00
options.i386
options.mips Remove remaning definition of GFB_<foo> options. 2020-12-05 19:44:00 +00:00
options.powerpc Remove remaning definition of GFB_<foo> options. 2020-12-05 19:44:00 +00:00
options.riscv
sysent.mk Rebuild sysent when capabilities.conf is updated. 2020-07-07 16:35:52 +00:00
systags.sh Fix kernel-tags target. 2020-01-23 13:56:12 +00:00
WITHOUT_SOURCELESS
WITHOUT_SOURCELESS_HOST
WITHOUT_SOURCELESS_UCODE retire cx,ctau drivers 2020-03-20 16:50:19 +00:00