patch-2.3.27 linux/drivers/i2o/i2o_lan.h
Next file: linux/drivers/i2o/i2o_pci.c
Previous file: linux/drivers/i2o/i2o_lan.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Wed Nov 10 09:52:18 1999
- Orig file:
v2.3.26/linux/drivers/i2o/i2o_lan.h
- Orig date:
Mon Oct 4 15:49:29 1999
diff -u --recursive --new-file v2.3.26/linux/drivers/i2o/i2o_lan.h linux/drivers/i2o/i2o_lan.h
@@ -18,7 +18,7 @@
/* Tunable parameters first */
#define I2O_BUCKET_COUNT 256
-#define I2O_BUCKET_THRESH 16
+#define I2O_BUCKET_THRESH 8
/* LAN types */
#define I2O_LAN_ETHERNET 0x0030
@@ -108,5 +108,11 @@
u32 context; /* FIXME: 64bit support */
struct i2o_packet_info packet_info[1];
};
+
+/* Event Indicator Mask Flags for LAN OSM */
+
+#define I2O_LAN_EVT_LINK_DOWN 0x01
+#define I2O_LAN_EVT_LINK_UP 0x02
+#define I2O_LAN_EVT_MEDIA_CHANGE 0x04
#endif /* _I2O_LAN_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)