diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-09-06 17:02:29 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-09-06 17:02:29 +0000 |
commit | 7b3d4c8729c1e1340aafe9dbec1ef2189bae76df (patch) | |
tree | 54f167bb4788a34018b32e5f21b532d2eba11a4b /sys/netatalk | |
parent | 5ccfdeb4e4334a93312571a6568811292286ea4f (diff) | |
download | FreeBSD-src-7b3d4c8729c1e1340aafe9dbec1ef2189bae76df.zip FreeBSD-src-7b3d4c8729c1e1340aafe9dbec1ef2189bae76df.tar.gz |
Add more ethernet types and move AppleTalk types into proper location.
Obtained from: NetBSD (syssrc/sys/net/ethertypes.h, rev.1.13)
Diffstat (limited to 'sys/netatalk')
-rw-r--r-- | sys/netatalk/at.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/netatalk/at.h b/sys/netatalk/at.h index 11504f0..93e91da 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 /* |