diff options
| author | Paul Richards <paul@FreeBSD.org> | 2000-12-29 11:59:41 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 2000-12-29 11:59:41 +0000 |
| commit | 8fcbbfe4a35231cbc296b8ed179e362303ba1d21 (patch) | |
| tree | 770a56b27a6eade75d7d85cc6b43671f362de8e9 /sys/dev/lnc/if_lnc.c | |
| parent | 2d1a7988690e31ba8d9a3a6cc2ecc7066e5ad62f (diff) | |
Notes
Diffstat (limited to 'sys/dev/lnc/if_lnc.c')
| -rw-r--r-- | sys/dev/lnc/if_lnc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c index 14445568eb8b..05c3476def66 100644 --- a/sys/dev/lnc/if_lnc.c +++ b/sys/dev/lnc/if_lnc.c @@ -90,6 +90,8 @@ #include <dev/lnc/if_lncvar.h> #include <dev/lnc/if_lncreg.h> +devclass_t lnc_devclass; + static char const * const nic_ident[] = { "Unknown", "BICC", |
