From owner-cvs-all Wed Sep 25 8:10:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FEAC37B401; Wed, 25 Sep 2002 08:10:09 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D33443E42; Wed, 25 Sep 2002 08:10:08 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id g8PF9gOo041142; Wed, 25 Sep 2002 11:09:43 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 25 Sep 2002 11:09:42 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Scott Long Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files options src/sys/dev/aac aac.c aac_linux.c src/sys/modules/aac Makefile src/sys/modules/aac/aac_linux Makefile In-Reply-To: <200209250500.g8P50Q6H074740@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Great, thanks for doing that! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Tue, 24 Sep 2002, Scott Long wrote: > scottl 2002/09/24 22:00:25 PDT > > Modified files: > sys/conf files options > sys/dev/aac aac.c > sys/modules/aac Makefile > Added files: > sys/dev/aac aac_linux.c > sys/modules/aac/aac_linux Makefile > Log: > The AAC_COMPAT_LINUX option was really annoying, since it made the > aac driver dependent on the linux emulation module. This was > especially bad for the release engineers who tried to move the > aac driver from the kernel onto the drivers floppy. The linux > compat bits for this driver are now in their own driver, aac_linux. > It can be loaded as a module or compiled into the kernel. For > the latter case, the AAC_COMPAT_LINUX option is needed, along with > the COMPAT_LINUX option. > > I've tested this in every configuration I can think of. This is an > MFC candidate for 4.7. > > Idea from: rwatson > MFC after: 3 days > > Revision Changes Path > 1.705 +1 -0 src/sys/conf/files > 1.352 +1 -1 src/sys/conf/options > 1.42 +0 -52 src/sys/dev/aac/aac.c > 1.1 +84 -0 src/sys/dev/aac/aac_linux.c (new) > 1.5 +2 -2 src/sys/modules/aac/Makefile > 1.1 +8 -0 src/sys/modules/aac/aac_linux/Makefile (new) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message