From owner-freebsd-questions@FreeBSD.ORG Fri Aug 15 14:03:22 2003 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 3C45137B401 for ; Fri, 15 Aug 2003 14:03:21 -0700 (PDT) Received: from remt28.cluster1.charter.net (remt28.cluster1.charter.net [209.225.8.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D90B43FBD for ; Fri, 15 Aug 2003 14:03:21 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt28.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 121906008 for freebsd-questions@freebsd.org; Fri, 15 Aug 2003 17:03:19 -0400 From: "Charles Howse" To: Date: Fri, 15 Aug 2003 16:03:12 -0500 Message-ID: <001301c36370$a37b0020$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <200308151736.09346.joey@mingrone.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: Nwe kernel and dmesg question 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: Fri, 15 Aug 2003 21:03:22 -0000 > You can look in the LINT kernel configuration file. For i386 > this is in: > /usr/src/sys/i386/conf/LINT OK, I get it now.... My kernel.conf has (comments are mine): Di pcic0 Di bt0 Di aic0 Di aha0 Di adv0 # Don't initialize at boot any of the devices above En sn0 # Enable this network interface Po sn0 0xde00 # at this i/o address Ir sn0 10 # at this irq F sn0 0 # Don't know what this means...? Q # Stop looking for devices...?