diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-01-21 01:39:40 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-01-21 01:39:40 +0000 |
| commit | 22b6e04be8f4ccc66ad868d2fd5a778ff4bf2d60 (patch) | |
| tree | 5249c9bddc9b4f5fe778e37d4d7b395358c45b70 /sys/dev/ar | |
| parent | 06b47306d13051320c360f68f8729ac8b6ec0754 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ar')
| -rw-r--r-- | sys/dev/ar/if_ar.c | 3 | ||||
| -rw-r--r-- | sys/dev/ar/if_ar.h | 1 | ||||
| -rw-r--r-- | sys/dev/ar/if_ar_isa.c | 3 |
3 files changed, 2 insertions, 5 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; diff --git a/sys/dev/ar/if_ar.h b/sys/dev/ar/if_ar.h index a40ccb9dd276..77bd5bc54261 100644 --- a/sys/dev/ar/if_ar.h +++ b/sys/dev/ar/if_ar.h @@ -16,7 +16,6 @@ /* Netgraph hooks */ #define NG_AR_HOOK_DEBUG "debug" -#define NG_AR_HOOK_CONTROL "control" #define NG_AR_HOOK_RAW "rawdata" #endif /* _I386_ISA_IF_AR_H_ */ diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c index 49038493c658..6f9122c22482 100644 --- a/sys/dev/ar/if_ar_isa.c +++ b/sys/dev/ar/if_ar_isa.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; |
