From owner-freebsd-current@FreeBSD.ORG Sun Oct 21 14:53:13 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 936FE16A468 for ; Sun, 21 Oct 2007 14:53:13 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outR.internet-mail-service.net (outR.internet-mail-service.net [216.240.47.241]) by mx1.freebsd.org (Postfix) with ESMTP id 68C6513C4AA for ; Sun, 21 Oct 2007 14:52:21 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Sat, 20 Oct 2007 21:42:09 -0700 X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id 4592712675D for ; Sat, 20 Oct 2007 21:42:09 -0700 (PDT) Message-ID: <471AD8B7.2000007@elischer.org> Date: Sat, 20 Oct 2007 21:42:31 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: supporting old code in -current.. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 21 Oct 2007 14:53:13 -0000 In the following files (and their modules) we have the following in -current. src/sys/dev/aic7xxx/aic_osm_lib.h src/sys/dev/mpt/mpt.h #if __FreeBSD_version > 500005 [...] #else [blah] #endif is this worth maintaining? are the maintainers for mpt and aic supporting 4.x with the same sources somewhere? julian (p.s. it looked like copy-n-paste code..)