summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_vr.c')
-rw-r--r--sys/pci/if_vr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 725a9ee..1aca3f9 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_vr.c,v 1.10 1999/04/24 20:14:01 peter Exp $
+ * $Id: if_vr.c,v 1.11 1999/05/09 17:07:03 peter Exp $
*/
/*
@@ -97,7 +97,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_vr.c,v 1.10 1999/04/24 20:14:01 peter Exp $";
+ "$Id: if_vr.c,v 1.11 1999/05/09 17:07:03 peter Exp $";
#endif
/*
@@ -966,7 +966,7 @@ vr_attach(config_id, unit)
}
if (!pci_map_port(config_id, VR_PCI_LOIO,
- (u_int16_t *)(&sc->vr_bhandle))) {
+ (pci_port_t *)(&sc->vr_bhandle))) {
printf ("vr%d: couldn't map ports\n", unit);
goto fail;
}
OpenPOWER on IntegriCloud