aboutsummaryrefslogtreecommitdiff
path: root/sys/netatalk
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-09-06 17:02:29 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-09-06 17:02:29 +0000
commitd04c7d51beecbd438d9d0a9fd7e770a73fc930dc (patch)
tree54f167bb4788a34018b32e5f21b532d2eba11a4b /sys/netatalk
parentd3b9beba04362fbdb20d240d3cdc52b768892d64 (diff)
downloadsrc-d04c7d51beecbd438d9d0a9fd7e770a73fc930dc.tar.gz
src-d04c7d51beecbd438d9d0a9fd7e770a73fc930dc.zip
Add more ethernet types and move AppleTalk types into proper location.
Obtained from: NetBSD (syssrc/sys/net/ethertypes.h, rev.1.13)
Notes
Notes: svn path=/head/; revision=103024
Diffstat (limited to 'sys/netatalk')
-rw-r--r--sys/netatalk/at.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/netatalk/at.h b/sys/netatalk/at.h
index 11504f06d35a..93e91da54820 100644
--- a/sys/netatalk/at.h
+++ b/sys/netatalk/at.h
@@ -19,6 +19,8 @@
* Ann Arbor, Michigan
* +1-313-763-0525
* netatalk@itd.umich.edu
+ *
+ * $FreeBSD$
*/
#ifndef __AT_HEADER__
@@ -29,14 +31,6 @@
#define ATPROTO_DDP 0
#define ATPROTO_AARP 254
-/*
- * Ethernet types, for DIX.
- * These should really be in some global header file, but we can't
- * count on them being there, and it's annoying to patch system files.
- */
-#define ETHERTYPE_AT 0x809B /* AppleTalk protocol */
-#define ETHERTYPE_AARP 0x80F3 /* AppleTalk ARP */
-
#define DDP_MAXSZ 587
/*