summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_if.h
diff options
context:
space:
mode:
authorarr <arr@FreeBSD.org>2002-04-19 21:38:43 +0000
committerarr <arr@FreeBSD.org>2002-04-19 21:38:43 +0000
commit96e8895af5938fcd91b4d4862b943ce0961e1ab1 (patch)
tree9fba8e7bb4093f47054336a0eb1401ceb7b2c380 /sys/netatm/atm_if.h
parent40a938fb61441414e2d1eee851ba759887066fd7 (diff)
downloadFreeBSD-src-96e8895af5938fcd91b4d4862b943ce0961e1ab1.zip
FreeBSD-src-96e8895af5938fcd91b4d4862b943ce0961e1ab1.tar.gz
- Nuke some more #ifdef sun related sections.
Diffstat (limited to 'sys/netatm/atm_if.h')
-rw-r--r--sys/netatm/atm_if.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/netatm/atm_if.h b/sys/netatm/atm_if.h
index d87803b..4388eee 100644
--- a/sys/netatm/atm_if.h
+++ b/sys/netatm/atm_if.h
@@ -338,15 +338,6 @@ struct atm_ncm {
#define DEVICE_LOCK(u) ((u)->cu_savepri = splimp())
#define DEVICE_UNLOCK(u) ((void) splx((u)->cu_savepri))
-
-/*
- * SBus defines
- */
-#if defined(sun)
-#define SBUS_BURST32 0x20 /* Device supports 32-byte bursts */
-#endif
-
-
/*
* Macro to schedule the ATM interrupt queue handler
*/
OpenPOWER on IntegriCloud