summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-11-24 16:54:54 +0000
committerjhb <jhb@FreeBSD.org>2009-11-24 16:54:54 +0000
commit12cc74363af56825a0d1dbbb25123f05a4ed8f3f (patch)
treef9603e41297a5347547d40c96a864e08be77a245 /sys/dev/an/if_an.c
parent25badd29156952d79d33f97049cb04f8e587a591 (diff)
downloadFreeBSD-src-12cc74363af56825a0d1dbbb25123f05a4ed8f3f.zip
FreeBSD-src-12cc74363af56825a0d1dbbb25123f05a4ed8f3f.tar.gz
Use bus_*() rather than bus_space_*().
Diffstat (limited to 'sys/dev/an/if_an.c')
-rw-r--r--sys/dev/an/if_an.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
index fd9f044..c05b59c 100644
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -349,9 +349,6 @@ an_probe(device_t dev)
* to be able to issue commands and call some of the
* other routines.
*/
- sc->an_bhandle = rman_get_bushandle(sc->port_res);
- sc->an_btag = rman_get_bustag(sc->port_res);
-
ssid.an_len = sizeof(ssid);
ssid.an_type = AN_RID_SSIDLIST;
OpenPOWER on IntegriCloud