From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 22:06:49 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66300A8A for ; Wed, 19 Mar 2014 22:06:49 +0000 (UTC) Received: from smtp.monmouth.edu (smtp.monmouth.edu [204.152.149.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0752A364 for ; Wed, 19 Mar 2014 22:06:48 +0000 (UTC) Received: from cuda-svf.monmouth.edu (cuda-svf.monmouth.edu [192.100.64.233]) by smtp.monmouth.edu (8.14.8/8.14.8) with ESMTP id s2JLlZ8E009462 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 19 Mar 2014 17:47:35 -0400 X-ASG-Debug-ID: 1395265654-06a270610111e2a0001-jLrpzn Received: from mail.monmouth.edu (mail.monmouth.edu [192.100.64.12]) by cuda-svf.monmouth.edu with ESMTP id 5JS03eg0BFQrw4r8 (version=TLSv1 cipher=AES256-SHA bits=256 verify=NO); Wed, 19 Mar 2014 17:47:34 -0400 (EDT) X-Barracuda-Envelope-From: rclayton@monmouth.edu X-Barracuda-RBL-Trusted-Forwarder: 192.100.64.12 Received: from rockhopper.monmouth.edu (rockhopper.monmouth.edu [10.1.13.6]) by mail.monmouth.edu (8.14.4/8.14.4) with ESMTP id s2JLlYG0027552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Mar 2014 17:47:35 -0400 Received: from rockhopper.monmouth.edu (localhost.localdomain [127.0.0.1]) by rockhopper.monmouth.edu (8.14.5/8.14.5) with ESMTP id s2JLlV4n013437; Wed, 19 Mar 2014 17:47:31 -0400 X-Barracuda-BWL-IP: 10.1.13.6 X-Barracuda-RBL-IP: 10.1.13.6 Received: (from rclayton@localhost) by rockhopper.monmouth.edu (8.14.5/8.14.4/Submit) id s2JLlQvP013435; Wed, 19 Mar 2014 17:47:26 -0400 Date: Wed, 19 Mar 2014 17:47:26 -0400 Message-Id: <201403192147.s2JLlQvP013435@rockhopper.monmouth.edu> X-Authentication-Warning: rockhopper.monmouth.edu: rclayton set sender to rclayton@monmouth.edu using -f From: rclayton@monmouth.edu (R. Clayton) To: Devin Teske In-reply-to: <025701cf43ba$9f4c0090$dde401b0$@fisglobal.com> (message from Devin Teske on Wed, 19 Mar 2014 14:31:40 -0700) Subject: Re: Listing kernel models. References: <878us839kt.fsf@UlanBator.myhome.westell.com> <20140319205303.5ecbb030.freebsd@edvax.de> <025701cf43ba$9f4c0090$dde401b0$@fisglobal.com> X-ASG-Orig-Subj: Re: Listing kernel models. X-Barracuda-Connect: mail.monmouth.edu[192.100.64.12] X-Barracuda-Start-Time: 1395265654 X-Barracuda-Encrypted: AES256-SHA X-Barracuda-URL: http://cuda-svf.monmouth.edu:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at monmouth.edu X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=4.0 KILL_LEVEL=9.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.4072 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- Cc: freebsd@edvax.de, freebsd-questions@freebsd.org 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 22:06:49 -0000 And as one might think, attempting to load a module for something that is compiled-in will generate an error that it already exists. Yes, that's what started me on this quest: trying to load wpi as directed by the handbook was producing an error message saying it's already loaded.