From owner-freebsd-alpha Tue Jan 4 6:34:19 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 3EF551523A; Tue, 4 Jan 2000 06:33:46 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.1/8.9.1) with ESMTP id JAA25702; Tue, 4 Jan 2000 09:33:35 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id JAA48267; Tue, 4 Jan 2000 09:33:04 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 4 Jan 2000 09:33:04 -0500 (EST) To: Chuck Robey Cc: Mike Smith , FreeBSD-alpha@FreeBSD.ORG Subject: Re: fxp0 & splimp In-Reply-To: References: <200001020812.AAA09891@mass.cdrom.com> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14450.832.737977.843430@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Chuck Robey writes: > I better amend this with reality, hadn't I? The ethernet card's a CNet > Pro100, uses the ax0 device. I still get that "link_elf: symbol splimp > undefined" error during boot, and the CNet card's not recognized. The > previous 11/15/99 kernel used no modules (kldstat says so), and I added > nothing new to the config, just changed one "disk" to device, and took out Chuck, The if_ax driver disappeared between Nov 15 & now (in favor of if_dc). So if_ax was built into the 11/15 GENERIC kernel but it is not built into today's GENERIC kernel. When you do an 'ifconfig ax0 foo' ifconfig will kldload /modules/if_ax.ko. This module will be from the last time you built world. Among other things, splimp() is now an in-line function so there is no way for the kld loader to resolve splimp() because there is no splimp symbol in the kernel. You should be using dc0 instead. Cheers, Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message