|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
abbfe9e5 |
| 30-Dec-2017 |
Konstantin Belousov <[email protected]> |
Move i386/isa/elink.[hc] to dev/ep.
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 nee
Move i386/isa/elink.[hc] to dev/ep.
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
show more ...
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
193d9e76 |
| 04-Mar-2017 |
Enji Cooper <[email protected]> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
f2e8ba3f |
| 16-Feb-2017 |
Warner Losh <[email protected]> |
Remove EISA support for ep driver. Left in place EISA strings that are still relevant (ISA cards can still be in EISA mode, and we're still ignoring those in the identify routine). Notes about cards
Remove EISA support for ep driver. Left in place EISA strings that are 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.
show more ...
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
| #
88030a5e |
| 18-Feb-2015 |
Warner Losh <[email protected]> |
Cleanup the way we include some files (in this case EISA) based on kernel config. Also tidy up the ed options.
|
|
Revision tags: release/10.1.0 |
|
| #
df3394b3 |
| 11-Aug-2014 |
Warner Losh <[email protected]> |
Remove dependence on source tree options. Move all kernel module 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 u
Remove dependence on source tree options. Move all kernel module 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
show more ...
|
|
Revision tags: release/9.3.0 |
|
| #
c6063d0d |
| 06-May-2014 |
Warner Losh <[email protected]> |
Use src.opts.mk in preference to bsd.own.mk except where we need stuff from the latter.
|
| #
77667fec |
| 18-Apr-2014 |
Warner Losh <[email protected]> |
Don't build EISA by default anymore. Remove from i386 GENERIC and create an option that defaults to "no" on all platforms to not build the EISA bits.
Discussed on: arch@
|
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0 |
|
| #
1c0d576c |
| 13-Jul-2005 |
Warner Losh <[email protected]> |
Minor reorg to keep each bus' files on one line
|
|
Revision tags: release/5.4.0 |
|
| #
7378822d |
| 17-Mar-2005 |
Warner Losh <[email protected]> |
eisa attachment is safe to be in this module, both on eisa and non-eisa configured kernels.
|
|
Revision tags: release/4.11.0, release/5.3.0 |
|
| #
4c42b42a |
| 27-Jun-2004 |
Warner Losh <[email protected]> |
Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is needed to build as part of world or in src/sys/modules.
|
| #
dba6dd17 |
| 26-May-2004 |
Warner Losh <[email protected]> |
Move to generating pccarddevs.h on the fly, both for the kernel and the modules.
Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
|
|
Revision tags: release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0 |
|
| #
889109df |
| 02-Aug-2003 |
Ruslan Ermilov <[email protected]> |
There's already the elink.ko module available, don't embed it here.
Reviewed by: markm
|
|
Revision tags: release/5.1.0, release/4.8.0, release/5.0.0 |
|
| #
ab3626d5 |
| 06-Nov-2002 |
Yoshihiro Takahashi <[email protected]> |
Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
|
|
Revision tags: release/4.6.2, release/4.3.0 |
|
| #
c68159a6 |
| 06-Jan-2001 |
David E. O'Brien <[email protected]> |
Use a consistent style and one much closer to the rest of /usr/src
|
| #
be98a6c1 |
| 10-Dec-2000 |
Yoshihiro Takahashi <[email protected]> |
Added '-DPC98' to CFLAGS if MACHINE == pc98.
|
| #
9dd471df |
| 24-Nov-2000 |
Mark Murray <[email protected]> |
Add a module makefile for if_ep.
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
|