From owner-freebsd-stable@FreeBSD.ORG Fri Mar 19 03:02:23 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 771AC16A4CE for ; Fri, 19 Mar 2004 03:02:23 -0800 (PST) Received: from shuttle.kmem.org (unknown [213.245.62.240]) by mx1.FreeBSD.org (Postfix) with SMTP id 11F4343D2D for ; Fri, 19 Mar 2004 03:02:22 -0800 (PST) (envelope-from tom@kmem.org) Received: (qmail 16175 invoked by uid 98); 19 Mar 2004 11:02:19 -0000 Received: from tom@kmem.org by mail.shuttle.kmem.org by uid 89 with qmail-scanner-1.20st Clear:RC:1(10.0.2.98):. Processed in 0.018508 secs); 19 Mar 2004 11:02:19 -0000 Received: from unknown (HELO shuttle.kmem.org) (10.0.2.98) by shuttle.kmem.org with SMTP; 19 Mar 2004 11:02:19 -0000 Received: from 80.14.204.211 (SquirrelMail authenticated user tom@kmem.org) by shuttle.kmem.org with HTTP; Fri, 19 Mar 2004 12:02:19 +0100 (CET) Message-ID: <4854.80.14.204.211.1079694139.squirrel@shuttle.kmem.org> Date: Fri, 19 Mar 2004 12:02:19 +0100 (CET) From: tom@kmem.org To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: 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:02:23 -0000 Hi, I'm having trouble with a machine i just bought quite recently. The motherboard is a ASUS P4P800 and has an onboard NIC the NIC is seen by freebsd as : skc0@pci2:5:0: class=0x020000 card=0x80eb1043 chip=0x170010b7 rev=0x12 hdr=0x00 vendor = '3COM Corp, Networking Division' device = '3C940 Gigabit Ethernet PCI CODEC' class = network subclass = ethernet 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 when i do a ifconfig , the sk0 device does not show up for configuration my system : FreeBSD 4.9-STABLE #0: Thu Mar 18 10:52:03 GMT 2004 root@green:/usr/obj/usr/src/sys/green i cvsupped sources, make buildkernel/installkernel yesterday i'm not sure where i made a mistake, as i've never really had this problem before with network cards. If someone could tell me where i went wrong i could correct the problem. Thanks :) Tom