From owner-freebsd-questions Mon Aug 23 16: 1:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.netcoresys.com (smtp.netcoresys.com [209.117.103.2]) by hub.freebsd.org (Postfix) with SMTP id 4171214FF0 for ; Mon, 23 Aug 1999 16:01:52 -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; 23 Aug 1999 23:02:50 UT Received: by mars.netcoresys.com with Internet Mail Service (5.5.2448.0) id ; Mon, 23 Aug 1999 18:59:12 -0400 Message-ID: <22BE750538F8D211BC3E0090273FC201010730@mars.netcoresys.com> From: "Costa, David" To: freebsd-questions@FreeBSD.ORG Subject: make for device en0 fails in FreeBSD 3.2 Date: Mon, 23 Aug 1999 18:59:08 -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-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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-questions" in the body of the message