svn commit: r284706 - stable/10/sys/dev/ixl

Andrew Gallatin gallatin at cs.duke.edu
Tue Jun 23 22:33:18 UTC 2015


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


More information about the svn-src-all mailing list