summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an_isa.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/an/if_an_isa.c')
-rw-r--r--sys/dev/an/if_an_isa.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c
index 2d78fcb..29e6c28 100644
--- a/sys/dev/an/if_an_isa.c
+++ b/sys/dev/an/if_an_isa.c
@@ -70,6 +70,11 @@
#include <dev/an/if_aironet_ieee.h>
#include <dev/an/if_anreg.h>
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif
+
static struct isa_pnp_id an_ids[] = {
{ 0x0100ec06, "Aironet ISA4500/ISA4800" },
{ 0, NULL }
@@ -120,6 +125,7 @@ an_attach_isa(dev)
sc->an_bhandle = rman_get_bushandle(sc->port_res);
sc->an_btag = rman_get_bustag(sc->port_res);
+ sc->an_dev = dev;
return an_attach(sc, device_get_unit(dev), flags);
}
OpenPOWER on IntegriCloud