|
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
| #
0e4a3d93 |
| 19-Dec-2018 |
Mark Johnston <[email protected]> |
Remove a use of a negative array index from fxp(4).
This fixes a warning seen when compiling amd64 GENERIC with clang 7. Also remove the workaround added in r337324. clang 7 and gcc 4.2 generate th
Remove a use of a negative array index from fxp(4).
This fixes a warning seen when compiling amd64 GENERIC with clang 7. Also remove the workaround added in r337324. clang 7 and gcc 4.2 generate the same code with or without the code change.
Reviewed by: imp (previous version) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D18603
show more ...
|
|
Revision tags: release/12.0.0 |
|
| #
fc63c661 |
| 04-Aug-2018 |
Dimitry Andric <[email protected]> |
Put in a temporary workaround for strange array access in if_fxp.c.
|
|
Revision tags: release/11.2.0, 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
|
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0 |
|
| #
112a855d |
| 08-Oct-2011 |
Marius Strobl <[email protected]> |
- Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY drivers that only ever attach to a particular MAC driver, i.e. inphy(4), ruephy(4) and xlphy(4), to the directory where
- Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHY drivers that only ever attach to a particular MAC driver, i.e. inphy(4), ruephy(4) and xlphy(4), to the directory where the respective MAC driver lives and only compile it into the kernel when the latter is also there, also removing it from miibus.ko and moving it into the module of the respective MAC driver. - While at it, rename exphy.c, which comes from NetBSD where the MAC driver it corresponds to also is named ex(4) instead of xl(4) but that in FreeBSD actually identifies itself as xlphy(4), and its function names accordingly for consistency. - Additionally while at it, fix some minor style issues like whitespace in the register headers and add multi-inclusion protection to inphyreg.h.
show more ...
|
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
| #
b6de9e91 |
| 27-Sep-2005 |
Max Laier <[email protected]> |
Remove bridge(4) from the tree. if_bridge(4) is a full functional replacement and has additional features which make it superior.
Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG
Remove bridge(4) from the tree. if_bridge(4) is a full functional replacement and has additional features which make it superior.
Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
show more ...
|
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
0fddbf87 |
| 05-Sep-2001 |
Brooks Davis <[email protected]> |
vlan.h is obsolete, don't create it anymore.
|
| #
9009a48f |
| 19-Jul-2001 |
Jonathan Lemon <[email protected]> |
Unconditinally turn on VLAN support when building fxp as a module, since it may be plugged into a kernel that supports VLANs. If the kernel is not VLAN aware, things will still work as before.
Modu
Unconditinally turn on VLAN support when building fxp as a module, since it may be plugged into a kernel that supports VLANs. If the kernel is not VLAN aware, things will still work as before.
Modules don't really have option support, so this is somewhat of a hack.
show more ...
|
| #
336f5141 |
| 13-May-2001 |
Jonathan Lemon <[email protected]> |
Update makefile to reflect vlan support.
|
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
| #
f335dba0 |
| 24-Mar-2001 |
Peter Wemm <[email protected]> |
Back out 'KMODDEPS = miibus' addition in last commit. This isn't used.
|
| #
7cbbb1af |
| 12-Mar-2001 |
Jonathan Lemon <[email protected]> |
Adjust the fxp module to use the correct directory path, and add a dependency on miibus.
|
| #
c68159a6 |
| 06-Jan-2001 |
David E. O'Brien <[email protected]> |
Use a consistent style and one much closer to the rest of /usr/src
|
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
| #
64db83a8 |
| 27-May-2000 |
Peter Wemm <[email protected]> |
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of encoding the relative path.
|
| #
56ca3996 |
| 04-May-2000 |
Peter Wemm <[email protected]> |
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. Thi
Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated.
show more ...
|
|
Revision tags: release/4.0.0_cvs |
|
| #
9e4be63d |
| 28-Jan-2000 |
Bruce Evans <[email protected]> |
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles.
|
|
Revision tags: release/3.4.0_cvs |
|
| #
6f940b38 |
| 28-Nov-1999 |
Bruce Evans <[email protected]> |
Removed special rules for building and cleaning device interface files and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFI
Removed special rules for building and cleaning device interface files and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
show more ...
|
| #
f274c85d |
| 27-Sep-1999 |
Peter Wemm <[email protected]> |
Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.
|
| #
18b039eb |
| 27-Sep-1999 |
Peter Wemm <[email protected]> |
Don't generate 'bpf.h' since it's not used.
|
| #
40ec3caa |
| 20-Sep-1999 |
David E. O'Brien <[email protected]> |
Change the name of the installed KLM to contain a leading "if_". Except for miibus which is now installed as miibus.ko.
Discussed by: msmith, peter, and wpaul
|
|
Revision tags: release/3.3.0_cvs |
|
| #
c3aac50f |
| 28-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
| #
6b5ca0d8 |
| 06-Jul-1999 |
Dag-Erling Smørgrav <[email protected]> |
Rename bpfilter to bpf.
|
|
Revision tags: release/3.2.0 |
|
| #
8c1cc362 |
| 18-Apr-1999 |
Doug Rabson <[email protected]> |
Use perl, not perl5 to compile interfaces.
|
| #
c002d680 |
| 16-Apr-1999 |
Peter Wemm <[email protected]> |
Add a sample loadable pci driver Makefile..
|