PERFORCE change 134958 for review

Kip Macy kmacy at FreeBSD.org
Wed Feb 6 20:40:00 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134958

Change 134958 by kmacy at kmacy:storage:toehead on 2008/02/07 04:39:25

	add ioctl code for fetching TCB

Affected files ...

.. //depot/projects/toehead/sys/dev/cxgb/cxgb_ioctl.h#2 edit

Differences ...

==== //depot/projects/toehead/sys/dev/cxgb/cxgb_ioctl.h#2 (text+ko) ====

@@ -260,4 +260,6 @@
 #define CHELSIO_SET_FILTER          _IOW('f', CH_SET_FILTER, struct ch_filter)
 #define CHELSIO_DEL_FILTER          _IOW('f', CH_DEL_FILTER, struct ch_filter)
 #define CHELSIO_DEVUP               _IO('f', CH_DEVUP)
+
+#define CHELSIO_GET_TCB             _IOWR('f', CH_GET_TCB, struct ch_tcb)
 #endif


More information about the p4-projects mailing list