From owner-cvs-all Wed Jan 5 23:13:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89C4714ECD; Wed, 5 Jan 2000 23:13:56 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA60043; Wed, 5 Jan 2000 23:13:56 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <200001060713.XAA60043@freefall.freebsd.org> From: Warner Losh Date: Wed, 5 Jan 2000 23:13:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c fdc.h fdreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 2000/01/05 23:13:55 PST Modified files: sys/isa fd.c fdc.h fdreg.h Log: Merge most of FDC_YE into the mainline driver. o Rename FDC_PCMCIA to FDC_NODMA to allow systems that don't have dma for floppies. o Remove all but two FDC_YE ifdefs. They aren't needed. o Move defines for YE_DATAPORT to fdreg.h. Not fixed: o The pccard probe/attach. However, motivated individuals can more easily add this now. This is a merge of changes I've had in my tree for a long time. These fixes were tested on my VAIO with its normal floppy. Please let me know if I broke anything. Prodded by: Peter Wemm Revision Changes Path 1.175 +27 -76 src/sys/isa/fd.c 1.18 +2 -4 src/sys/isa/fdc.h 1.13 +6 -1 src/sys/isa/fdreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message