Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 1 | -4/+5 |
| | |||||
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | peter | 2000-05-27 | 1 | -1/+1 |
| | | | | encoding the relative path. | ||||
* | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | peter | 2000-05-04 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | Zap KMODDEPS line | peter | 2000-05-01 | 1 | -1/+0 |
| | |||||
* | Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module | bde | 2000-01-28 | 1 | -1/+0 |
| | | | | | makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles. | ||||
* | Removed special rules for building and cleaning device interface files | bde | 1999-11-28 | 1 | -19/+1 |
| | | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). | ||||
* | Change a CLEANFILES misspelling to get miibus_if.h removed. | green | 1999-11-22 | 1 | -1/+1 |
| | |||||
* | Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff. | peter | 1999-09-27 | 1 | -5/+2 |
| | |||||
* | Don't generate 'bpf.h' since it's not used. | peter | 1999-09-27 | 1 | -5/+2 |
| | |||||
* | Change the name of the installed KLM to contain a leading "if_". | obrien | 1999-09-20 | 1 | -1/+2 |
| | | | | | | Except for miibus which is now installed as miibus.ko. Discussed by: msmith, peter, and wpaul | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Fix path for miibus_if.m (mii > dev/mii); | wpaul | 1999-08-27 | 1 | -3/+3 |
| | |||||
* | Update these Makefiles; add mlphy and tlphy to the mii module, add | wpaul | 1999-08-27 | 1 | -1/+6 |
| | | | | miibus_if.h to tl module's dependencies. | ||||
* | Convert the VIA Rhine driver to newbus and set it up to be compiled as | wpaul | 1999-08-10 | 1 | -2/+2 |
| | | | | | | | | | | a module. Also modified the code to work on FreeBSD/alpha and added device vr0 to the alpha GENERIC config. While I was in the neighborhood, I noticed that I was still using #define NFPX 1 in all of the Makefiles that I'd copied from the fxp module. I don't really use #define Nfoo X so it didn't matter, but I decided to customize this correctly anyway. | ||||
* | Create module directories for the xl, ti, tl and sk drivers and add | wpaul | 1999-07-23 | 1 | -0/+28 |
them to the Makefile so that modules will be generated for /modules. |