From owner-cvs-all@FreeBSD.ORG Wed Jul 12 15:52:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 C9A7E16A4DE; Wed, 12 Jul 2006 15:52:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4475A43D4C; Wed, 12 Jul 2006 15:52:11 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k6CFqBLn030275; Wed, 12 Jul 2006 11:52:11 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Nate Lawson Date: Wed, 12 Jul 2006 11:51:53 -0400 User-Agent: KMail/1.6.2 References: <200607120049.k6C0nlHN034350@repoman.freebsd.org> <44B48F0E.1050704@FreeBSD.org> <44B495BF.6080503@root.org> In-Reply-To: <44B495BF.6080503@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200607121151.57718.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1593/Wed Jul 12 09:59:03 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Maxim Sobolev , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/fdc fdc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Jul 2006 15:52:12 -0000 On Wednesday 12 July 2006 02:25 am, Nate Lawson wrote: > You CAN'T get rid of the fdc, even if you want to. It's an > embedded part of the Super I/O chips even if your machine has no > floppy drive (i.e. laptop). So anything that slows down probing of > it will slow down your boot. Yes, that was my motivation. One of my colleagues at work tried to install FreeBSD on a brand new 2U server and he complained FreeBSD cannot be installed on the box while other operating systems have no problem. Of course, I don't like that kind of complaints. ;-) Rev. 1.310 fixes 'hang' and 1.311 fixes 'slow boot' problem. This problem is quite common with newer floppy controller and 'slim' floppy disk drive, it seems. Jung-uk Kim