summaryrefslogtreecommitdiff
path: root/sys/modules/fxp
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2022-04-05mii: Add opt_platform.h to all miibus driversWarner Losh
2018-12-19Remove a use of a negative array index from fxp(4).Mark Johnston
2018-08-04Put in a temporary workaround for strange array access in if_fxp.c.Dimitry Andric
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2011-10-08- Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYMarius Strobl
2005-09-27Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier
2001-09-05vlan.h is obsolete, don't create it anymore.Brooks Davis
2001-07-19Unconditinally turn on VLAN support when building fxp as a module, sinceJonathan Lemon
2001-05-13Update makefile to reflect vlan support.Jonathan Lemon
2001-03-24Back out 'KMODDEPS = miibus' addition in last commit. This isn't used.Peter Wemm
2001-03-12Adjust the fxp module to use the correct directory path, and add aJonathan Lemon
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
2000-01-28Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered moduleBruce Evans
1999-11-28Removed special rules for building and cleaning device interface filesBruce Evans
1999-09-27Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.Peter Wemm
1999-09-27Don't generate 'bpf.h' since it's not used.Peter Wemm
1999-09-20Change the name of the installed KLM to contain a leading "if_".David E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-06Rename bpfilter to bpf.Dag-Erling Smørgrav
1999-04-18Use perl, not perl5 to compile interfaces.Doug Rabson
1999-04-16Add a sample loadable pci driver Makefile..Peter Wemm