From owner-freebsd-atm Tue Aug 24 6:15: 3 1999 Delivered-To: freebsd-atm@freebsd.org Received: from smtp.netcoresys.com (smtp.netcoresys.com [209.117.103.2]) by hub.freebsd.org (Postfix) with SMTP id 4474515118 for ; Tue, 24 Aug 1999 06:15:00 -0700 (PDT) (envelope-from dcosta@netcoresys.com) Received: from mars.netcoresys.com by smtp.netcoresys.com via smtpd (for hub.FreeBSD.ORG [204.216.27.18]) with SMTP; 24 Aug 1999 13:15:54 UT Received: by mars.netcoresys.com with Internet Mail Service (5.5.2448.0) id ; Tue, 24 Aug 1999 09:10:40 -0400 Message-ID: <22BE750538F8D211BC3E0090273FC201010732@mars.netcoresys.com> From: "Costa, David" To: "'freebsd-atm@freebsd.org'" Subject: FW: make for device en0 fails in FreeBSD 3.2 Date: Tue, 24 Aug 1999 09:10:39 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-atm@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----Original Message----- From: Costa, David Sent: Monday, August 23, 1999 6:59 PM To: freebsd-questions@FreeBSD.ORG Subject: make for device en0 fails in FreeBSD 3.2 Hello to the list. I am trying to add support for my efficient ENI-155P ATM PCI adapter in FreeBSD 3.2. Chuck Craner's guide indicates that device en0 needs to be added to the kernel configuration file. All went well until I got to the make stage. Listed below is the output from make: nietzsche# make loading kernel midway.o: In function `en_attach': midway.o(.text+0x246): undefined reference to `atm_output' midway.o(.text+0x54c): undefined reference to `atm_ifattach' midway.o: In function `en_ioctl': midway.o(.text+0xd6a): undefined reference to `atm_rtrequest' midway.o: In function `en_intr': midway.o(.text+0x3310): undefined reference to `atm_input' *** Error code 1 Stop. I am at a loss as to how to proceed here. Can anyone help out a FreeBSD newbie? Thank you very much. Dave Costa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-atm" in the body of the message