summaryrefslogtreecommitdiff
path: root/sys/dev/vx
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-08-21 07:35:23 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-08-21 07:35:23 +0000
commit99216c60619d74a60a5dc84a85d946c16a4a88a5 (patch)
tree1aed99ba7127f8189b21f4310eb582bdffd3acae /sys/dev/vx
parent39f5ba2def1afdc42d79232c4db6750005b92063 (diff)
Notes
Diffstat (limited to 'sys/dev/vx')
-rw-r--r--sys/dev/vx/if_vx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c
index b667b89bb4d9..d230d93cd4e1 100644
--- a/sys/dev/vx/if_vx_pci.c
+++ b/sys/dev/vx/if_vx_pci.c
@@ -126,7 +126,7 @@ vx_pci_attach(
*/
at_shutdown(vx_pci_shutdown, sc, SHUTDOWN_POST_SYNC);
- pci_map_int(config_id, vxintr, (void *) sc, &net_imask);
+ pci_map_int(config_id, (pci_inthand_t*)vxintr, (void *) sc, &net_imask);
}
static struct pci_device vxdevice = {