diff options
author | erj <erj@FreeBSD.org> | 2015-05-28 20:56:11 +0000 |
---|---|---|
committer | erj <erj@FreeBSD.org> | 2015-05-28 20:56:11 +0000 |
commit | 6e387585c41b90d61ea28bd5390c7ba976cdf7e5 (patch) | |
tree | 8759c2559f3d410c64f5e3d9cebfb024538decef /sys/cddl/dev/dtrace/dtrace_hacks.c | |
parent | 34675faa3be2f4da2fec779e1bc9d7333262df6e (diff) | |
download | FreeBSD-src-6e387585c41b90d61ea28bd5390c7ba976cdf7e5.zip FreeBSD-src-6e387585c41b90d61ea28bd5390c7ba976cdf7e5.tar.gz |
Fix build issue and incompatibilites introduced by r283620.
- Re-introduce "device ixgbe" option for kernel configs. This allows
users to continue using existing kernel configurations, while still
letting if_ix and if_ixv exist to allow ifconfig magic to work.
Though the amd64 GENERIC config has "device ix" and "device ixv" instead of
"device ixgbe".
This is achieved by making the if_ixgbe module a stub that depends
on if_ix and if_ixv.
- Replace if_baudrate assignment with if_initbaudrate() call.
Thanks to jhb@ for the stub module suggestion and pointing out the if_baudrate
error.
Approved by: jfv (mentor)
Diffstat (limited to 'sys/cddl/dev/dtrace/dtrace_hacks.c')
0 files changed, 0 insertions, 0 deletions