diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 05:47:29 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 1998-12-14 05:47:29 +0000 |
commit | 35f069d08b51be1bccf4c57a22caeef766fae2de (patch) | |
tree | 819101c54fadc8abdda4f5c647a0059d18f539ed /sys/pci/if_vx_pci.c | |
parent | f7bb75c92a424d5ed621a7f774682c4c4fa19ee7 (diff) |
Notes
Diffstat (limited to 'sys/pci/if_vx_pci.c')
-rw-r--r-- | sys/pci/if_vx_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_vx_pci.c b/sys/pci/if_vx_pci.c index f4e98ac0a3ff..8eb3d7505e11 100644 --- a/sys/pci/if_vx_pci.c +++ b/sys/pci/if_vx_pci.c @@ -47,7 +47,7 @@ #include <dev/vx/if_vxreg.h> static void vx_pci_shutdown(int, void *); -static char *vx_pci_probe(pcici_t, pcidi_t); +static const char *vx_pci_probe(pcici_t, pcidi_t); static void vx_pci_attach(pcici_t, int unit); static void @@ -59,7 +59,7 @@ vx_pci_shutdown( vxfree(sc); } -static char* +static const char* vx_pci_probe( pcici_t config_id, pcidi_t device_id) |