Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2000 10:39:03 +0100 (BST)
From:      Jean-Christophe Varaillon <jcv@vbc.net>
To:        freebsd-net@FreeBSD.ORG
Subject:   Re: device sr0 - RISCom/N2
Message-ID:  <Pine.BSF.4.10.10010231036420.88446-100000@brunel.uk1.vbc.net>
In-Reply-To: <Pine.BSF.4.10.10010201821380.77529-100000@brunel.uk1.vbc.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This an answer from Kenjiro Cho:

Starting from FreeBSD-4, drivers are supposed to set ifq_maxlen.
The messages are just warnings but if you want to suppress the
warning, add
         ifp->if_snd.ifq_maxlen = IFQ_MAXLEN;
in srattach() in sys/i386/isa/if_sr.c just before calling if_attach().

-Kenjiro


> 
> Hi all, 
> 
> I would like to connect a freeBSD box on a Cisco router.
> 
> To do it I did rebuilt a kernel with that:
> 
> 	pseudo-device  sppp
> 	device         sr0  at pci? port 0x300 irq iomem 0xd0000 
> 
> Then, when I  made dmseg 'sr0', it tells me that:
> 	sr0 XXX: driver didn't set ifq_maxlen
> 	sr1 XXX: driver didn't set ifq_maxlen
> 
> And I am blocked here.
> If someone has any idea, he is more than welcome.
> 
> Jean-Christophe.
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-net" in the body of the message
> 



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10010231036420.88446-100000>