summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/ethernet.h
diff options
context:
space:
mode:
authorZhong Wang <Zhong.Wang@Sun.COM>2009-03-19 03:03:46 +0800
committerZhong Wang <Zhong.Wang@Sun.COM>2009-03-19 03:03:46 +0800
commit2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41 (patch)
tree5ef9c65f09194743324b20261093e076d4eeea6b /usr/src/uts/common/sys/ethernet.h
parentbfe6f8f50e1ad7cfc72f4665989dc9e25e82e872 (diff)
downloadillumos-joyent-2a8164df8a5f42c8a00f10c67d7bc84f80ae9c41.tar.gz
PSARC/2008/310 FCoE (Fibre Channel over Ethernet) Target
6701027 Need FCoE target for Solaris 6812750 Change in stmf/fct/stmf_sbd needed for support FCoE
Diffstat (limited to 'usr/src/uts/common/sys/ethernet.h')
-rw-r--r--usr/src/uts/common/sys/ethernet.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/ethernet.h b/usr/src/uts/common/sys/ethernet.h
index 97531e917c..eb1b686540 100644
--- a/usr/src/uts/common/sys/ethernet.h
+++ b/usr/src/uts/common/sys/ethernet.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -30,8 +30,6 @@
#ifndef _SYS_ETHERNET_H
#define _SYS_ETHERNET_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -94,6 +92,7 @@ struct ether_vlan_extinfo {
#define ETHERTYPE_PPPOES (0x8864) /* PPPoE Session Stage */
#define ETHERTYPE_EAPOL (0x888e) /* EAPOL protocol */
#define ETHERTYPE_RSN_PREAUTH (0x88c7) /* RSN PRE-Authentication */
+#define ETHERTYPE_FCOE (0x8906) /* FCoE */
#define ETHERTYPE_MAX (0xffff) /* Max valid ethernet type */
/*