summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer1/isic/i4b_sws.c
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/layer1/isic/i4b_sws.c
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/layer1/isic/i4b_sws.c')
-rw-r--r--sys/i4b/layer1/isic/i4b_sws.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i4b/layer1/isic/i4b_sws.c b/sys/i4b/layer1/isic/i4b_sws.c
index cfe9372..e239660 100644
--- a/sys/i4b/layer1/isic/i4b_sws.c
+++ b/sys/i4b/layer1/isic/i4b_sws.c
@@ -50,10 +50,9 @@
*
*---------------------------------------------------------------------------*/
-#include "isic.h"
#include "opt_i4b.h"
-#if defined (SEDLBAUER) && NISIC > 0
+#if defined (SEDLBAUER)
#define SWS_RESON 0 /* reset on */
#define SWS_RESOFF 1 /* reset off */
@@ -209,4 +208,4 @@ isic_attach_sws(device_t dev)
return(0);
}
-#endif /* defined(SEDLBAUER) && NISIC > 0 */
+#endif /* defined(SEDLBAUER) */
OpenPOWER on IntegriCloud