Subject: CVS commit: src/sys/net
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 07/09/2003 20:12:54
Module Name:	src
Committed By:	martin
Date:		Wed Jul  9 20:12:54 UTC 2003

Modified Files:
	src/sys/net: if_spppsubr.c if_spppvar.h

Log Message:
We should use IFQ_DEQUEUE to get packets from the send queue, not IF_DEQUEUE.
Hopefully this will fix ALTQ for ISDN and PPPoE interfaces.

While there remove an unsued function which contained dubious code
(accessing interface queue internals w/o the proper macros).


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/net/if_spppsubr.c
cvs rdiff -r1.8 -r1.9 src/sys/net/if_spppvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.