| Age | Commit message (Collapse) | Author |
|
Relnotes: yes
FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md
Reviewed by: jhb, imp
Differential Revision: https://reviews.freebsd.org/D20230
Notes:
svn path=/head/; revision=347912
|
|
The ep(4) driver is the only consumer of the two functions from
elink.c. I removed the standalone module as well, and most likely,
the module metadata is not needed anywhere, but this is for later
cleanup.
Discussed with: imp, jhb
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=327381
|
|
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon
Notes:
svn path=/head/; revision=314651
|
|
still relevant (ISA cards can still be in EISA mode, and we're still
ignoring those in the identify routine). Notes about cards in EISA
mode have been left in the manual since they aren't relevant to EISA
support, but instruct how to properly configure an ISA card in a mode
when it is in a ISA bus slot.
Notes:
svn path=/head/; revision=313831
|
|
kernel config. Also tidy up the ed options.
Notes:
svn path=/head/; revision=278959
|
|
options into kern.opts.mk and change all the places where we use
src.opts.mk to pull in the options. Conditionally define SYSDIR and
use SYSDIR/conf/kern.opts.mk instead of a CURDIR path. Replace all
instances of CURDIR/../../etc with STSDIR, but only in the affected
files.
As a special compatibility hack, include bsd.owm.mk at the top of
kern.opts.mk to allow the bare build of sys/modules to work on older
systems. If the defaults ever change between 9.x, 10.x and current for
these options, however, you'll wind up with the host OS' defaults
rather than the -current defaults. This hack will be removed when
we no longer need to support this build scenario.
Reviewed by: jhb
Differential Revision: https://phabric.freebsd.org/D529
Notes:
svn path=/head/; revision=269812
|
|
from the latter.
Notes:
svn path=/head/; revision=265420
|
|
create an option that defaults to "no" on all platforms to not build
the EISA bits.
Discussed on: arch@
Notes:
svn path=/head/; revision=264654
|
|
Notes:
svn path=/head/; revision=147959
|
|
non-eisa configured kernels.
Notes:
svn path=/head/; revision=143760
|
|
needed to build as part of world or in src/sys/modules.
Notes:
svn path=/head/; revision=131186
|
|
the modules.
Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
Notes:
svn path=/head/; revision=129740
|
|
Reviewed by: markm
Notes:
svn path=/head/; revision=118364
|
|
Notes:
svn path=/head/; revision=106497
|
|
Notes:
svn path=/head/; revision=70711
|
|
Notes:
svn path=/head/; revision=69816
|
|
This is not enabled by default, as the module is missing a bunch of
useful stuff (like the ability to unload).
Not objected to by: mdodd
Notes:
svn path=/head/; revision=69126
|