[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ALTQ/FreeBSD] Re: ALTQ 3.1 Install Problem at FreeBSD 4.6



Hi,

On Fri, 23 Aug 2002, anak freebsd wrote:

> hi it's me again :)
> last night i tried to  patch it with 
> ftp://ftp.csl.sony.co.jp/pub/kjc/altq-3.1-sys-altq-freebsd-4.6.patch again 
> and i found
> altq-3.1-sys-altq-freebsd-4.6.patch.rej in that directory.
> 
> 
> altq-3.1-sys-altq-freebsd-4.6.patch.rej :
> 
> ***************
> *** 913,918 ****
>                 ifp->if_ioctl = srioctl;
>                 ifp->if_start = srstart;
>                 ifp->if_watchdog = srwatchdog;
> 
>                 sc->ifsppp.pp_flags = PP_KEEPALIVE;
>                 sppp_attach((struct ifnet *)&sc->ifsppp);
> --- 913,919 ----
>                 ifp->if_ioctl = srioctl;
>                 ifp->if_start = srstart;
>                 ifp->if_watchdog = srwatchdog;
> +               IFQ_SET_READY(&ifp->if_snd);
> 
>                 sc->ifsppp.pp_flags = PP_KEEPALIVE;
>                 sppp_attach((struct ifnet *)&sc->ifsppp);
> 

  This happened because in the mean time the ar(4) and sr(4) device
drivers code has been moved to the sys/dev/ hierarchy. The patchset
released takes care of it.

  KJC: As far as i can see the standard patchset (and the versions made
by me) just marks the ar/sr drivers as ALTQ ready, but they are still
left to use the old queueing macros. Should I assume it was a work in
progress ?

 Ady (@freebsd.ady.ro)
____________________________________________________________________
| An age is called Dark not because the light fails to shine, but  |
| because people refuse to see it.                                 |
|               -- James Michener, "Space"                         |

_________________________________________________________________
Send 'unsubscribe freebsd-altq' to listar@rofug.ro to unsubscribe