diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-12-01 09:34:14 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-12-01 09:34:14 +0000 |
| commit | 86079f581f9d8af59bf94cf4a4df98107909f0e7 (patch) | |
| tree | cd2907539b395232c00c30e5511e146d5747d460 /sys/dev | |
| parent | d0fef8084f25a00bcb545d63eea63d4d91df0eea (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ar/if_ar.c | 3 | ||||
| -rw-r--r-- | sys/dev/ar/if_ar_isa.c | 3 | ||||
| -rw-r--r-- | sys/dev/sr/if_sr.c | 3 | ||||
| -rw-r--r-- | sys/dev/sr/if_sr_isa.c | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c index 79bfbba29f7f..49038493c658 100644 --- a/sys/dev/ar/if_ar.c +++ b/sys/dev/ar/if_ar.c @@ -276,7 +276,8 @@ static struct ng_type typestruct = { ngar_connect, ngar_rcvdata, ngar_rcvdata, - ngar_disconnect + ngar_disconnect, + NULL }; static int ngar_done_init = 0; diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c index 79bfbba29f7f..49038493c658 100644 --- a/sys/dev/ar/if_ar_isa.c +++ b/sys/dev/ar/if_ar_isa.c @@ -276,7 +276,8 @@ static struct ng_type typestruct = { ngar_connect, ngar_rcvdata, ngar_rcvdata, - ngar_disconnect + ngar_disconnect, + NULL }; static int ngar_done_init = 0; diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c index 66a7dd1d6792..c331e3f55743 100644 --- a/sys/dev/sr/if_sr.c +++ b/sys/dev/sr/if_sr.c @@ -396,7 +396,8 @@ static struct ng_type typestruct = { ngsr_connect, ngsr_rcvdata, ngsr_rcvdata, - ngsr_disconnect + ngsr_disconnect, + NULL }; static int ngsr_done_init = 0; diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c index 66a7dd1d6792..c331e3f55743 100644 --- a/sys/dev/sr/if_sr_isa.c +++ b/sys/dev/sr/if_sr_isa.c @@ -396,7 +396,8 @@ static struct ng_type typestruct = { ngsr_connect, ngsr_rcvdata, ngsr_rcvdata, - ngsr_disconnect + ngsr_disconnect, + NULL }; static int ngsr_done_init = 0; |
