summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2002-08-05 17:32:16 +0000
committerfjoe <fjoe@FreeBSD.org>2002-08-05 17:32:16 +0000
commit5020fa3b22a26f1925f59f38b10cdd53d56e8b47 (patch)
treeb3ca9817ece8fdfa2598f55cb025474774fd899e /sys/dev
parentd8fc8f49436ddb69f6f574a3495ebe3c2eb0e7d6 (diff)
downloadFreeBSD-src-5020fa3b22a26f1925f59f38b10cdd53d56e8b47.zip
FreeBSD-src-5020fa3b22a26f1925f59f38b10cdd53d56e8b47.tar.gz
back out one change that crept in (will be committed later)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sbni/if_sbni_isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sbni/if_sbni_isa.c b/sys/dev/sbni/if_sbni_isa.c
index d8a76df..fbedb67 100644
--- a/sys/dev/sbni/if_sbni_isa.c
+++ b/sys/dev/sbni/if_sbni_isa.c
@@ -115,7 +115,7 @@ sbni_attach_isa(device_t dev)
sc = device_get_softc(dev);
printf("sbni%d: <Granch SBNI12/ISA adapter> port 0x%x",
- next_sbni_unit, rman_get_start(sc->io_res));
+ next_sbni_unit, sc->base_addr);
sc->irq_res = bus_alloc_resource(
dev, SYS_RES_IRQ, &sc->irq_rid, 0ul, ~0ul, 1, RF_ACTIVE);
OpenPOWER on IntegriCloud