freebsd-dev/sys/conf
Peter Wemm e44a0ea311 Stop doing runtime checking on i386 cpus for cpu class. The cpu is
slow enough as it is, without having to constantly check that it really
is an i386 still.  It was possible to compile out the conditionals for
faster cpus by leaving out 'I386_CPU', but it was not possible to
unconditionally compile for the i386.  You got the runtime checking whether
you wanted it or not.  This makes I386_CPU mutually exclusive with the
other cpu types, and tidies things up a little in the process.

Reviewed by:  alfred, markm, phk, benno, jlemon, jhb, jake, grog, msmith,
              jasone, dcs, des (and a bunch more people who encouraged it)
2001-01-16 09:10:34 +00:00
..
defines Add some more defines that don't change the genericness of a file. 1995-05-11 20:21:23 +00:00
files Implement condition variables. 2001-01-16 01:00:43 +00:00
files.alpha Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1 2000-12-05 09:10:50 +00:00
files.i386 Add infrastructure for the itjc ISDN hardware driver 2001-01-11 15:20:38 +00:00
files.ia64 Don't build the ACPI CA debugger unless the ACPI_DEBUG option is present. 2000-11-08 02:57:01 +00:00
files.pc98 Merged from sys/conf/files.i386 revisions 1.342, 1.344, 1.345 and 1.346. 2001-01-12 13:38:46 +00:00
kern.mk Add section for building ia64 kernels. 2000-10-16 20:04:52 +00:00
kmod.mk kobjify. 2000-12-18 01:36:41 +00:00
ldscript.alpha Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.amd64 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.i386 Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
ldscript.ia64 This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will 2000-09-29 13:46:07 +00:00
ldscript.powerpc Add $FreeBSD$ 2000-01-11 15:35:16 +00:00
majors Stake a claim on major 160 for the forthcoming spic driver. 2000-12-11 19:05:58 +00:00
Makefile.alpha Back out the modules `make obj' speedup. 2000-12-24 13:29:58 +00:00
Makefile.i386 Back out the modules `make obj' speedup. 2000-12-24 13:29:58 +00:00
Makefile.ia64 Back out the modules `make obj' speedup. 2000-12-24 13:29:58 +00:00
Makefile.pc98 Back out the modules `make obj' speedup. 2000-12-24 13:29:58 +00:00
Makefile.powerpc Back out the modules `make obj' speedup. 2000-12-24 13:29:58 +00:00
newvers.sh SNAPDATE is an obsolete mechanism which has also been pretty much 2000-12-15 22:26:42 +00:00
NOTES Stop doing runtime checking on i386 cpus for cpu class. The cpu is 2001-01-16 09:10:34 +00:00
options Implement condition variables. 2001-01-16 01:00:43 +00:00
options.alpha Add support for COMPAT_LINUX and DEBUG_LINUX. Make the OSF1 2000-12-05 09:10:50 +00:00
options.i386 Add PECOFF (WIN32 Execution file format) support. 2000-12-20 12:51:08 +00:00
options.ia64 This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will 2000-09-29 13:46:07 +00:00
options.pc98 Merged from files.i386 and options.i386 revisions 1.341 and 1.141, 2000-12-22 10:18:00 +00:00
param.c Remove unneeded <stddef.h> #includes. 2000-10-29 16:57:42 +00:00
systags.sh $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00