From owner-freebsd-current@FreeBSD.ORG Wed Jul 4 00:25:12 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29B7316A41F; Wed, 4 Jul 2007 00:25:12 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (transport.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id DF35013C458; Wed, 4 Jul 2007 00:25:11 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from transport.cksoft.de (localhost [127.0.0.1]) by transport.cksoft.de (Postfix) with ESMTP id 259ED1FF958; Wed, 4 Jul 2007 02:25:11 +0200 (CEST) Received: by transport.cksoft.de (Postfix, from userid 66) id 323411FF90A; Wed, 4 Jul 2007 02:25:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 6532B4448A9; Wed, 4 Jul 2007 00:22:17 +0000 (UTC) Date: Wed, 4 Jul 2007 00:22:17 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: freebsd-isdn@FreeBSD.org Message-ID: <20070704002005.N31116@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS cksoft-s20020300-20031204bz on transport.cksoft.de Cc: FreeBSD current mailing list Subject: HEADS UP: i4b partly disconnect from build 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: Wed, 04 Jul 2007 00:25:12 -0000 Hi, in addition to what the commit message says: In case you experience any problems or panics for the parts left, report them to the freebsd-isdn@ mailing list. Thank you. Bjoern -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time. ---------- Forwarded message ---------- Date: Wed, 4 Jul 2007 00:18:39 +0000 (UTC) From: Bjoern A. Zeeb To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/conf NOTES src/sys/conf files options options.amd64 options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i4b/driver i4b_ing.c i4b_ipr.c i4b_isppp.c src/sys/pc98/conf NOTES bz 2007-07-04 00:18:39 UTC FreeBSD src repository Modified files: sys/amd64/conf NOTES sys/conf files options options.amd64 options.i386 options.pc98 sys/i386/conf NOTES sys/i4b/driver i4b_ing.c i4b_ipr.c i4b_isppp.c sys/pc98/conf NOTES Log: Temporary disconnect i4bing, i4bisppp and i4bipr from the build for the 7.0 timeframe. This is needed because I4B is not locked and NET_NEEDS_GIANT goes away. The plan is to lock I4B and bring everything back for 7.1. Approved by: re (kensmith) Revision Changes Path 1.68 +2 -2 src/sys/amd64/conf/NOTES 1.1231 +3 -3 src/sys/conf/files 1.599 +3 -3 src/sys/conf/options 1.29 +2 -2 src/sys/conf/options.amd64 1.238 +2 -2 src/sys/conf/options.i386 1.201 +2 -2 src/sys/conf/options.pc98 1.1243 +9 -8 src/sys/i386/conf/NOTES 1.25 +2 -0 src/sys/i4b/driver/i4b_ing.c 1.39 +1 -1 src/sys/i4b/driver/i4b_ipr.c 1.32 +1 -1 src/sys/i4b/driver/i4b_isppp.c 1.85 +9 -8 src/sys/pc98/conf/NOTES