From owner-cvs-all Sun Jan 7 8:31:27 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 D22E337B400; Sun, 7 Jan 2001 08:31:10 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07GVAb62969; Sun, 7 Jan 2001 08:31:10 -0800 (PST) (envelope-from imp) Message-Id: <200101071631.f07GVAb62969@freefall.freebsd.org> From: Warner Losh Date: Sun, 7 Jan 2001 08:31:10 -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/pcic i82365.c i82365var.h src/sys/dev/ray if_ray.c src/sys/dev/pccbb pccbb.c src/sys/pccard pccard_nbk.c pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/07 08:31:10 PST Modified files: sys/dev/pccard card_if.m pccard.c sys/dev/pcic i82365.c i82365var.h sys/dev/ray if_ray.c sys/dev/pccbb pccbb.c sys/pccard pccard_nbk.c pcic.c Log: o Now that I've had time to test the new interface, reintegrate it back in. o Fix OLDCARD to use the new interface. o Rename the offsetp argument to deltap to more closely reflect what it is returning (it returns the delta from the requested value to the actual value). o Remove duplicate $FreeBSD$ in pccbb.c o Allow deltap to be NULL. o Convert new isa pcic driver and add XXX comments that this function isn't actually implemented there (which means that NEWCARD pccard stuff won't work there until it is). o Revert attempts to make old inferface work in NEWCARD. Subitted by: peter (Parts of the new version code) Revision Changes Path 1.12 +2 -1 src/sys/dev/pccard/card_if.m 1.31 +4 -8 src/sys/dev/pccard/pccard.c 1.33 +5 -3 src/sys/dev/pcic/i82365.c 1.26 +2 -2 src/sys/dev/pcic/i82365var.h 1.48 +3 -3 src/sys/dev/ray/if_ray.c 1.10 +12 -13 src/sys/dev/pccbb/pccbb.c 1.24 +3 -3 src/sys/pccard/pccard_nbk.c 1.101 +6 -3 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message