freebsd-skq/sys/conf
brian 2821a50eaa Change the following kernel options to environment variables:
BOOTP -> bootp
    BOOTP_NFSROOT -> bootp.nfsroot
    BOOTP_NFSV3 -> bootp.nfsv3
    BOOTP_COMPAT -> bootp.compat
    BOOTP_WIRED_TO -> bootp.wired_to

This lets you PXE boot with a GENERIC kernel by putting this sort of thing
in loader.conf:

    bootp="YES"
    bootp.nfsroot="YES"
    bootp.nfsv3="YES"
    bootp.wired_to="bge1"

or even setting the variables manually from the OK prompt.
2004-07-08 13:40:33 +00:00
..
defines
files Change the following kernel options to environment variables: 2004-07-08 13:40:33 +00:00
files.alpha Break out the isa and pccard front ends to the fdc controller device. 2004-07-07 22:29:33 +00:00
files.amd64 Break out the isa and pccard front ends to the fdc controller device. 2004-07-07 22:29:33 +00:00
files.arm Remove libkern/mem* 2004-05-14 23:42:54 +00:00
files.i386 Break out the isa and pccard front ends to the fdc controller device. 2004-07-07 22:29:33 +00:00
files.ia64 Move acpi_if.m to files.{amd64,i386,ia64}. This should fix the alpha build. 2004-06-30 14:19:28 +00:00
files.pc98 MFi386: revision 1.493. 2004-05-26 13:10:37 +00:00
files.powerpc
files.sparc64 Add the esp(4) files. Two of them are sbus-specific and therefore only 2004-06-10 05:21:44 +00:00
kern.mk Define INLINE_LIMIT for arm. 2004-05-14 13:35:46 +00:00
kern.post.mk We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition and 2004-06-27 23:03:43 +00:00
kern.pre.mk We don't need GEN_M_CFILES. Fold it into GEN_CFILES definition and 2004-06-27 23:03:43 +00:00
kmod_syms.awk
kmod.mk Add acpi methods for HID/CID probing, evaluating objects, and walking the 2004-06-29 18:56:14 +00:00
ldscript.alpha
ldscript.amd64 Provide the _start_ctors and _stop_ctors symbols. As on i386, the addresses 2004-05-29 01:09:00 +00:00
ldscript.arm Add config magic for arm. 2004-05-14 11:49:40 +00:00
ldscript.i386
ldscript.ia64 Fix the following error: 2004-06-20 22:32:19 +00:00
ldscript.powerpc
ldscript.sparc64
majors 1. Spell Cronyx Sigma-ISA and Cronyx Tau-ISA correctly. 2004-05-05 13:09:11 +00:00
majors.awk
Makefile.alpha Change required config(8) version. 2004-05-09 22:29:38 +00:00
Makefile.amd64 Change required config(8) version. 2004-05-09 22:29:38 +00:00
Makefile.arm Add config magic for arm. 2004-05-14 11:49:40 +00:00
Makefile.i386 Change required config(8) version. 2004-05-09 22:29:38 +00:00
Makefile.ia64 Change required config(8) version. 2004-05-09 22:29:38 +00:00
Makefile.pc98 Change required config(8) version. 2004-05-09 22:29:38 +00:00
Makefile.powerpc Change required config(8) version. 2004-05-09 22:29:38 +00:00
Makefile.sparc64 Change required config(8) version. 2004-05-09 22:29:38 +00:00
makeLINT.mk
makeLINT.sed
newvers.sh When building a kernel or the loader, let the hostname be overridden 2004-07-01 06:40:12 +00:00
NOTES Change the following kernel options to environment variables: 2004-07-08 13:40:33 +00:00
options Change the following kernel options to environment variables: 2004-07-08 13:40:33 +00:00
options.alpha
options.amd64
options.arm Add config magic for arm. 2004-05-14 11:49:40 +00:00
options.i386
options.ia64
options.pc98 MFi386: Add NETGRAPH_CRONYX. 2004-05-18 11:56:24 +00:00
options.powerpc Catch up with sparc64 OFWCONS_POLL_HZ change 2004-06-25 13:44:34 +00:00
options.sparc64 Better OFW console support on Sun Ultra2 machines. 2004-06-24 02:57:11 +00:00
systags.sh Remove advertising clause from University of California Regent's 2004-04-07 20:46:16 +00:00