From owner-freebsd-stable Fri Jun 23 11:18:48 2000 Delivered-To: freebsd-stable@freebsd.org Received: from front1.grolier.fr (front1.grolier.fr [194.158.96.51]) by hub.freebsd.org (Postfix) with ESMTP id 992D037C3AE for ; Fri, 23 Jun 2000 11:18:37 -0700 (PDT) (envelope-from redbishop@linuxfan.com) Received: from sniper.domtek.fr (ppp-195-36-221-176.pop.club-internet.fr [195.36.221.176] (may be forged)) by front1.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with SMTP id UAA06998; Fri, 23 Jun 2000 20:18:31 +0200 (MET DST) From: Matthieu Pasini To: "Sean O'Connell" Subject: Re: ISDN Card Support ( Problem during compiling kernel ) Date: Fri, 23 Jun 2000 20:16:16 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <00062319595400.16813@sniper.domtek.fr> <20000623141330.O407@stat.Duke.EDU> In-Reply-To: <20000623141330.O407@stat.Duke.EDU> Cc: freebsd-stable@freebsd.org MIME-Version: 1.0 Message-Id: <00062320181701.16813@sniper.domtek.fr> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Le Fri, 23 Jun 2000, vous avez écrit : > Matthieu Pasini stated: > : ------------------------------------------------- > : In my kernel , i put : > : ------------------- > : options "ELSA_QS1PCI" > : device isic0 > : #pseudo-device "i4b" > : #pseudo-device "i4bisppp" 4 > : #pseudo-device "i4bipr" 4 > : ------------------------- > : which i think is correct ... > : > : Has anyone an idea , you'll be very helpful ... > : Thanks > > Matthieu- > > I have no experience with i4b, but you have the psuedo-devices > commented out. This problably should look like: > > options "ELSA_QS1PCI" > device isic0 > pseudo-device "i4b" > pseudo-device "i4bisppp" 4 > pseudo-device "i4bipr" 4 > > You will want to do a config SNIPE and cd /sys/compile/SNIPER > make depend && make > > > S > ----------------------------------------------------------------------- > Sean O'Connell Email: sean@stat.Duke.EDU > Institute of Statistics and Decision Sciences Phone: (919) 684-5419 > Duke University Fax: (919) 684-8594 I know they're commented ;) But it's the same when i comment them out ;( when i put : options "ELSA_QS1PCI" device isic0 pseudo-device "i4b" pseudo-device "i4bisppp" 4 pseudo-device "i4bipr" 4 there is also a problem during linking ... To be continued ... Matthieu Pasini To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message