From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 19:25:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4732F1E3 for ; Wed, 19 Mar 2014 19:25:15 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 049D31CA for ; Wed, 19 Mar 2014 19:25:14 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WQM6r-00035u-FT for freebsd-questions@freebsd.org; Wed, 19 Mar 2014 20:25:05 +0100 Received: from pool-96-234-46-56.nwrknj.fios.verizon.net ([96.234.46.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2014 20:25:05 +0100 Received: from rclayton by pool-96-234-46-56.nwrknj.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2014 20:25:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: rclayton@monmouth.edu (R. Clayton) Subject: Listing kernel models. Date: Mon, 17 Mar 2014 15:32:18 -0400 Lines: 17 Message-ID: <878us839kt.fsf@UlanBator.myhome.westell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-96-234-46-56.nwrknj.fios.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:J/JVFf6YqY1ZxEys2qu/nlc1Dxw= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 19:25:15 -0000 How do I list the modules available in the (10.0 release generic, in my case) kernel? In linux I'd use the lsmod command. In freebsd does "ls /boot/kernel" do the trick? Is it the case that /boot/kernel/*ko are included as modules? In particular, I'm trying figure out if the instructions given in www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html to put if_ath_load="YES" wlan_wep_load="YES" wlan_ccmp_load="YES" wlan_tkip_load="YES" in /boot/loader.conf are redundant. --