From owner-cvs-all Tue Jun 5 14: 1:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA61037B401; Tue, 5 Jun 2001 14:01:46 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55L1kc36497; Tue, 5 Jun 2001 14:01:46 -0700 (PDT) (envelope-from joerg) Message-Id: <200106052101.f55L1kc36497@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 5 Jun 2001 14:01:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c fdc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2001/06/05 14:01:46 PDT Modified files: sys/isa fd.c fdc.h Log: Make the FDC (state machine) state an enum, as opposed to an int abusing a bunch of #defines, for clarity and better debugging support. Revision Changes Path 1.200 +1 -17 src/sys/isa/fd.c 1.23 +18 -2 src/sys/isa/fdc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message