diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1999-01-12 01:42:01 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1999-01-12 01:42:01 +0000 |
| commit | e7ece4327116a8cb521dc619c7eb582e9e9ae31a (patch) | |
| tree | 378591f72ddb81634be7d0e24d94d92ab085d540 /sys/dev | |
| parent | 38acda90bad7bfcbb7143ded63c03fea3fa5a096 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 ab02693e270d..2584646edcbd 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, (void (*)(void *)) vxintr, (void *) sc, &net_imask); } static struct pci_device vxdevice = { |
