summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr_isa.c
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-01-21 01:39:40 +0000
committerarchie <archie@FreeBSD.org>2000-01-21 01:39:40 +0000
commit5d28703a16845f196795b2dda223c9b4cc87756b (patch)
tree3a766e955e78e51af5190eac0f4d4b3b80fec7b0 /sys/dev/sr/if_sr_isa.c
parenta29610fe9a9a062d76bd0f17dd006ce6997c60c4 (diff)
downloadFreeBSD-src-5d28703a16845f196795b2dda223c9b4cc87756b.zip
FreeBSD-src-5d28703a16845f196795b2dda223c9b4cc87756b.tar.gz
Remove definition of the unimplemented "control" hook.
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 e9b0d08..c1348e3 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;
OpenPOWER on IntegriCloud