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/dev/pci | |
| parent | f7bb75c92a424d5ed621a7f774682c4c4fa19ee7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pcivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 13e9991eefc3..75f48a8bc6d8 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcivar.h,v 1.21 1998/09/15 08:21:09 gibbs Exp $ + * $Id: pcivar.h,v 1.22 1998/10/06 14:18:40 dfr Exp $ * */ @@ -199,7 +199,7 @@ extern int pci_mechanism; struct pci_device { char* pd_name; - char* (*pd_probe ) (pcici_t tag, pcidi_t type); + const char* (*pd_probe ) (pcici_t tag, pcidi_t type); void (*pd_attach) (pcici_t tag, int unit); u_long *pd_count; int (*pd_shutdown) (int, int); |
