summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_ef
Commit message (Collapse)AuthorAgeFilesLines
* Don't use touch when what is really meant is :> (create an empty file, ordes2006-08-141-4/+4
| | | | | | | | truncate it if it exists) or :>> (ensure the file exists, but don't change it if it already does) Reviewed by: ru MFC after: 2 weeks
* Move the hard-coded ETHER_* options to where they belong --yar2006-02-241-7/+9
| | | | | | | | | | | | | inside !if defined(KERNBUILDDIR). Utilize the fact the module will support all frames by default -- it needs no ETHER_* options unless some frames need to be disabled. Fix the comment respectively. Don't forget to create fake opt_ef.h if no ETHER_* are set. MFC after: 3 days
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
| | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
* Removed custom "load" and "unload" targets.ru2004-01-191-6/+0
| | | | | Removed "deinstall" targets -- the idea is to provide the standard "deinstall" target.
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-3/+3
|
* Removed garbage (CFLAGS+= ${PROTOS} was a vestige of an old way ofbde2000-09-261-2/+0
| | | | configuring INET).
* When manual pages are moved or removed, MANX should be changedsheldonh2000-07-241-0/+1
| | | | | | to NOMAN. Reported by: bde
* Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, assheldonh2000-07-212-104/+0
| | | | discussed with bp.
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-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.
* Uncomment ETHER_II frame and remove BPF related variable.bp2000-04-062-7/+5
|
* Allow if_ef driver to be compiled into kernel.bp2000-01-231-18/+9
|
* Add module for if_ef driver and make it compile.bp1999-12-132-0/+155
OpenPOWER on IntegriCloud