mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Not only did these two drivers depend on IFF_NEEDSGIANT, they were
broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been
replaced by ppp(8). There is no replacement for if_sl(4).
If we see regressions in for example the ports tree, we should just use
__FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are
present. Version 800045 is used to denote the import of MPSAFE TTY.
Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the
lists.
|
||
|---|---|---|
| .. | ||
| bsd.compat.mk | ||
| bsd.cpu.mk | ||
| bsd.dep.mk | ||
| bsd.doc.mk | ||
| bsd.endian.mk | ||
| bsd.files.mk | ||
| bsd.incs.mk | ||
| bsd.info.mk | ||
| bsd.init.mk | ||
| bsd.kmod.mk | ||
| bsd.lib.mk | ||
| bsd.libnames.mk | ||
| bsd.links.mk | ||
| bsd.man.mk | ||
| bsd.nls.mk | ||
| bsd.obj.mk | ||
| bsd.own.mk | ||
| bsd.pkg.mk | ||
| bsd.port.mk | ||
| bsd.port.options.mk | ||
| bsd.port.post.mk | ||
| bsd.port.pre.mk | ||
| bsd.port.subdir.mk | ||
| bsd.prog.mk | ||
| bsd.README | ||
| bsd.snmpmod.mk | ||
| bsd.subdir.mk | ||
| bsd.symver.mk | ||
| bsd.sys.mk | ||
| Makefile | ||
| sys.mk | ||
| version_gen.awk | ||