From owner-cvs-all Fri Feb 25 1:48:29 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 5E3F337C22C; Fri, 25 Feb 2000 01:48:26 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA76540; Fri, 25 Feb 2000 01:48:26 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <200002250948.BAA76540@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 25 Feb 2000 01:48:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-dma.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 2000/02/25 01:48:25 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-dma.c Log: Add (partial) support for the Cypress ATA controller. Call intr_teardown on detach. Always add non masterdevice from unit 2 upwards. Update to the pccard code, at least some cards are now working, more testing to follow. Revision Changes Path 1.49 +57 -40 src/sys/dev/ata/ata-all.c 1.25 +2 -1 src/sys/dev/ata/ata-all.h 1.34 +18 -1 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message