Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2008 20:32:21 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 137258 for review
Message-ID:  <200803092032.m29KWLxf065960@repoman.freebsd.org>

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

Change 137258 by rwatson@rwatson_cinnamon on 2008/03/09 20:31:58

	Revert branch-local change that isn't part of the BPF zero-copy
	commit candidate patch.

Affected files ...

.. //depot/projects/zcopybpf/src/sys/net/if_tap.c#5 edit

Differences ...

==== //depot/projects/zcopybpf/src/sys/net/if_tap.c#5 (text+ko) ====

@@ -735,10 +735,6 @@
 			tapp->baudrate = ifp->if_baudrate;
 			break;
 
-		case TAPGETUNIT:
-			*(u_int *)data = dev2unit(dev);
-			break;
-
 		case TAPSDEBUG:
 			tapdebug = *(int *)data;
 			break;



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