aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/fxp
Commit message (Expand)AuthorAgeFilesLines
* Remove a use of a negative array index from fxp(4).Mark Johnston2018-12-191-2/+0
* Put in a temporary workaround for strange array access in if_fxp.c.Dimitry Andric2018-08-041-0/+2
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYMarius Strobl2011-10-081-1/+1
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-1/+1
* vlan.h is obsolete, don't create it anymore.Brooks Davis2001-09-051-5/+1
* Unconditinally turn on VLAN support when building fxp as a module, sinceJonathan Lemon2001-07-191-1/+1
* Update makefile to reflect vlan support.Jonathan Lemon2001-05-131-1/+5
* Back out 'KMODDEPS = miibus' addition in last commit. This isn't used.Peter Wemm2001-03-241-1/+0
* Adjust the fxp module to use the correct directory path, and add aJonathan Lemon2001-03-121-2/+3
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-3/+4
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-041-1/+1
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered moduleBruce Evans2000-01-281-1/+0
* Removed special rules for building and cleaning device interface filesBruce Evans1999-11-281-15/+1
* Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.Peter Wemm1999-09-271-5/+2
* Don't generate 'bpf.h' since it's not used.Peter Wemm1999-09-271-5/+2
* Change the name of the installed KLM to contain a leading "if_".David E. O'Brien1999-09-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-5/+5
* Use perl, not perl5 to compile interfaces.Doug Rabson1999-04-181-4/+4
* Add a sample loadable pci driver Makefile..Peter Wemm1999-04-161-0/+28