From owner-cvs-all Sun Jan 7 0: 9: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 72FCA37B6A3; Sun, 7 Jan 2001 00:08:55 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0788tW31080; Sun, 7 Jan 2001 00:08:55 -0800 (PST) (envelope-from imp) Message-Id: <200101070808.f0788tW31080@freefall.freebsd.org> From: Warner Losh Date: Sun, 7 Jan 2001 00:08:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard card_if.m pccard.c src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/07 00:08:54 PST Modified files: sys/dev/pccard card_if.m pccard.c sys/dev/pccbb pccbb.c Log: Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't tested by even a compile of the OLDCARD code, was unapproved by me the keeper of OLDCARD and broke OLDCARD and the ray driver. Adjust new code to cope with the older interface. If the interface changes in the future, it ***MUST*** be cleared by me so that the OLDCARD impacts taken into account. It code in card_if.m is used jointly by both OLDCARD and NEWCARD. Revision Changes Path 1.11 +1 -2 src/sys/dev/pccard/card_if.m 1.30 +12 -6 src/sys/dev/pccard/pccard.c 1.9 +9 -9 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message