summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-12-21 18:11:48 +0000
committereivind <eivind@FreeBSD.org>1999-12-21 18:11:48 +0000
commit72a7cdeb33d696dff8cb53227744788953f4af09 (patch)
tree8cd0041234864d4337a59e8897f08cdb36886308 /sys/pci
parent5042c988321de8fe1a2f29540ce4ebab76ae6e58 (diff)
downloadFreeBSD-src-72a7cdeb33d696dff8cb53227744788953f4af09.zip
FreeBSD-src-72a7cdeb33d696dff8cb53227744788953f4af09.tar.gz
Add #ifdef notyet around uncalled code that is later going to become DDB
commands. Discussed with: phk (driver author)
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_mn.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c
index 7a80ef5..3e1a941 100644
--- a/sys/pci/if_mn.c
+++ b/sys/pci/if_mn.c
@@ -175,10 +175,12 @@ static int mn_reset(struct softc *sc);
static struct trxd * mn_alloc_desc(void);
static void mn_free_desc(struct trxd *dp);
static void mn_intr(void *xsc);
+static u_int32_t mn_parse_ts(const char *s);
+#ifdef notyet
static void m32_dump(struct softc *sc);
static void f54_dump(struct softc *sc);
-static u_int32_t mn_parse_ts(const char *s);
static void mn_fmt_ts(char *p, u_int32_t ts);
+#endif /* notyet */
static ng_constructor_t ngmn_constructor;
static ng_rcvmsg_t ngmn_rcvmsg;
@@ -454,6 +456,7 @@ mn_parse_ts(const char *s)
return (r);
}
+#ifdef notyet
static void
mn_fmt_ts(char *p, u_int32_t ts)
{
@@ -478,6 +481,7 @@ mn_fmt_ts(char *p, u_int32_t ts)
s = ",";
}
}
+#endif /* notyet */
/*
* OUTPUT
@@ -709,6 +713,7 @@ mn_create_channel(struct softc *sc, int chan)
return;
}
+#ifdef notyet
/*
* Dump Munich32x state
*/
@@ -759,6 +764,7 @@ f54_dump(struct softc *sc)
printf("\n");
}
}
+#endif /* notyet */
/*
* Init Munich32x
OpenPOWER on IntegriCloud