Date: Sat, 30 Oct 2004 21:58:55 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c if_var.h Message-ID: <200410302158.i9ULwtmn085721@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-10-30 21:58:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/net if.c if_var.h
Log:
Merge if.c:.211 and if_var.h:1.88 from HEAD to RELENG_5:
date: 2004/10/30 09:39:13; author: rwatson; state: Exp; lines: +25 -0
Move if_handoff() from an inline in if_var.h to a function to if.c
in orden to harden the ABI for 5.x; this will permit us to modify
the locking in the ifnet packet dispatch without requiring drivers
to be recompiled.
MFC after: 3 days
Discussed at: EuroBSDCon Developer's Summit
Approved by: re (kensmith)
Revision Changes Path
1.199.2.9 +25 -0 src/sys/net/if.c
1.84.2.3 +2 -24 src/sys/net/if_var.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410302158.i9ULwtmn085721>
