summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer3
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2002-09-02 00:52:11 +0000
committerbrooks <brooks@FreeBSD.org>2002-09-02 00:52:11 +0000
commitd4da5d72113d0011e0d1339b61961137ac192469 (patch)
tree1857854f619e540f3234405cb9ae620d70b94922 /sys/i4b/layer3
parentc4f4388714c70defac789b47c61eeb2c9c3f4270 (diff)
downloadFreeBSD-src-d4da5d72113d0011e0d1339b61961137ac192469.zip
FreeBSD-src-d4da5d72113d0011e0d1339b61961137ac192469.tar.gz
Continue de-counting i4b. Devices i4bctl, i4bcapi, iavc, i4bq921,
i4bq931, i4b, isic, iwic, ifpi, ifpi2, ifpnp, ihfc, and itjc are no longer count devices. Also remove a few other instances of N<DEVICE> being used to control compilation of whole files. Reviewed by: hm
Diffstat (limited to 'sys/i4b/layer3')
-rw-r--r--sys/i4b/layer3/i4b_l2if.c6
-rw-r--r--sys/i4b/layer3/i4b_l3fsm.c6
-rw-r--r--sys/i4b/layer3/i4b_l3timer.c7
-rw-r--r--sys/i4b/layer3/i4b_l4if.c6
-rw-r--r--sys/i4b/layer3/i4b_q931.c6
-rw-r--r--sys/i4b/layer3/i4b_q932fac.c6
6 files changed, 0 insertions, 37 deletions
diff --git a/sys/i4b/layer3/i4b_l2if.c b/sys/i4b/layer3/i4b_l2if.c
index 0a8584b..842d23f 100644
--- a/sys/i4b/layer3/i4b_l2if.c
+++ b/sys/i4b/layer3/i4b_l2if.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -681,5 +677,3 @@ i4b_l3_tx_alert(call_desc_t *cd)
DL_Data_Req(ctrl_desc[cd->controller].unit, m);
}
-
-#endif /* NI4BQ931 > 0 */
diff --git a/sys/i4b/layer3/i4b_l3fsm.c b/sys/i4b/layer3/i4b_l3fsm.c
index 77b3204..11b97e8 100644
--- a/sys/i4b/layer3/i4b_l3fsm.c
+++ b/sys/i4b/layer3/i4b_l3fsm.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -1038,5 +1034,3 @@ static void F_DLRIA(call_desc_t *cd)
DL_Est_Req(ctrl_desc[cd->controller].unit);
}
-
-#endif /* NI4BQ931 > 0 */
diff --git a/sys/i4b/layer3/i4b_l3timer.c b/sys/i4b/layer3/i4b_l3timer.c
index ec408b6..50487e1 100644
--- a/sys/i4b/layer3/i4b_l3timer.c
+++ b/sys/i4b/layer3/i4b_l3timer.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/systm.h>
@@ -326,6 +322,3 @@ T313_stop(call_desc_t *cd)
NDBGL3(L3_T_MSG, "cr = %d", cd->cr);
}
-
-#endif /* NI4BQ931 > 0 */
-
diff --git a/sys/i4b/layer3/i4b_l4if.c b/sys/i4b/layer3/i4b_l4if.c
index 34ddad8..da925e8 100644
--- a/sys/i4b/layer3/i4b_l4if.c
+++ b/sys/i4b/layer3/i4b_l4if.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -323,5 +319,3 @@ n_alert_request(u_int cdid)
next_l3state(cd, EV_ALERTRQ);
}
-
-#endif /* NI4BQ931 > 0 */
diff --git a/sys/i4b/layer3/i4b_q931.c b/sys/i4b/layer3/i4b_q931.c
index a3647aa..626328d 100644
--- a/sys/i4b/layer3/i4b_q931.c
+++ b/sys/i4b/layer3/i4b_q931.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -715,5 +711,3 @@ i4b_decode_q931_message(int unit, call_desc_t *cd, u_char message_type)
NDBGL3(L3_PRIM, "%s: unit %d, cr = 0x%02x\n", m, unit, cd->cr);
}
}
-
-#endif /* NI4BQ931 > 0 */
diff --git a/sys/i4b/layer3/i4b_q932fac.c b/sys/i4b/layer3/i4b_q932fac.c
index 38bf5da..98114a3 100644
--- a/sys/i4b/layer3/i4b_q932fac.c
+++ b/sys/i4b/layer3/i4b_q932fac.c
@@ -33,10 +33,6 @@
*
*---------------------------------------------------------------------------*/
-#include "i4bq931.h"
-
-#if NI4BQ931 > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/mbuf.h>
@@ -542,5 +538,3 @@ next_state(int class, int form, int code, int val)
}
}
}
-
-#endif /* NI4BQ931 > 0 */
OpenPOWER on IntegriCloud