From owner-freebsd-questions@FreeBSD.ORG Sat Apr 17 07:55:31 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4498116A4CE for ; Sat, 17 Apr 2004 07:55:31 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A9FC43D41 for ; Sat, 17 Apr 2004 07:55:31 -0700 (PDT) (envelope-from taxman@freedombi.com) Received: from pcp08792602pcs.vnburn01.mi.comcast.net ([68.41.190.132]) by comcast.net (rwcrmhc12) with SMTP id <20040417145529014001a5qme>; Sat, 17 Apr 2004 14:55:30 +0000 From: Tim McMillen To: Mark In-Reply-To: <200404162302.I3GN26PV008366@asarian-host.net> References: <200404162302.I3GN26PV008366@asarian-host.net> Content-Type: text/plain Message-Id: <1082199319.536.5.camel@taxman> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 17 Apr 2004 10:55:28 +0000 Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Kernel question about sk(4) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 14:55:31 -0000 On Fri, 2004-04-16 at 23:02, Mark wrote: > I have a question about the sk(4) driver. I want to use the 3Com 3C940, > onboard an ASUS K8V Deluxe motherboard, using FreeBSD 4.9R. > > I asked this before; but this is not really a 3com question, but more a > kernel question, I think. At the SYNOPSIS of sk(4), I read: > > device miibus > device sk > > Does that mean I need to recompile the kernel? Because "device sk" is not > part of my kernel config, it seems. If sk is not in your current kernel config (GENERIC if you haven't changed it) then you either need to re-compile the kernel with the device listed, or use the module. Likely a module exists for sk on your system at /boot/modules, and you could just load it with kldload. Tim