From owner-cvs-all@FreeBSD.ORG Mon May 3 16:28:53 2004 Return-Path: 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 14AB416A4D0 for ; Mon, 3 May 2004 16:28:53 -0700 (PDT) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5344A43D31 for ; Mon, 3 May 2004 16:28:52 -0700 (PDT) (envelope-from nate@root.org) Received: (qmail 23693 invoked by uid 1000); 3 May 2004 23:28:53 -0000 Date: Mon, 3 May 2004 16:28:53 -0700 (PDT) From: Nate Lawson To: Doug Ambrisko In-Reply-To: <20040503223542.B1D0E16A4FE@hub.freebsd.org> Message-ID: <20040503162817.T23683@root.org> References: <20040503223542.B1D0E16A4FE@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES options src/share/man/man4 sio.4 src/sys/dev/sio sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 23:28:53 -0000 On Mon, 3 May 2004, Doug Ambrisko wrote: > ambrisko 2004/05/03 15:35:28 PDT > > FreeBSD src repository > > Modified files: > sys/conf NOTES options > share/man/man4 sio.4 > sys/dev/sio sio.c > Log: > Remove new options and my prevention of system freeze when the sio probe > returns okay when HW probe fails. This happens when comconsole flag is > set but VGA console is used instead. > > Back out requested by: bde (He will be looking at other solutions from scratch) > > Revision Changes Path > 1.52 +0 -2 src/share/man/man4/sio.4 > 1.1225 +0 -2 src/sys/conf/NOTES > 1.449 +0 -1 src/sys/conf/options > 1.429 +50 -77 src/sys/dev/sio/sio.c I'm sad to see this go and hope it comes back in equivalent or better form. Thanks to both of you for working on this. -Nate