From owner-cvs-all Mon Oct 30 1:41:32 2000 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 624A437B479; Mon, 30 Oct 2000 01:41:29 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA73922; Mon, 30 Oct 2000 01:41:29 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <200010300941.BAA73922@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 30 Oct 2000 01:41:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/10/30 01:41:29 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-all.h Log: MFC: Fix the PCCARD ATA breakage.. This is due to a bug that has been in there since Warneer did the PCCARD stuff, the altioaddr is not offset 8 its offset 14 from the base address. Also only probe the master device, no known PCCARD ATA thingies has a slave AFAIK.. Revision Changes Path 1.50.2.9 +7 -3 src/sys/dev/ata/ata-all.c 1.26.2.4 +5 -3 src/sys/dev/ata/ata-all.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message