aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-08-21 08:42:59 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-08-21 08:42:59 +0000
commit831b792e7f9d4aa51b5d6afd65aebbd3d0910842 (patch)
treeeebbdb9517f55aaf97897be075489cbfb7922ad2 /sys/dev
parent044867d52e85fc63b77800000c7cec26f85d3d51 (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 d230d93cd4e1..b667b89bb4d9 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, (pci_inthand_t*)vxintr, (void *) sc, &net_imask);
+ pci_map_int(config_id, vxintr, (void *) sc, &net_imask);
}
static struct pci_device vxdevice = {