From owner-cvs-sys Sat Nov 2 15:31:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03180 for cvs-sys-outgoing; Sat, 2 Nov 1996 15:31:32 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA03161; Sat, 2 Nov 1996 15:31:18 -0800 (PST) Date: Sat, 2 Nov 1996 15:31:18 -0800 (PST) From: Joerg Wunsch Message-Id: <199611022331.PAA03161@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa fd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/02 15:31:18 Modified: sys/i386/isa fd.c Log: Fix the broken EOF handling in the floppy driver. The most obvious appearance of this bug was the malfunctioning -M option in GNU tar (it worked only by explicitly specifying -L). Reviewed by: bde, and partially corrected accoring to his comments Candidate for 2.2, IMHO even for 2.1.6. Revision Changes Path 1.93 +36 -28 src/sys/i386/isa/fd.c