summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_pn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_pn.c')
-rw-r--r--sys/pci/if_pn.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/if_pn.c b/sys/pci/if_pn.c
index 39d9786..f0b7577 100644
--- a/sys/pci/if_pn.c
+++ b/sys/pci/if_pn.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_pn.c,v 1.2 1998/12/05 02:21:43 wpaul Exp $
+ * $Id: if_pn.c,v 1.3 1998/12/07 21:58:46 archie Exp $
*/
/*
@@ -95,7 +95,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_pn.c,v 1.2 1998/12/05 02:21:43 wpaul Exp $";
+ "$Id: if_pn.c,v 1.3 1998/12/07 21:58:46 archie Exp $";
#endif
/*
@@ -124,7 +124,7 @@ static struct pn_type pn_phys[] = {
};
static unsigned long pn_count = 0;
-static char *pn_probe __P((pcici_t, pcidi_t));
+static const char *pn_probe __P((pcici_t, pcidi_t));
static void pn_attach __P((pcici_t, int));
static int pn_newbuf __P((struct pn_softc *,
@@ -743,7 +743,7 @@ static void pn_reset(sc)
* Probe for a Lite-On PNIC chip. Check the PCI vendor and device
* IDs against our list and return a device name if we find a match.
*/
-static char *
+static const char *
pn_probe(config_id, device_id)
pcici_t config_id;
pcidi_t device_id;
OpenPOWER on IntegriCloud