summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_sr.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-10-21 09:06:11 +0000
committerjulian <julian@FreeBSD.org>1999-10-21 09:06:11 +0000
commitc5c63975d538cf48ceb99ba48c341293676d15c0 (patch)
tree722c03ee4d750dd89ed43b028c35302fbfd03bfd /sys/i386/isa/if_sr.h
parent028ec91c46f181b4be2318c3bba8d194b5583f87 (diff)
downloadFreeBSD-src-c5c63975d538cf48ceb99ba48c341293676d15c0.zip
FreeBSD-src-c5c63975d538cf48ceb99ba48c341293676d15c0.tar.gz
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
Been in production for 3 years now. Gives Instant Frame relay to if_sr and if_ar drivers, and PPPOE support soon. See: ftp://ftp.whistle.com/pub/archie/netgraph/index.html for on-line manual pages. Reviewed by: Doug Rabson (dfr@freebsd.org) Obtained from: Whistle CVS tree
Diffstat (limited to 'sys/i386/isa/if_sr.h')
-rw-r--r--sys/i386/isa/if_sr.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys/i386/isa/if_sr.h b/sys/i386/isa/if_sr.h
new file mode 100644
index 0000000..d01a2cb
--- /dev/null
+++ b/sys/i386/isa/if_sr.h
@@ -0,0 +1,23 @@
+/*
+ * if_sr.h
+ *
+ * Copyright (C) 1997-1999 Whistle Communications Inc.
+ * All rights reserved.
+ *
+ * $FreeBSD$
+ */
+
+#ifndef _I386_ISA_IF_SR_H_
+#define _I386_ISA_IF_SR_H_
+
+/* Node type name and type cookie */
+#define NG_SR_NODE_TYPE "sync_sr"
+#define NG_SR_COOKIE 860552148
+
+/* Netgraph hooks */
+#define NG_SR_HOOK_DEBUG "debug"
+#define NG_SR_HOOK_CONTROL "control"
+#define NG_SR_HOOK_RAW "rawdata"
+
+#endif /* _I386_ISA_IF_SR_H_ */
+
OpenPOWER on IntegriCloud