Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net add entries for AOE and FCOE.
details: https://anonhg.NetBSD.org/src/rev/6245cfd314b3
branches: trunk
changeset: 781700:6245cfd314b3
user: chs <chs%NetBSD.org@localhost>
date: Sun Sep 23 01:14:19 2012 +0000
description:
add entries for AOE and FCOE.
diffstat:
sys/net/ethertypes.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7955792b4159 -r 6245cfd314b3 sys/net/ethertypes.h
--- a/sys/net/ethertypes.h Sun Sep 23 01:13:52 2012 +0000
+++ b/sys/net/ethertypes.h Sun Sep 23 01:14:19 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ethertypes.h,v 1.17 2005/12/10 23:21:38 elad Exp $ */
+/* $NetBSD: ethertypes.h,v 1.18 2012/09/23 01:14:19 chs Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@@ -298,6 +298,8 @@
#define ETHERTYPE_PPPOE 0x8864 /* PPP Over Ethernet Session Stage */
#define ETHERTYPE_LANPROBE 0x8888 /* HP LanProbe test? */
#define ETHERTYPE_PAE 0x888e /* EAPOL PAE/802.1x */
+#define ETHERTYPE_AOE 0x88a2 /* ATA over Ethernet */
+#define ETHERTYPE_FCOE 0x8906 /* Fibre Channel over Ethernet */
#define ETHERTYPE_LOOPBACK 0x9000 /* Loopback */
#define ETHERTYPE_LBACK ETHERTYPE_LOOPBACK /* DEC MOP loopback */
#define ETHERTYPE_XNSSM 0x9001 /* 3Com (Formerly Bridge Communications), XNS Systems Management */
Home |
Main Index |
Thread Index |
Old Index