bit rates over 2G won't fit in an int, so use uint64_ts instead
authorjmatthew <jmatthew@openbsd.org>
Mon, 10 Sep 2018 04:52:23 +0000 (04:52 +0000)
committerjmatthew <jmatthew@openbsd.org>
Mon, 10 Sep 2018 04:52:23 +0000 (04:52 +0000)
commit0f734ffc7b0aadd3d0f790fc45f6695e7f947dad
treeb4f420d1802dbeff5a92d69e14b1d16f20be2d1c
parent992096868a823a7c114bd06fdc04d53751133290
bit rates over 2G won't fit in an int, so use uint64_ts instead
sys/dev/pci/if_bnxt.c