diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-08-21 07:35:23 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-08-21 07:35:23 +0000 |
| commit | 99216c60619d74a60a5dc84a85d946c16a4a88a5 (patch) | |
| tree | 1aed99ba7127f8189b21f4310eb582bdffd3acae /sys/dev/vx | |
| parent | 39f5ba2def1afdc42d79232c4db6750005b92063 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vx')
| -rw-r--r-- | sys/dev/vx/if_vx_pci.c | 2 |
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 = { |
