summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/stallion.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-12 00:36:36 +0000
committereivind <eivind@FreeBSD.org>1999-01-12 00:36:36 +0000
commit4e34ff4e34384bd86c5183cd03598c41e5665b57 (patch)
tree6b701144a1b9242d574f7694f6d0918a0b9f47c7 /sys/i386/isa/stallion.c
parent156a777d2e41c710c3fcc2329df92503093f70a1 (diff)
downloadFreeBSD-src-4e34ff4e34384bd86c5183cd03598c41e5665b57.zip
FreeBSD-src-4e34ff4e34384bd86c5183cd03598c41e5665b57.tar.gz
Silence warnings.
Diffstat (limited to 'sys/i386/isa/stallion.c')
-rw-r--r--sys/i386/isa/stallion.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/stallion.c b/sys/i386/isa/stallion.c
index 3fde903..e6697a1 100644
--- a/sys/i386/isa/stallion.c
+++ b/sys/i386/isa/stallion.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: stallion.c,v 1.22 1998/08/23 09:57:09 bde Exp $
+ * $Id: stallion.c,v 1.23 1998/10/22 05:58:40 bde Exp $
*/
/*****************************************************************************/
@@ -491,7 +491,7 @@ static int stl_clrportstats(stlport_t *portp, caddr_t data);
static stlport_t *stl_getport(int brdnr, int panelnr, int portnr);
#if NPCI > 0
-static char *stlpciprobe(pcici_t tag, pcidi_t type);
+static const char *stlpciprobe(pcici_t tag, pcidi_t type);
static void stlpciattach(pcici_t tag, int unit);
static void stlpciintr(void * arg);
#endif
@@ -673,7 +673,7 @@ static int stlattach(struct isa_device *idp)
* carefull here, since it looks sort like a Nat Semi IDE chip...
*/
-char *stlpciprobe(pcici_t tag, pcidi_t type)
+static const char *stlpciprobe(pcici_t tag, pcidi_t type)
{
unsigned long class;
OpenPOWER on IntegriCloud