diff options
author | Matt Smith <mgsmith@netgate.com> | 2015-11-18 10:30:41 -0600 |
---|---|---|
committer | Matt Smith <mgsmith@netgate.com> | 2015-11-18 10:30:41 -0600 |
commit | 18c20305d9d6d02de2ea3065fa5f25fa47126b70 (patch) | |
tree | 1ffc498ea98fca83006ce77fbd77ec1653510f05 | |
parent | cc04647da50bc2b20a893abbaad91dc77e90778e (diff) | |
download | FreeBSD-src-18c20305d9d6d02de2ea3065fa5f25fa47126b70.zip FreeBSD-src-18c20305d9d6d02de2ea3065fa5f25fa47126b70.tar.gz |
Importing pfSense patch sfxge_compile_i386.diff
-rw-r--r-- | sys/dev/sfxge/sfxge_port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/sfxge_port.c b/sys/dev/sfxge/sfxge_port.c index abd2924..9570b73 100644 --- a/sys/dev/sfxge/sfxge_port.c +++ b/sys/dev/sfxge/sfxge_port.c @@ -220,7 +220,7 @@ sfxge_port_link_fc_handler(SYSCTL_HANDLER_ARGS) #endif /* SFXGE_HAVE_PAUSE_MEDIAOPTS */ -static const u_long sfxge_link_baudrate[EFX_LINK_NMODES] = { +static const unsigned long long sfxge_link_baudrate[EFX_LINK_NMODES] = { [EFX_LINK_10HDX] = IF_Mbps(10), [EFX_LINK_10FDX] = IF_Mbps(10), [EFX_LINK_100HDX] = IF_Mbps(100), |