diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-01-16 06:41:49 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-01-16 06:41:49 +0000 |
| commit | 58361cb1b99e10453f009e370c0d862b7dd49cb3 (patch) | |
| tree | df476426473c838a00a178c2ffab8d108002f41c /sys/dev/an | |
| parent | 5ac51c3b6a7b8d3f60336097e15f52fb49a1f58f (diff) | |
Notes
Diffstat (limited to 'sys/dev/an')
| -rw-r--r-- | sys/dev/an/if_an.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index 19e932a0518f..0364058507c0 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -189,7 +189,7 @@ int an_probe(dev) * to be able to issue commands and call some of the * other routines. */ - sc->an_bhandle = rman_get_start(sc->port_res); + sc->an_bhandle = rman_get_bushandle(sc->port_res); sc->an_btag = rman_get_bustag(sc->port_res); sc->an_unit = device_get_unit(dev); |
