From b0d0e9404a1f0c003f8cc2e5860cf6c551000367 Mon Sep 17 00:00:00 2001 From: wpaul Date: Sun, 16 Jan 2000 06:41:49 +0000 Subject: Fix an instance of rman_get_start() than should be rman_get_bushandle(). --- sys/dev/an/if_an.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/an') diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index 19e932a..0364058 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); -- cgit v1.1