svn commit: r273923 - stable/10/sys/dev/puc

2014-10-31 Thread Rui Paulo
Author: rpaulo Date: Sat Nov 1 05:45:05 2014 New Revision: 273923 URL: https://svnweb.freebsd.org/changeset/base/273923 Log: MFC r273551: puc(4): add an entry for the Oxford Semiconductor OXPCIe952 1S1P card. Submitted by: Alex Burlyga Modified: stable/10/sys/dev/puc

Re: svn commit: r273919 - head/etc/rc.d

2014-10-31 Thread Garrett Cooper
On Oct 31, 2014, at 17:51, Dag-Erling Smørgrav wrote: > Xin LI writes: >> Log: >> rc.d/geli should not depend on random, as the attach functionality >> do not require additional entropy to function. >> >> It would create a circular dependency (not immediately obvious: >> geli provides 'disk

Re: svn commit: r273919 - head/etc/rc.d

2014-10-31 Thread Dag-Erling Smørgrav
Xin LI writes: > Log: > rc.d/geli should not depend on random, as the attach functionality > do not require additional entropy to function. > > It would create a circular dependency (not immediately obvious: > geli provides 'disks' and requires 'random' as of r273872, > 'random' requi

svn commit: r273922 - head/usr.sbin/bsdinstall

2014-10-31 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 31 23:52:02 2014 New Revision: 273922 URL: https://svnweb.freebsd.org/changeset/base/273922 Log: Rewrite some of the disk setup documentation to be clearer and contain less obsolete information. Also move the entropy command down the list -- the list is order

Re: svn commit: r273734 - head/bin/dd

2014-10-31 Thread Ian Lepore
On Fri, 2014-10-31 at 14:30 -0700, Garrett Cooper wrote: > On Oct 28, 2014, at 4:33, Bruce Evans wrote: > > > On Tue, 28 Oct 2014, [utf-8] Dag-Erling Smørgrav wrote: > > > >> Bruce Evans writes: > >>> Dag-Erling Smørgrav writes: > This is a bug on all platforms, and both clang and (recent

svn commit: r273921 - in stable/10: sys/dev/vt sys/sys usr.sbin/vidcontrol

2014-10-31 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Fri Oct 31 23:10:58 2014 New Revision: 273921 URL: https://svnweb.freebsd.org/changeset/base/273921 Log: vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin font To restore the default font using vidcontrol(1), use the "-f" flag without an argument:

Re: svn commit: r273734 - head/bin/dd

2014-10-31 Thread John-Mark Gurney
Garrett Cooper wrote this message on Fri, Oct 31, 2014 at 14:30 -0700: > On Oct 28, 2014, at 4:33, Bruce Evans wrote: > > > On Tue, 28 Oct 2014, [utf-8] Dag-Erling Smørgrav wrote: > > > >> Bruce Evans writes: > >>> Dag-Erling Smørgrav writes: > This is a bug on all platforms, and both cla

svn commit: r273920 - in head/bin/sh: . tests/expansion

2014-10-31 Thread Jilles Tjoelker
Author: jilles Date: Fri Oct 31 22:28:10 2014 New Revision: 273920 URL: https://svnweb.freebsd.org/changeset/base/273920 Log: sh: Fix corruption of CTL* bytes in positional parameters in redirection. EXP_REDIR was not being checked for while expanding positional parameters in redirection,

svn commit: r273919 - head/etc/rc.d

2014-10-31 Thread Xin LI
Author: delphij Date: Fri Oct 31 22:20:27 2014 New Revision: 273919 URL: https://svnweb.freebsd.org/changeset/base/273919 Log: rc.d/geli should not depend on random, as the attach functionality do not require additional entropy to function. It would create a circular dependency (not immed

Re: svn commit: r273734 - head/bin/dd

2014-10-31 Thread Garrett Cooper
On Oct 28, 2014, at 4:33, Bruce Evans wrote: > On Tue, 28 Oct 2014, [utf-8] Dag-Erling Smørgrav wrote: > >> Bruce Evans writes: >>> Dag-Erling Smørgrav writes: This is a bug on all platforms, and both clang and (recent) gcc should complain about it. That printf() call will print gar

Re: svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/m

2014-10-31 Thread Garrett Cooper
On Oct 30, 2014, at 14:21, Mark Murray wrote: > Author: markm > Date: Thu Oct 30 21:21:53 2014 > New Revision: 273872 > URL: https://svnweb.freebsd.org/changeset/base/273872 > > Log: > This is the much-discussed major upgrade to the random(4) device, known to > you all as /dev/random. > > Th

svn commit: r273918 - head/sys/cam/ctl

2014-10-31 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Oct 31 19:26:12 2014 New Revision: 273918 URL: https://svnweb.freebsd.org/changeset/base/273918 Log: Change the default log level for iSCSI target from 3 to 1. It should have been 1 from the beginning; not sure how it ended up at 3. MFC after:1 month Sponsor

svn commit: r273917 - head/sys/dev/gpio

2014-10-31 Thread Luiz Otavio O Souza
Author: loos Date: Fri Oct 31 19:15:14 2014 New Revision: 273917 URL: https://svnweb.freebsd.org/changeset/base/273917 Log: Fix the gpiobus locking by using a more sane model where it isn't necessary hold the gpiobus lock between the gpio calls. gpiobus_acquire_lock() now accepts a third

svn commit: r273916 - in stable/9/sys: dev/acpi_support dev/acpica dev/asmc net netinet netinet/cc

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 18:53:16 2014 New Revision: 273916 URL: https://svnweb.freebsd.org/changeset/base/273916 Log: MFC r273733, r273740 and r273773: The SYSCTL data pointers can come from userspace and must not be directly accessed. Although this will work on some platforms,

svn commit: r273915 - stable/9/sys/dev/asmc

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 18:42:56 2014 New Revision: 273915 URL: https://svnweb.freebsd.org/changeset/base/273915 Log: MFC r271975: Improvements to asmc(4): 1. changed the code so that 2**16 keys are supported 2. changed the number of possible fans in a system from 2 to 6 3.

svn commit: r273914 - head/sys/boot/fdt

2014-10-31 Thread Andrew Turner
Author: andrew Date: Fri Oct 31 18:35:03 2014 New Revision: 273914 URL: https://svnweb.freebsd.org/changeset/base/273914 Log: The command name is a constant, use the correct type. MFC after:1 week Modified: head/sys/boot/fdt/fdt_loader_cmd.c Modified: head/sys/boot/fdt/fdt_loader_cm

svn commit: r273913 - head/sys/boot/fdt

2014-10-31 Thread Andrew Turner
Author: andrew Date: Fri Oct 31 18:20:39 2014 New Revision: 273913 URL: https://svnweb.freebsd.org/changeset/base/273913 Log: Clean up the types of a few strings to make them const when they are never written to. Modified: head/sys/boot/fdt/fdt_loader_cmd.c Modified: head/sys/boot/fdt/fdt_

svn commit: r273912 - in stable/9/sys: amd64/amd64 arm/arm cddl/contrib/opensolaris/uts/common/fs/zfs cddl/dev/dtrace compat/ndis dev/acpi_support dev/bxe dev/cxgb dev/cxgbe dev/e1000 dev/hatm dev/...

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 18:18:04 2014 New Revision: 273912 URL: https://svnweb.freebsd.org/changeset/base/273912 Log: MFC r228478, r263710, r273377, r273378, r273423, r273455 and r273899: - Reimplement CTASSERT() using _Static_assert(). - De-vnet hash sizes and hash masks. - Fix

svn commit: r273911 - in head: share/man/man9 sys/kern sys/powerpc/powerpc sys/sys

2014-10-31 Thread Konstantin Belousov
Author: kib Date: Fri Oct 31 17:43:21 2014 New Revision: 273911 URL: https://svnweb.freebsd.org/changeset/base/273911 Log: Add type qualifier volatile to the base (userspace) address argument of fuword(9) and suword(9). This makes the functions type-compatible with volatile objects and does

svn commit: r273910 - head/sys/netgraph

2014-10-31 Thread Gleb Smirnoff
Author: glebius Date: Fri Oct 31 16:00:45 2014 New Revision: 273910 URL: https://svnweb.freebsd.org/changeset/base/273910 Log: Use macro ERROUT() to make code more laconic and follow style of other netgraph code. Submitted by: Dmitry Luhtionov Modified: head/sys/netgraph/ng_frame_rela

svn commit: r273909 - head/sys/netinet

2014-10-31 Thread Andrey V. Elsukov
Author: ae Date: Fri Oct 31 15:23:24 2014 New Revision: 273909 URL: https://svnweb.freebsd.org/changeset/base/273909 Log: Remove the check for packets with broadcast source from if_gif's encapcheck. The check was recommened in the draft-ietf-ngtrans-mech-05.txt. But it isn't clear, should

svn commit: r273908 - head/sys/arm/arm

2014-10-31 Thread Kevin Lo
Author: kevlo Date: Fri Oct 31 15:07:51 2014 New Revision: 273908 URL: https://svnweb.freebsd.org/changeset/base/273908 Log: Fix usage of kern_getenv(). Modified: head/sys/arm/arm/machdep.c Modified: head/sys/arm/arm/machdep.c =

Re: svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/m

2014-10-31 Thread Mark R V Murray
> On 31 Oct 2014, at 14:22, Dag-Erling Smørgrav wrote: > > Mark Murray writes: >> Log: >> This is the much-discussed major upgrade to the random(4) device, >> known to you all as /dev/random. > > Much discussed and long-awaited :) Thank you for your hard work and > persistence! Thank you!

Re: svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/m

2014-10-31 Thread Mark R V Murray
> On 31 Oct 2014, at 14:22, Dag-Erling Smørgrav wrote: > > Andrey Chernov writes: >> Mark Murray writes: >>> Deleted: >>> head/etc/rc.d/initrandom >> It should be added to ObsoleteFiles.inc > > Good catch, fixed in r273907. Thanks! M -- Mark R V Murray ___

Re: svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/m

2014-10-31 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav writes: > Must... resist... tentation to make a joke about "imp(partial?)"... Ouch, *temptation. French leaking into my English. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-all@freebsd.org mailing list http://lists.free

svn commit: r273907 - head

2014-10-31 Thread Dag-Erling Smørgrav
== --- head/ObsoleteFiles.inc Fri Oct 31 13:37:47 2014(r273906) +++ head/ObsoleteFiles.inc Fri Oct 31 14:22:26 2014(r273907) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20141031: initrandom obsoleted

Re: svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/m

2014-10-31 Thread Dag-Erling Smørgrav
Andrey Chernov writes: > Mark Murray writes: > > Deleted: > > head/etc/rc.d/initrandom > It should be added to ObsoleteFiles.inc Good catch, fixed in r273907. DES -- Dag-Erling Smørgrav - d...@des.no ___ svn-src-all@freebsd.org mailing list http://

Re: svn commit: r273872 - in head: etc/defaults etc/rc.d libexec/save-entropy share/examples/kld/random_adaptor sys/conf sys/dev/glxsb sys/dev/random sys/kern sys/modules sys/modules/padlock_rng sys/m

2014-10-31 Thread Dag-Erling Smørgrav
Mark Murray writes: > Log: > This is the much-discussed major upgrade to the random(4) device, > known to you all as /dev/random. Much discussed and long-awaited :) Thank you for your hard work and persistence! > Reviewed by:trasz,des(partial),imp(partial?),rwatson(partial?) Must

svn commit: r273906 - head/sbin/route

2014-10-31 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Oct 31 13:37:47 2014 New Revision: 273906 URL: https://svnweb.freebsd.org/changeset/base/273906 Log: Print human-readable error for "route not found" case. Submitted by: vsevolod (initial version) MFC after:2 weeks Sponsored by: Yandex LLC Modified: hea

svn commit: r273904 - head/sys/netipsec

2014-10-31 Thread Andrey V. Elsukov
Author: ae Date: Fri Oct 31 12:19:22 2014 New Revision: 273904 URL: https://svnweb.freebsd.org/changeset/base/273904 Log: Use in_localip() instead of handmade implementation. MFC after:1 week Sponsored by: Yandex LLC Modified: head/sys/netipsec/key.c Modified: head/sys/netipsec/ke

svn commit: r273903 - head/sys/netinet

2014-10-31 Thread Andrey V. Elsukov
Author: ae Date: Fri Oct 31 11:40:49 2014 New Revision: 273903 URL: https://svnweb.freebsd.org/changeset/base/273903 Log: Fix typo. Modified: head/sys/netinet/tcp_syncache.c Modified: head/sys/netinet/tcp_syncache.c

svn commit: r273902 - head/sys/modules/drm2/drm2

2014-10-31 Thread Tijl Coosemans
Author: tijl Date: Fri Oct 31 10:45:34 2014 New Revision: 273902 URL: https://svnweb.freebsd.org/changeset/base/273902 Log: Build ttm_agp_backend.c. Reported by: dumbbell MFC after:1 month Modified: head/sys/modules/drm2/drm2/Makefile Modified: head/sys/modules/drm2/drm2/Makefile

svn commit: r273901 - head/sys/kern

2014-10-31 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 31 10:35:01 2014 New Revision: 273901 URL: https://svnweb.freebsd.org/changeset/base/273901 Log: filedesc: drop retval argument from do_dup It was almost always td_retval anyway. For the one case where it is not, preserve the old value across the call. Modifi

svn commit: r273899 - head/sys/sys

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 10:18:58 2014 New Revision: 273899 URL: https://svnweb.freebsd.org/changeset/base/273899 Log: Only put one CTASSERT() inside each macro to avoid compile issues. The problem is that the __LINE__ macro is constant inside a macro and results in identical assert

svn commit: r273898 - stable/10/sys/dev/usb/wlan

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 10:07:56 2014 New Revision: 273898 URL: https://svnweb.freebsd.org/changeset/base/273898 Log: MFC 258028: Unbreak build of RSU module. Use the real product name for Edimax rsu(4) id. Modified: stable/10/sys/dev/usb/wlan/if_rsu.c Directory Properties: st

svn commit: r273897 - head/sys/kern

2014-10-31 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 31 09:56:00 2014 New Revision: 273897 URL: https://svnweb.freebsd.org/changeset/base/273897 Log: filedesc: fix missed comments about fdsetugidsafety While here just note that both fdsetugidsafety and fdcheckstd take sleepable locks. Modified: head/sys/kern/ker

Re: svn commit: r273861 - head/sbin/mount_nfs

2014-10-31 Thread Edward Tomasz Napierala
On 1030T1847, Sergey Kandaurov wrote: > On 30 October 2014 17:05, Edward Tomasz Napierala wrote: > > Author: trasz > > Date: Thu Oct 30 14:05:48 2014 > > New Revision: 273861 > > URL: https://svnweb.freebsd.org/changeset/base/273861 > > > > Log: > > Remove two functions unused after r273848. Wo

svn commit: r273896 - head/sbin/mount_nfs

2014-10-31 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Oct 31 09:51:54 2014 New Revision: 273896 URL: https://svnweb.freebsd.org/changeset/base/273896 Log: Build mount_nfs(8) with WARNS=6. Reviewed by: rmacklem@ MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/mount_nfs/Makefile he

svn commit: r273895 - head/sys/kern

2014-10-31 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 31 09:25:28 2014 New Revision: 273895 URL: https://svnweb.freebsd.org/changeset/base/273895 Log: filedesc: make fdinit return with source filedesc locked and new one sized appropriately Assert FILEDESC_XLOCK_ASSERT only for already used tables in fdgrowtable. W

svn commit: r273894 - head/sys/kern

2014-10-31 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 31 09:19:46 2014 New Revision: 273894 URL: https://svnweb.freebsd.org/changeset/base/273894 Log: filedesc: iterate over fd table only once in fdcopy While here add 'fdused_init' which does not perform unnecessary work. Drop FILEDESC_LOCK_ASSERT from fdisused a

svn commit: r273893 - head/sys/kern

2014-10-31 Thread Mateusz Guzik
Author: mjg Date: Fri Oct 31 09:15:59 2014 New Revision: 273893 URL: https://svnweb.freebsd.org/changeset/base/273893 Log: filedesc: tidy up fdfree Implement fdefree_last variant and get rid of 'last' parameter. No functional changes. Modified: head/sys/kern/kern_descrip.c Modified

svn commit: r273892 - in stable/9/sys/dev/usb: . serial

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 08:14:13 2014 New Revision: 273892 URL: https://svnweb.freebsd.org/changeset/base/273892 Log: MFC r264801, r264802, r264934, r273181, r273216 and r273252: Add more USB IDs. Modified: stable/9/sys/dev/usb/serial/u3g.c stable/9/sys/dev/usb/serial/uftdi.c

svn commit: r273891 - in stable/9/sys/dev/usb: . quirk serial

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 08:12:04 2014 New Revision: 273891 URL: https://svnweb.freebsd.org/changeset/base/273891 Log: MFC r269575, r269576 and r269578: - Add a second Huawei SCSI eject command as USB mode switch config files sometimes use one or the other. Maybe newer Huawei modems

svn commit: r273890 - stable/9/sys/dev/usb

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 08:10:26 2014 New Revision: 273890 URL: https://svnweb.freebsd.org/changeset/base/273890 Log: MFC r250986: Fix some statical clang analyzer warnings. Modified: stable/9/sys/dev/usb/usb_device.c stable/9/sys/dev/usb/usb_hub.c stable/9/sys/dev/usb/usb_msc

svn commit: r273889 - stable/9/sys/dev/usb

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 08:06:21 2014 New Revision: 273889 URL: https://svnweb.freebsd.org/changeset/base/273889 Log: MFC r246360: Fix some nits. Modified: stable/9/sys/dev/usb/usb_dynamic.c stable/9/sys/dev/usb/usb_msctest.c stable/9/sys/dev/usb/usb_process.c stable/9/sys/d

svn commit: r273888 - stable/9/sys/dev/usb/serial

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 08:00:22 2014 New Revision: 273888 URL: https://svnweb.freebsd.org/changeset/base/273888 Log: MFC r264923: Remove device type from the uftdi_devs table, enhance the jtag-skip feature. Modified: stable/9/sys/dev/usb/serial/uftdi.c stable/9/sys/dev/usb/seri

svn commit: r273887 - in stable/9/sys/dev/usb: controller serial wlan

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 07:59:07 2014 New Revision: 273887 URL: https://svnweb.freebsd.org/changeset/base/273887 Log: MFC r269569: Remove unused defines. Fix some device_printf's that were missing '\n' at the end or had spelling errors. PR: 145319 Modified: stab

svn commit: r273886 - in stable/10/sys/dev/usb: . serial

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 07:55:42 2014 New Revision: 273886 URL: https://svnweb.freebsd.org/changeset/base/273886 Log: MFC r264801, r264802, r264934, r273181, r273216 and r273252: Add more USB IDs. Modified: stable/10/sys/dev/usb/serial/u3g.c stable/10/sys/dev/usb/serial/uftdi.c

svn commit: r273885 - in stable/10/sys/dev/usb: . quirk serial

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 07:51:05 2014 New Revision: 273885 URL: https://svnweb.freebsd.org/changeset/base/273885 Log: MFC r269575, r269576 and r269578: - Add a second Huawei SCSI eject command as USB mode switch config files sometimes use one or the other. Maybe newer Huawei modems

svn commit: r273884 - stable/10/sys/dev/usb/serial

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 07:41:28 2014 New Revision: 273884 URL: https://svnweb.freebsd.org/changeset/base/273884 Log: MFC r264923: Remove device type from the uftdi_devs table, enhance the jtag-skip feature. Modified: stable/10/sys/dev/usb/serial/uftdi.c stable/10/sys/dev/usb/se

svn commit: r273883 - in stable/10/sys/dev/usb: controller serial wlan

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 07:38:49 2014 New Revision: 273883 URL: https://svnweb.freebsd.org/changeset/base/273883 Log: MFC r269569: Remove unused defines. Fix some device_printf's that were missing '\n' at the end or had spelling errors. PR: 145319 Modified: stab

svn commit: r273882 - in stable/10: share/man/man4 sys/conf sys/dev/usb sys/dev/usb/misc sys/dev/usb/quirk sys/modules/usb sys/modules/usb/uled

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 07:33:56 2014 New Revision: 273882 URL: https://svnweb.freebsd.org/changeset/base/273882 Log: MFC r271159, r271168 and r271680: Add USB LED driver for the Dream Cheeky WebMail Notifier. Added: stable/10/share/man/man4/uled.4 - copied unchanged from r27

svn commit: r273881 - stable/9/sys/ofed/drivers/net/mlx4

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 07:18:27 2014 New Revision: 273881 URL: https://svnweb.freebsd.org/changeset/base/273881 Log: MFC r273593: Update the network interface baudrate integer according to the actual line rate. Sponsored by: Mellanox Technologies Modified: stable/9/sys/

svn commit: r273880 - stable/10/sys/ofed/drivers/net/mlx4

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 07:08:32 2014 New Revision: 273880 URL: https://svnweb.freebsd.org/changeset/base/273880 Log: MFC r273867: Fix compile warning by removing unused variable. Sponsored by: Mellanox Technologies Modified: stable/10/sys/ofed/drivers/net/mlx4/mcg.c Director

svn commit: r273879 - stable/10/sys/ofed/drivers/net/mlx4

2014-10-31 Thread Hans Petter Selasky
Author: hselasky Date: Fri Oct 31 07:04:25 2014 New Revision: 273879 URL: https://svnweb.freebsd.org/changeset/base/273879 Log: MFC r273593: Update the network interface baudrate integer according to the actual line rate. Sponsored by: Mellanox Technologies Modified: stable/10/sys