diff options
author | Robert Mustacchi <rm@fingolfin.org> | 2020-03-26 19:17:40 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2020-04-21 23:18:02 -0700 |
commit | a2876d03ca2556102e024ae4a50bb4db8fe562b0 (patch) | |
tree | 82ce1b9b25705b9b472729842cd766a05097c10e /usr/src/uts/common/io/bge/bge_impl.h | |
parent | 85f496fabdffd32673f6be280a3caa103f7d58a5 (diff) | |
download | illumos-gate-a2876d03ca2556102e024ae4a50bb4db8fe562b0.tar.gz |
12450 Add support for BCM57765 family devices to bge
Reviewed by: Paul Winder <paul@winders.demon.co.uk>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/common/io/bge/bge_impl.h')
-rw-r--r-- | usr/src/uts/common/io/bge/bge_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/bge/bge_impl.h b/usr/src/uts/common/io/bge/bge_impl.h index 848f039359..37a927fce5 100644 --- a/usr/src/uts/common/io/bge/bge_impl.h +++ b/usr/src/uts/common/io/bge/bge_impl.h @@ -794,8 +794,8 @@ typedef struct bge { /* * For the BCM5705/5788/5721/5751/5752/5714 and 5715, * the statistic block is not available,the statistic counter must - * be gotten from statistic registers.And bge_statistics_reg_t record - * the statistic registers value + * be gotten from statistic registers. And bge_statistics_reg_t record + * the statistic registers value. */ bge_statistics_reg_t *pstats; |