From owner-freebsd-current@FreeBSD.ORG Tue Apr 22 06:19:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C5A37B401 for ; Tue, 22 Apr 2003 06:19:55 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8748743F93 for ; Tue, 22 Apr 2003 06:19:54 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h3MDJqA7031789; Tue, 22 Apr 2003 07:19:52 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 22 Apr 2003 07:19:11 -0600 (MDT) Message-Id: <20030422.071911.31319261.imp@bsdimp.com> To: dcs@tcoip.com.br From: "M. Warner Losh" In-Reply-To: <3EA53B66.2070709@tcoip.com.br> References: <3EA531A0.3060209@tcoip.com.br> <20030422.064548.89803373.imp@bsdimp.com> <3EA53B66.2070709@tcoip.com.br> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Auto kernel module loading X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2003 13:19:55 -0000 In message: <3EA53B66.2070709@tcoip.com.br> "Daniel C. Sobral" writes: : Ok. MMmmm. Damn, I want this. :-) You can install current or 5.1-RELEASE. I'm still refining how to generate the tables automatically, which likely won't be in 5.1, but may make it into 5.2. A lot of driver work may be needed to make it easier, but that work isn't necessarily code... Also, I mispoke. You can have '/ device' loaded as a module by the loader. I have used ata as module in the past, but don't at the moment (there may have been local hacks to make it work). Warner