Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jul 2002 21:52:16 +0200
From:      Gary Jennejohn <garyj@jennejohn.org>
To:        Jean-Mark <jeanmark@dupx.freeserve.co.uk>
Cc:        martin.kahlert@infineon.com, freebsd-isdn@FreeBSD.org
Subject:   Re: I can only send 30 packackes through my ISDN connection 
Message-ID:  <200207231952.g6NJqGXA008320@peedub.jennejohn.org>
In-Reply-To: Your message of "Tue, 23 Jul 2002 08:52:31 BST." <3D3D0B3F.40325CF3@dupx.freeserve.co.uk> 

next in thread | previous in thread | raw e-mail | index | archive | help
Jean-Mark writes:
[BIG snip]
> Change sioattach()
> 
> From
> 
> com->irqres = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, 0ul, ~0ul, 1,
> RF_ACTIVE);
> 
> to
> 
> com->irqres = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, 0ul, ~0ul, 1,
> RF_SHAREABLE | RF_ACTIVE);
> 

The ifpi2 driver already registers itself as being able to share
interrupts, so this definitely is not the source of his problems.

---
Gary Jennejohn / garyj@jennejohn.org gj@freebsd.org gj@denx.de



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207231952.g6NJqGXA008320>