Date: Sun, 7 Jan 2001 08:31:10 -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/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 Message-ID: <200101071631.f07GVAb62969@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101071631.f07GVAb62969>
