diff options
-rw-r--r-- | usr/src/cmd/mdb/common/modules/mac/mac.c | 2 | ||||
-rw-r--r-- | usr/src/grub/grub-0.97/netboot/pcnet32.c | 2 | ||||
-rw-r--r-- | usr/src/lib/libdladm/common/libdladm.c | 10 | ||||
-rw-r--r-- | usr/src/man/man7d/bge.7d | 10 | ||||
-rw-r--r-- | usr/src/man/man7d/eri.7d | 2 | ||||
-rw-r--r-- | usr/src/man/man7d/hme.7d | 2 | ||||
-rw-r--r-- | usr/src/man/man7d/igb.7d | 6 | ||||
-rw-r--r-- | usr/src/man/man7d/nxge.7d | 4 | ||||
-rw-r--r-- | usr/src/man/man7d/pcn.7d | 4 | ||||
-rw-r--r-- | usr/src/man/man7d/vr.7d | 8 |
10 files changed, 25 insertions, 25 deletions
diff --git a/usr/src/cmd/mdb/common/modules/mac/mac.c b/usr/src/cmd/mdb/common/modules/mac/mac.c index 268d92ac2d..29fe51870d 100644 --- a/usr/src/cmd/mdb/common/modules/mac/mac.c +++ b/usr/src/cmd/mdb/common/modules/mac/mac.c @@ -107,7 +107,7 @@ mac_flow_priority2str(mac_priority_level_t prio) } /* - * Convert bandwidth in bps to a string in mpbs. + * Convert bandwidth in bps to a string in Mbps. */ static char * mac_flow_bw2str(uint64_t bw, char *buf, ssize_t len) diff --git a/usr/src/grub/grub-0.97/netboot/pcnet32.c b/usr/src/grub/grub-0.97/netboot/pcnet32.c index f7bd1f6d10..c7beb14012 100644 --- a/usr/src/grub/grub-0.97/netboot/pcnet32.c +++ b/usr/src/grub/grub-0.97/netboot/pcnet32.c @@ -479,7 +479,7 @@ static void pcnet32_reset(struct nic *nic) lp->a.write_csr(ioaddr, 124, val); if (lp->mii && !(lp->options & PCNET32_PORT_ASEL)) { - val = lp->a.read_bcr(ioaddr, 32) & ~0x38; /* disable Auto Negotiation, set 10Mpbs, HD */ + val = lp->a.read_bcr(ioaddr, 32) & ~0x38; /* disable Auto Negotiation, set 10Mbps, HD */ if (lp->options & PCNET32_PORT_FD) val |= 0x10; if (lp->options & PCNET32_PORT_100) diff --git a/usr/src/lib/libdladm/common/libdladm.c b/usr/src/lib/libdladm/common/libdladm.c index 7ecb54ab54..e0150d6529 100644 --- a/usr/src/lib/libdladm/common/libdladm.c +++ b/usr/src/lib/libdladm/common/libdladm.c @@ -535,10 +535,10 @@ dladm_str2bw(char *oarg, uint64_t *bw) } /* - * Convert bandwidth in bps to a string in mpbs. For values greater - * than 1mbps or 1000000, print a whole mbps value. For values that - * have fractional Mbps in whole Kbps , print the bandwidth in a manner - * simlilar to a floating point format. + * Convert bandwidth in bps to a string in Mbps. For values greater + * than 1Mbps or 1000000, print a whole Mbps value. For values that + * have fractional Mbps in whole Kbps, print the bandwidth in a manner + * similar to a floating point format. * * bps string * 0 0 @@ -1069,7 +1069,7 @@ fail: /* * Convert an array of strings (which can be ranges or individual * elements) into a single mac_propval_range_t structure which - * allocated here but should be freed by the caller. + * is allocated here but should be freed by the caller. */ dladm_status_t dladm_strs2range(char **prop_val, uint_t val_cnt, diff --git a/usr/src/man/man7d/bge.7d b/usr/src/man/man7d/bge.7d index 055831aa51..d9be2c667f 100644 --- a/usr/src/man/man7d/bge.7d +++ b/usr/src/man/man7d/bge.7d @@ -181,11 +181,11 @@ selected by the first non-zero parameter in priority order as listed below: .nf (highest priority/greatest throughput) en_1000fdx_cap 1000Mbps full duplex - en_1000hdx_cap 1000Mpbs half duplex - en_100fdx_cap 100Mpbs full duplex - en_100hdx_cap 100Mpbs half duplex - en_10fdx_cap 10Mpbs full duplex - en_10hdx_cap 10Mpbs half duplex + en_1000hdx_cap 1000Mbps half duplex + en_100fdx_cap 100Mbps full duplex + en_100hdx_cap 100Mbps half duplex + en_10fdx_cap 10Mbps full duplex + en_10hdx_cap 10Mbps half duplex (lowest priority/least throughput) .fi .in -2 diff --git a/usr/src/man/man7d/eri.7d b/usr/src/man/man7d/eri.7d index 7ac04e3112..58b5b9aa35 100644 --- a/usr/src/man/man7d/eri.7d +++ b/usr/src/man/man7d/eri.7d @@ -298,7 +298,7 @@ mode of the link and the common mode of operation with the link partner. For users who want to select the speed and mode of the link, the \fBeri\fR device supports programmable \fBIPG\fR (Inter-Packet Gap) parameters \fBipg1\fR and \fBipg2\fR. Sometimes, the user may want to alter these values depending -on whether the driver supports 10 Mbps or 100 Mpbs and accordingly, \fBIPG\fR +on whether the driver supports 10 Mbps or 100 Mbps and accordingly, \fBIPG\fR will be set to 9.6 or 0.96 microseconds. .SS "eri Parameter List" .sp diff --git a/usr/src/man/man7d/hme.7d b/usr/src/man/man7d/hme.7d index 94465348d6..79944244a2 100644 --- a/usr/src/man/man7d/hme.7d +++ b/usr/src/man/man7d/hme.7d @@ -337,7 +337,7 @@ Sometimes, the user may want to select the speed and mode of the link. The parameters \fBipg1\fR and \fBipg2\fR. By default, the driver sets \fBipg1\fR to 8 \fBbyte-times\fR and \fBipg2\fR to 4 \fBbyte-times\fR (which are the standard values). Sometimes, the user may want to alter these values depending -on whether the driver supports 10 Mbps or 100 Mpbs and accordingly, \fBIPG\fR +on whether the driver supports 10 Mbps or 100 Mbps and accordingly, \fBIPG\fR will be set to 9.6 or 0.96 microseconds. .SS "hme Parameter List" .sp diff --git a/usr/src/man/man7d/igb.7d b/usr/src/man/man7d/igb.7d index 9eaab07a06..81a0e0dfac 100644 --- a/usr/src/man/man7d/igb.7d +++ b/usr/src/man/man7d/igb.7d @@ -140,10 +140,10 @@ parameter in priority order as shown below: .nf (highest priority/greatest throughput) adv_1000fdx_cap 1000Mbps full duplex - adv_100fdx_cap 100Mpbs full duplex + adv_100fdx_cap 100Mbps full duplex adv_100hdx_cap 100Mbps half duplex - adv_10fdx_cap 10Mpbs full duplex - adv_10hdx_cap 10Mpbs half duplex + adv_10fdx_cap 10Mbps full duplex + adv_10hdx_cap 10Mbps half duplex (lowest priority/least throughput) .fi .in -2 diff --git a/usr/src/man/man7d/nxge.7d b/usr/src/man/man7d/nxge.7d index 10f2a26337..b940e85cae 100644 --- a/usr/src/man/man7d/nxge.7d +++ b/usr/src/man/man7d/nxge.7d @@ -147,8 +147,8 @@ shown below: .nf (highest priority/greatest throughput) en_1000fdx_cap 1000Mbps full duplex - en_100fdx_cap 100Mpbs full duplex - en_10fdx_cap 10Mpbs full duplex + en_100fdx_cap 100Mbps full duplex + en_10fdx_cap 10Mbps full duplex (lowest priority/least throughput) .fi .in -2 diff --git a/usr/src/man/man7d/pcn.7d b/usr/src/man/man7d/pcn.7d index a09a1835b8..2ae5d00638 100644 --- a/usr/src/man/man7d/pcn.7d +++ b/usr/src/man/man7d/pcn.7d @@ -112,8 +112,8 @@ parameter in priority order as shown below: .in +2 .nf (highest priority/greatest throughput) - en_100fdx_cap 100Mpbs full duplex - en_10fdx_cap 10Mpbs full duplex + en_100fdx_cap 100Mbps full duplex + en_10fdx_cap 10Mbps full duplex (lowest priority/least throughput) .fi .in -2 diff --git a/usr/src/man/man7d/vr.7d b/usr/src/man/man7d/vr.7d index 94fa6228c9..b6f98c46a1 100644 --- a/usr/src/man/man7d/vr.7d +++ b/usr/src/man/man7d/vr.7d @@ -46,10 +46,10 @@ combination from the first non-zero parameter from this list: .sp .in +2 .nf -en_100fdx_cap 100Mpbs full duplex -en_100hdx_cap 100Mpbs half duplex -en_10fdx_cap 10Mpbs full duplex -en_10hdx_cap 10Mpbs half duplex +en_100fdx_cap 100Mbps full duplex +en_100hdx_cap 100Mbps half duplex +en_10fdx_cap 10Mbps full duplex +en_10hdx_cap 10Mbps half duplex .fi .in -2 .sp |