Date: Sun, 7 Jan 2001 00:08:54 -0800 (PST) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <200101070808.f0788tW31080@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101070808.f0788tW31080>