aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sr/if_sr_isa.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/sr/if_sr_isa.c
parent06b47306d13051320c360f68f8729ac8b6ec0754 (diff)
Notes
Diffstat (limited to 'sys/dev/sr/if_sr_isa.c')
-rw-r--r--sys/dev/sr/if_sr_isa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c
index e9b0d087b834d..c1348e3a3a9ef 100644
--- a/sys/dev/sr/if_sr_isa.c
+++ b/sys/dev/sr/if_sr_isa.c
@@ -3329,11 +3329,10 @@ ngsr_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
ngsr_newhook(node_p node, hook_p hook, const char *name)
{
struct sr_softc * sc = node->private;