]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pci_device pd_probe function changed from returning char * to returning
authordillon <dillon@FreeBSD.org>
Mon, 14 Dec 1998 05:47:29 +0000 (05:47 +0000)
committerdillon <dillon@FreeBSD.org>
Mon, 14 Dec 1998 05:47:29 +0000 (05:47 +0000)
commit5e557fc6bd95db1b1db3232e918d1477b60ea15d
tree0b23397a63155d259042171997a0d2a53e18851d
parent6d407291a85c950fa545a5200d6a66fb4748d70c
pci_device pd_probe function changed from returning char * to returning
    const char *.  Originally I was going to add casts from const char * to
    char * in some of the pci device drivers, but the reality is that the
    pci device probes return constant quoted strings.
16 files changed:
sys/dev/aic7xxx/ahc_pci.c
sys/dev/de/if_de.c
sys/dev/ed/if_ed_pci.c
sys/dev/fxp/if_fxp.c
sys/dev/pci/pcivar.h
sys/dev/vx/if_vx_pci.c
sys/pci/ahc_pci.c
sys/pci/ide_pci.c
sys/pci/if_de.c
sys/pci/if_ed_p.c
sys/pci/if_fxp.c
sys/pci/if_vx_pci.c
sys/pci/ncr.c
sys/pci/pci_compat.c
sys/pci/pcisupport.c
sys/pci/pcivar.h