Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2006 06:10:06 GMT
From:      =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/91476: floppy drive doesn't work in MS Virtual Server 2005 R2
Message-ID:  <200601080610.k086A6sZ042148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/91476; it has been noted by GNATS.

From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To: bug-followup@FreeBSD.org,  dr@integritasystems.com
Cc:  
Subject: Re: i386/91476: floppy drive doesn't work in MS Virtual Server 2005
 R2
Date: Sun, 08 Jan 2006 07:08:59 +0100

 This is probably the same issue as already described in problem report 
 kern/79944. Apply the patch below and compile and install a new kernel.
 
 Regards Björn
 
 
 # cd /usr/src
 # patch -p1 -i fdc.c-2005010801.diff
 # make buildkernel
 # make installkernel
 # reboot
 
 --- fdc.c-2005010801.diff begins here ---
 --- src/sys/dev/fdc/fdc.c.orig	Sun Jan  8 06:55:49 2006
 +++ src/sys/dev/fdc/fdc.c	Sun Jan  8 06:56:12 2006
 @@ -1621,8 +1621,6 @@
   	 */
   	fdout_wr(fdc, 0);
   	fdout_wr(fdc, 0);
 -	if (fdsts_rd(fdc) != 0)
 -		return (ENXIO);
 
   	/*
   	 * Clear the reset and see it come ready.
 --- fdc.c-2005010801.diff ends here ---



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601080610.k086A6sZ042148>