summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-12-06 00:43:40 +0000
committeralc <alc@FreeBSD.org>2004-12-06 00:43:40 +0000
commit630d0d083870b74fcb3441a14addcf6de978481f (patch)
tree0a98b373a920dc14287bd0145a2fb88685470255 /sys/conf
parent29448bd3e8894f9cdc7c69f422529c405275bd1d (diff)
downloadFreeBSD-src-630d0d083870b74fcb3441a14addcf6de978481f.zip
FreeBSD-src-630d0d083870b74fcb3441a14addcf6de978481f.tar.gz
Update the Tigon 1 and 2 driver to use the sf_buf API for implementing
zero-copy receive of jumbo frames. This eliminates the need for the jumbo frame allocator implemented in kern/uipc_jumbo.c and sys/jumbo.h. Remove it. Note: Zero-copy receive of jumbo frames did not work without these changes; I believe there was insufficient locking on the jumbo vm object. Tested by: ken@ Discussed with: gallatin@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 44a25fa..a2d8bb1 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1167,7 +1167,6 @@ kern/tty_tty.c standard
kern/uipc_accf.c optional inet
kern/uipc_cow.c optional zero_copy_sockets
kern/uipc_domain.c standard
-kern/uipc_jumbo.c standard
kern/uipc_mbuf.c standard
kern/uipc_mbuf2.c standard
kern/uipc_proto.c standard
OpenPOWER on IntegriCloud