aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ar/if_ar.c
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-01-21 01:39:40 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-01-21 01:39:40 +0000
commit22b6e04be8f4ccc66ad868d2fd5a778ff4bf2d60 (patch)
tree5249c9bddc9b4f5fe778e37d4d7b395358c45b70 /sys/dev/ar/if_ar.c
parent06b47306d13051320c360f68f8729ac8b6ec0754 (diff)
Notes
Diffstat (limited to 'sys/dev/ar/if_ar.c')
-rw-r--r--sys/dev/ar/if_ar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c
index 49038493c658..6f9122c22482 100644
--- a/sys/dev/ar/if_ar.c
+++ b/sys/dev/ar/if_ar.c
@@ -2169,11 +2169,10 @@ ngar_constructor(node_p *nodep)
/*
* give our ok for a hook to be added...
* If we are not running this should kick the device into life.
- * We allow hooks called "control" and dlci[1-1023]
* The hook's private info points to our stash of info about that
* channel.
*/
-static int
+static int
ngar_newhook(node_p node, hook_p hook, const char *name)
{
struct ar_softc * sc = node->private;