cvs commit: src/sys/i4b/driver i4b_ipr.c i4b_isppp.c

[ Available lists | Index of cvs-src | Month of Oct 2004 | Week of 12 Oct 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Robert Watson <rwatson@FreeBSD.org>
Date
12 Oct 2004 09:25:53
Subject
cvs commit: src/sys/i4b/driver i4b_ipr.c i4b_isppp.c
Message-ID
200410120925.i9C9PqJV087601@repoman.freebsd.org


[ Hide this part ]
rwatson     2004-10-12 09:25:52 UTC

FreeBSD src repository

Modified files:
sys/i4b/driver i4b_ipr.c i4b_isppp.c
Log:
Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they both
interface with the network stack but are not yet sufficiently
synchronized to run without the Giant lock. It migh be possible
to mark the interfaces as IFF_NEEDSGIANT, but I'm unable to test
that configuration and am unfamiliar with the architecture of
i4b.

Revision Changes Path
1.30 +2 -0 src/sys/i4b/driver/i4b_ipr.c
1.27 +2 -0 src/sys/i4b/driver/i4b_isppp.c


Elapsed time: 0.152 seconds