From owner-freebsd-stable@FreeBSD.ORG Fri Mar 19 03:40:14 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1542B16A4CE for ; Fri, 19 Mar 2004 03:40:14 -0800 (PST) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7660743D31 for ; Fri, 19 Mar 2004 03:40:13 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.134.39) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA92700C8A93A; Fri, 19 Mar 2004 22:40:11 +1100 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 8E5C841BD; Fri, 19 Mar 2004 22:39:52 +1100 (EST) Date: Fri, 19 Mar 2004 22:39:52 +1100 From: Tim Robbins To: tom@kmem.org Message-ID: <20040319113952.GA16120@cat.robbins.dropbear.id.au> References: <4854.80.14.204.211.1079694139.squirrel@shuttle.kmem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4854.80.14.204.211.1079694139.squirrel@shuttle.kmem.org> User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org Subject: Re: if_sk driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 11:40:14 -0000 On Fri, Mar 19, 2004 at 12:02:19PM +0100, tom@kmem.org wrote: > I'm having trouble with a machine i just bought quite recently. > The motherboard is a ASUS P4P800 and has an onboard NIC [...] > i'm seeing the after loading if_sk which to my knowledge supports this > device. > > When i kldload if_sk i see this : > > skc0: <3Com 3C940 Gigabit Ethernet> port 0xd800-0xd8ff mem > 0xfeafc000-0xfeafffff irq 11 at device 5.0 on pci2 > skc0: 3Com Gigabit LOM (3C940) > sk0: on skc0 > sk0: Ethernet address: 00:0e:a6:48:8d:de > sk0: no memory for list buffers! > device_probe_and_attach: sk0 attach returned 12 Try building sk into the kernel or loading it from the bootloader. I have a similar board (ASUS K8V Deluxe) with the same 3Com gigabit adapter, and it worked perfectly first time with 5.2.1-RELEASE - I haven't tried -stable yet. Tim