Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Add ARP hardware type for IEEE 1394 (FireWire)
details: https://anonhg.NetBSD.org/src/rev/b5e36ca23182
branches: trunk
changeset: 472809:b5e36ca23182
user: matt <matt%NetBSD.org@localhost>
date: Sat May 08 01:42:24 1999 +0000
description:
Add ARP hardware type for IEEE 1394 (FireWire)
diffstat:
sys/net/if_arp.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0e32c780162a -r b5e36ca23182 sys/net/if_arp.h
--- a/sys/net/if_arp.h Sat May 08 01:23:01 1999 +0000
+++ b/sys/net/if_arp.h Sat May 08 01:42:24 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_arp.h,v 1.18 1999/03/22 22:28:40 bad Exp $ */
+/* $NetBSD: if_arp.h,v 1.19 1999/05/08 01:42:24 matt Exp $ */
/*
* Copyright (c) 1986, 1993
@@ -54,6 +54,7 @@
#define ARPHRD_ARCNET 7 /* ethernet hardware format */
#define ARPHRD_FRELAY 15 /* frame relay hardware format */
#define ARPHRD_STRIP 23 /* Ricochet Starmode Radio hardware format */
+#define ARPHRD_IEEE1394 24 /* IEEE 1394 (FireWire) hardware format */
u_int16_t ar_pro; /* format of protocol address */
u_int8_t ar_hln; /* length of hardware address */
u_int8_t ar_pln; /* length of protocol address */
Home |
Main Index |
Thread Index |
Old Index