summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-04-17 07:00:56 +0000
committermdodd <mdodd@FreeBSD.org>2002-04-17 07:00:56 +0000
commit27dbe327230e49e935a6c285ddb2277b2eda005e (patch)
tree4a34b1a454a62f8d851bdabc2106b8c9c353d1e6 /sys/netatm/atm.h
parent4b29d71b53dd051a44dc58a0ec1c81d0d418c8ea (diff)
downloadFreeBSD-src-27dbe327230e49e935a6c285ddb2277b2eda005e.zip
FreeBSD-src-27dbe327230e49e935a6c285ddb2277b2eda005e.tar.gz
- Add defines for ABR and UBR traffic types.
- Add IDT bits to vendor/vendorapi/device enums. - Add EISA to atm_bus enum.
Diffstat (limited to 'sys/netatm/atm.h')
-rw-r--r--sys/netatm/atm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netatm/atm.h b/sys/netatm/atm.h
index 1145a9c..4590475 100644
--- a/sys/netatm/atm.h
+++ b/sys/netatm/atm.h
@@ -342,6 +342,8 @@ struct t_atm_bearer {
/* traffic_type */
#define T_ATM_CBR 0x01 /* Constant bit rate */
#define T_ATM_VBR 0x02 /* Variable bit rate */
+#define T_ATM_ABR 0x03 /* Available Bit Rate */ */
+#define T_ATM_UBR 0x04 /* Unspecified bit rate */
/* timing_requirements */
#define T_ATM_END_TO_END 0x01 /* End-to-end timing required */
OpenPOWER on IntegriCloud