summaryrefslogtreecommitdiffstats
path: root/sys/dev/cp/ng_cp.h
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2004-05-05 16:11:45 +0000
committerrik <rik@FreeBSD.org>2004-05-05 16:11:45 +0000
commit64d28cde3b98a1afec06c11c02c920f57612046e (patch)
tree26933727628399b9ea155e49e7784d577dbe4ae3 /sys/dev/cp/ng_cp.h
parentf083d4582071fd10cac285f8bfcbd2d75cd87d3d (diff)
downloadFreeBSD-src-64d28cde3b98a1afec06c11c02c920f57612046e.zip
FreeBSD-src-64d28cde3b98a1afec06c11c02c920f57612046e.tar.gz
Add support for Cronyx Tau-PCI adapters.
Note: cpddk.c is in obfuscated form (discussed with core@). As always, driver will be connected to the build a bit later after some extra testings.
Diffstat (limited to 'sys/dev/cp/ng_cp.h')
-rw-r--r--sys/dev/cp/ng_cp.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/sys/dev/cp/ng_cp.h b/sys/dev/cp/ng_cp.h
new file mode 100644
index 0000000..0dd6561
--- /dev/null
+++ b/sys/dev/cp/ng_cp.h
@@ -0,0 +1,31 @@
+/*
+ * Defines for Cronyx-Tau-PCI adapter driver.
+ *
+ * Copyright (C) 1999-2004 Cronyx Engineering.
+ * Author: Kurakin Roman, <rik@cronyx.ru>
+ *
+ * This software is distributed with NO WARRANTIES, not even the implied
+ * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * Authors grant any other persons or organisations a permission to use,
+ * modify and redistribute this software in source and binary forms,
+ * as long as this message is kept with the software, all derivative
+ * works or modified versions.
+ *
+ * $Cronyx: ng_cp.h,v 1.1.2.4 2004/01/27 14:39:11 rik Exp $
+ * $FreeBSD$
+ */
+
+#ifdef NETGRAPH
+
+#ifndef _CP_NETGRAPH_H_
+#define _CP_NETGRAPH_H_
+
+#define NG_CP_NODE_TYPE "cp"
+#define NGM_CP_COOKIE 941049562
+#define NG_CP_HOOK_RAW "rawdata"
+#define NG_CP_HOOK_DEBUG "debug"
+
+#endif /* _CP_NETGRAPH_H_ */
+
+#endif /* NETGRAPH */
OpenPOWER on IntegriCloud