summaryrefslogtreecommitdiffstats
path: root/sys/net/if_types.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-02-25 15:57:55 +0000
committerdg <dg@FreeBSD.org>1995-02-25 15:57:55 +0000
commit856bb9e15f70bc1b5492320d4ed5922d1468ad26 (patch)
tree1302dae827e6813796846810b0c766281480ecb7 /sys/net/if_types.h
parent48f3d4624b6b9b219012a85f6a6e71fed1f325ce (diff)
downloadFreeBSD-src-856bb9e15f70bc1b5492320d4ed5922d1468ad26.zip
FreeBSD-src-856bb9e15f70bc1b5492320d4ed5922d1468ad26.tar.gz
Fixed comment - IFT_P80 is 80mbit.
Submitted by: frank@fwi.uva.nl (Frank van der Linden)
Diffstat (limited to 'sys/net/if_types.h')
-rw-r--r--sys/net/if_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index cb0dff1..9a57361 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_types.h 8.2 (Berkeley) 4/20/94
- * $Id: if_types.h,v 1.2 1994/08/02 07:46:26 davidg Exp $
+ * $Id: if_types.h,v 1.3 1994/08/21 05:11:43 paul Exp $
*/
#ifndef _NET_IF_TYPES_H_
@@ -55,7 +55,7 @@
#define IFT_ISO88026 0xa /* MAN */
#define IFT_STARLAN 0xb
#define IFT_P10 0xc /* Proteon 10MBit ring */
-#define IFT_P80 0xd /* Proteon 10MBit ring */
+#define IFT_P80 0xd /* Proteon 80MBit ring */
#define IFT_HY 0xe /* Hyperchannel */
#define IFT_FDDI 0xf
#define IFT_LAPB 0x10
OpenPOWER on IntegriCloud