[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 476] Re: ALTQ on unsupported interfaces
Andriy Korud wrote:
> I'm going to buy Cyclades PC300 dual V.35 board. FreeBSD4 driver is
> shipping with board.
> Is there ANY chance to run ALTQ on this interface (Cisco HDLC or PPP)?
If the driver is written as a sppp device, ALTQ support is already in
sys/net/if_spppsubr.c. Then, all you need to do is to add a line to
the driver to tell this device is ready for ALTQ.
-Kenjiro