summaryrefslogtreecommitdiffstats
path: root/sys/dev/pst/pst-pci.c
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2004-09-15 15:39:28 +0000
committersos <sos@FreeBSD.org>2004-09-15 15:39:28 +0000
commit038388559e975ae955510220fda4e3f110d87db6 (patch)
tree510b5ad65f1801dddc869bd0918e4ef5cbf037bf /sys/dev/pst/pst-pci.c
parent1795816cf766cbe770384eb50bb559e0d9fba2a6 (diff)
downloadFreeBSD-src-038388559e975ae955510220fda4e3f110d87db6.zip
FreeBSD-src-038388559e975ae955510220fda4e3f110d87db6.tar.gz
Flush the queue of minor fixes to pst.
Diffstat (limited to 'sys/dev/pst/pst-pci.c')
-rw-r--r--sys/dev/pst/pst-pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c
index 15dd337..9d97280 100644
--- a/sys/dev/pst/pst-pci.c
+++ b/sys/dev/pst/pst-pci.c
@@ -93,7 +93,6 @@ iop_pci_attach(device_t dev)
PCIM_CMD_MEMEN | PCIM_CMD_BUSMASTEREN, 1);
sc->ibase = rman_get_virtual(sc->r_mem);
- sc->phys_ibase = vtophys(sc->ibase);
sc->reg = (struct i2o_registers *)sc->ibase;
sc->dev = dev;
mtx_init(&sc->mtx, "pst lock", MTX_DEF, 0);
OpenPOWER on IntegriCloud