Date: Tue, 23 Jun 2015 15:33:07 -0700 From: Andrew Gallatin <gallatin@cs.duke.edu> To: John Baldwin <jhb@FreeBSD.org>, Andrew Gallatin <gallatin@FreeBSD.org> Cc: "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-stable@freebsd.org" <svn-src-stable@freebsd.org>, "svn-src-stable-10@freebsd.org" <svn-src-stable-10@freebsd.org> Subject: Re: svn commit: r284706 - stable/10/sys/dev/ixl Message-ID: <5589DEA3.4070600@cs.duke.edu> In-Reply-To: <31922418-6DDC-4AA5-BF92-5E1C9075D00F@FreeBSD.org> References: <201506221937.t5MJb5wt059430@svn.freebsd.org> <31922418-6DDC-4AA5-BF92-5E1C9075D00F@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/22/15 11:56 PM, John Baldwin wrote: > I think you have to use if_initbaudrate() in 10 (maybe 9 as well?) instead of a direct assignment since if_baudrate is only a long (and thus 32-bit on 32-bit platforms). We use an extra scaling variable in older branches to allow higher baud rates to be represented. > Thanks for pointing that out. I'd forgotten about if_initbaudrate. Should be fixed now. Thanks again! Drew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5589DEA3.4070600>