diff options
Diffstat (limited to 'sys/pci/pcic_p.c')
-rw-r--r-- | sys/pci/pcic_p.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/pcic_p.c b/sys/pci/pcic_p.c index fd8b40b2ceef..4c667f223d0d 100644 --- a/sys/pci/pcic_p.c +++ b/sys/pci/pcic_p.c @@ -26,7 +26,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: pcic_p.c,v 1.6 1998/08/18 00:32:48 bde Exp $ + * $Id: pcic_p.c,v 1.5 1998/02/07 20:41:20 nate Exp $ */ #include "pci.h" @@ -44,7 +44,7 @@ static u_long pcic_pci_count = 0; -static const char *pcic_pci_probe(pcici_t, pcidi_t); +static char *pcic_pci_probe(pcici_t, pcidi_t); static void pcic_pci_attach(pcici_t, int); static void pd6832_legacy_init(pcici_t tag, int unit); @@ -63,7 +63,7 @@ DATA_SET(pcidevice_set, pcic_pci_driver); * Return the ID string for the controller if the vendor/product id * matches, NULL otherwise. */ -static const char * +static char * pcic_pci_probe(pcici_t tag, pcidi_t type) { switch (type) { |