summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/istallion.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-12 01:17:01 +0000
committereivind <eivind@FreeBSD.org>1999-01-12 01:17:01 +0000
commitd408b948a58f90fce7dc3a2a437937f5d505f8af (patch)
treecf12be98c12aa40f48316559d7a71cc1bbe1a96b /sys/i386/isa/istallion.c
parente619c6e89c47357d633651d034ca5125997670f1 (diff)
downloadFreeBSD-src-d408b948a58f90fce7dc3a2a437937f5d505f8af.zip
FreeBSD-src-d408b948a58f90fce7dc3a2a437937f5d505f8af.tar.gz
Remove/comment out unused functions.
Diffstat (limited to 'sys/i386/isa/istallion.c')
-rw-r--r--sys/i386/isa/istallion.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/istallion.c b/sys/i386/isa/istallion.c
index d0d172d..51db908 100644
--- a/sys/i386/isa/istallion.c
+++ b/sys/i386/isa/istallion.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: istallion.c,v 1.21 1998/08/23 08:26:40 bde Exp $
+ * $Id: istallion.c,v 1.22 1998/08/23 09:57:09 bde Exp $
*/
/*****************************************************************************/
@@ -540,7 +540,6 @@ struct tty *stlidevtotty(dev_t dev);
* Internal function prototypes.
*/
static stliport_t *stli_dev2port(dev_t dev);
-static int stli_chksharemem(void);
static int stli_isaprobe(struct isa_device *idp);
static int stli_eisaprobe(struct isa_device *idp);
static int stli_mcaprobe(struct isa_device *idp);
@@ -3548,6 +3547,7 @@ static int stli_brdattach(stlibrd_t *brdp)
* FIX: need to start this optimization somewhere...
*/
+#ifdef notdef
static int stli_chksharemem()
{
stlibrd_t *brdp, *nxtbrdp;
@@ -3597,6 +3597,7 @@ static int stli_chksharemem()
return(0);
}
+#endif /* notdef */
/*****************************************************************************/
OpenPOWER on IntegriCloud