Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2008 04:39:59 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134958 for review
Message-ID:  <200802070439.m174dx7L002992@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134958

Change 134958 by kmacy@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802070439.m174dx7L002992>