From owner-freebsd-tokenring Tue Mar 25 2: 1:36 2003 Delivered-To: freebsd-tokenring@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86FCE37B401 for ; Tue, 25 Mar 2003 02:01:34 -0800 (PST) Received: from gw-nl3.philips.com (gw-nl3.philips.com [212.153.190.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC6F943F85 for ; Tue, 25 Mar 2003 02:01:33 -0800 (PST) (envelope-from holger.duell@philips.com) Received: from smtpscan-nl1.philips.com (smtpscan-nl1.philips.com [130.139.36.21]) by gw-nl3.philips.com (Postfix) with ESMTP id 2D09C9BD16 for ; Tue, 25 Mar 2003 10:59:38 +0100 (MET) Received: from smtprelay-nl1.philips.com (localhost [127.0.0.1]) by smtpscan-nl1.philips.com (8.9.3-p1/8.8.5-1.2.2m-19990317) with ESMTP id KAA12215 for ; Tue, 25 Mar 2003 10:59:37 +0100 (MET) From: holger.duell@philips.com Received: from hbg001soh.diamond.philips.com (e1soh01.diamond.philips.com [130.143.165.45]) by smtprelay-nl1.philips.com (8.9.3-p1/8.8.5-1.2.2m-19990317) with ESMTP id KAA27209 for ; Tue, 25 Mar 2003 10:58:59 +0100 (MET) To: freebsd-tokenring@FreeBSD.org Subject: Re: IBM LANStreamer driver available. X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: Date: Tue, 25 Mar 2003 10:59:48 +0100 X-MIMETrack: Serialize by Router on hbg001soh/H/SERVER/PHILIPS(Release 5.0.9a |January 7, 2002) at 25/03/2003 11:00:01, Serialize complete at 25/03/2003 11:00:01 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, hits=0.7 required=5.0 tests=NO_REAL_NAME version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-tokenring@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all and especially Matthew. I'm running FreeBSD 5.0-RELEASE. as a newbie I've problems making the lns=20 work. I copied the dev-directory to /usr/src/sys/contrib/ and modules to=20 /usr/src/sys/. I added the following two lines to MYKERNEL (a tuned copy=20 of GENERIC): device lns device token # or should this be "pseudo-device"? but "ether" isn't a # "pseudo-device" either running # /usr/sbin/config MYKERNEL returns=20 config: Error: device "lns" is unknown config: 1 errrors how can the new device/driver be declared? TIA met vriendelijke groeten Holger D=FCll --=20 "... if you gaze for long into the abyss, the abyss gazes also into you."=20 - Nietzsche To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-tokenring" in the body of the message From owner-freebsd-tokenring Tue Mar 25 10:31:13 2003 Delivered-To: freebsd-tokenring@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A44937B404 for ; Tue, 25 Mar 2003 10:31:11 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id B877E43F3F for ; Tue, 25 Mar 2003 10:31:09 -0800 (PST) (envelope-from mdodd@FreeBSD.ORG) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.8/8.12.8) with ESMTP id h2PIV7Ci079504; Tue, 25 Mar 2003 13:31:07 -0500 (EST) (envelope-from mdodd@FreeBSD.ORG) Date: Tue, 25 Mar 2003 13:31:07 -0500 (EST) From: "Matthew N. Dodd" X-X-Sender: winter@sasami.jurai.net To: holger.duell@philips.com Cc: freebsd-tokenring@FreeBSD.ORG Subject: Re: IBM LANStreamer driver available. In-Reply-To: Message-ID: <20030325132935.I39864@sasami.jurai.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-26.1 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-tokenring@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 25 Mar 2003 holger.duell@philips.com wrote: > I'm running FreeBSD 5.0-RELEASE. as a newbie I've problems making the lns > work. I copied the dev-directory to /usr/src/sys/contrib/ and modules to > /usr/src/sys/. I added the following two lines to MYKERNEL (a tuned copy > of GENERIC): This really wouldn't go in 'contrib'; if you untar it in /sys you'll be fine. > device lns > device token # or should this be "pseudo-device"? but "ether" isn't a > # "pseudo-device" either > running # /usr/sbin/config MYKERNEL returns > config: Error: device "lns" is unknown > config: 1 errrors > > how can the new device/driver be declared? Build a kernel with 'token' in it and then build the 'if_lns' module (cd /sys/modules/if_lns && make all install load) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-tokenring" in the body of the message From owner-freebsd-tokenring Wed Mar 26 7:14: 0 2003 Delivered-To: freebsd-tokenring@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5F3137B405 for ; Wed, 26 Mar 2003 07:13:54 -0800 (PST) Received: from gw-nl6.philips.com (gw-nl6.philips.com [212.153.235.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8688043F75 for ; Wed, 26 Mar 2003 07:13:53 -0800 (PST) (envelope-from holger.duell@philips.com) Received: from smtpscan-nl3.philips.com (smtpscan-nl3.philips.com [130.139.36.23]) by gw-nl6.philips.com (Postfix) with ESMTP id 1D031A6FEB for ; Wed, 26 Mar 2003 16:13:38 +0100 (MET) Received: from smtprelay-nl1.philips.com (localhost [127.0.0.1]) by smtpscan-nl3.philips.com (8.9.3-p1/8.8.5-1.2.2m-19990317) with ESMTP id QAA24710 for ; Wed, 26 Mar 2003 16:13:37 +0100 (MET) From: holger.duell@philips.com Received: from hbg001soh.diamond.philips.com (e1soh01.diamond.philips.com [130.143.165.45]) by smtprelay-nl1.philips.com (8.9.3-p1/8.8.5-1.2.2m-19990317) with ESMTP id QAA05707 for ; Wed, 26 Mar 2003 16:13:37 +0100 (MET) To: freebsd-tokenring@FreeBSD.org Subject: Re: IBM LANStreamer driver available. X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 Message-ID: Date: Wed, 26 Mar 2003 16:14:37 +0100 X-MIMETrack: Serialize by Router on hbg001soh/H/SERVER/PHILIPS(Release 5.0.9a |January 7, 2002) at 26/03/2003 16:14:38, Serialize complete at 26/03/2003 16:14:38 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,NO_REAL_NAME,QUOTED_EMAIL_TEXT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-tokenring@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello freebsd-newbies or freebsd-questions might be better places to drop this. feel free to ignore it. > Build a kernel with 'token' in it and then build the 'if_lns' module (cd > /sys/modules/if_lns && make all install load) # make all returns Warning: Object directory not changed from original /usr/src/sys/modules/if_lns cc -O -pipe -mcpu=pentiumpro -DLNS_SYSCTL -I/usr/src/sys/modules/if_lns/../../ -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I/usr/src/sys/modules/if_lns/../../ -I. -I@ -I@/dev -I/usr/include -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/if_lns/../../dev/lns/if_lns_freebsd.c /usr/src/sys/dev/lns/if_lns_freebsd.c: In function `lns_attach': /usr/src/sys/dev/lns/if_lns_freebsd.c:323: `ISO88025_BPF_SUPPORTED' undeclared (first use in this function) /usr/src/sys/dev/lns/if_lns_freebsd.c:323: (Each undeclared identifier is reported only once /usr/src/sys/dev/lns/if_lns_freebsd.c:323: for each function it appears in.) /usr/src/sys/dev/lns/if_lns_freebsd.c:323: too many arguments to function `iso88025_ifattach' /usr/src/sys/dev/lns/if_lns_freebsd.c: In function `lns_detach': /usr/src/sys/dev/lns/if_lns_freebsd.c:351: `ISO88025_BPF_SUPPORTED' undeclared (first use in this function) /usr/src/sys/dev/lns/if_lns_freebsd.c: In function `lns_rx_decode_freebsd': /usr/src/sys/dev/lns/if_lns_freebsd.c:1237: warning: passing arg 2 of `iso88025_input' from incompatible pointer type /usr/src/sys/dev/lns/if_lns_freebsd.c:1237: too few arguments to function `iso88025_input' machine/pmap.h: At top level: /usr/src/sys/dev/lns/if_lns_freebsd.c:630: warning: `lns_setmulti' defined but not used *** Error code 1 Stop in /usr/src/sys/modules/if_lns. I untared version 2003/03/22 00:07:31 of lns.tar.gz. any help appreciated. TIA ciaociao holger -- The difference between genius and stupidity is genius has its limits. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-tokenring" in the body of the message From owner-freebsd-tokenring Wed Mar 26 7:51:32 2003 Delivered-To: freebsd-tokenring@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2E2637B404 for ; Wed, 26 Mar 2003 07:51:30 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3810E43F3F for ; Wed, 26 Mar 2003 07:51:30 -0800 (PST) (envelope-from mdodd@FreeBSD.ORG) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.8/8.12.8) with ESMTP id h2QFpTCi011497; Wed, 26 Mar 2003 10:51:29 -0500 (EST) (envelope-from mdodd@FreeBSD.ORG) Date: Wed, 26 Mar 2003 10:51:29 -0500 (EST) From: "Matthew N. Dodd" X-X-Sender: winter@sasami.jurai.net To: holger.duell@philips.com Cc: freebsd-tokenring@FreeBSD.ORG Subject: Re: IBM LANStreamer driver available. In-Reply-To: Message-ID: <20030326104952.W39864@sasami.jurai.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-26.1 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-tokenring@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 26 Mar 2003 holger.duell@philips.com wrote: > freebsd-newbies or freebsd-questions might be better places to > drop this. feel free to ignore it. I didn't notice that you mentioned 5.0-RELEASE in your previous message. You'll want to update to -CURRENT. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-tokenring" in the body of the message