Date: Sun, 26 Aug 2001 17:09:42 -0700 (PDT) From: Jonathan Chen <jon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h cardbusvar.h src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/pccbb pccbb.c pccbbvar.h src/sys/sys rman.h Message-ID: <200108270009.f7R09gZ76333@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jon 2001/08/26 17:09:42 PDT
Modified files:
sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h
cardbusvar.h
sys/dev/pccard card_if.m pccard.c pccardvar.h
sys/dev/pccbb pccbb.c pccbbvar.h
sys/sys rman.h
Log:
Part two of this NEWCARD update:
Briefly, the significant changes include:
* Way better resource management in pccbb, pccard and cardbus.
* pccard hot-removal now appears to work.
* support pre-fetchable memory in cardbus.
* update cardbus to support new pci bus interface functions.
* Fix CIS reading to no longer use rman_get_virtual().
What's not there, but in the works:
* pccard needs to do interrupt properly and not read the ISR on single
function cards.
* real resource management for pccard
* a complete implementation of CIS parsing
* need to look into how to correctly use mutex in pccbb
Revision Changes Path
1.12 +509 -252 src/sys/dev/cardbus/cardbus.c
1.11 +515 -118 src/sys/dev/cardbus/cardbus_cis.c
1.6 +5 -1 src/sys/dev/cardbus/cardbus_cis.h
1.4 +13 -1 src/sys/dev/cardbus/cardbusvar.h
1.16 +10 -1 src/sys/dev/pccard/card_if.m
1.42 +270 -190 src/sys/dev/pccard/pccard.c
1.26 +3 -13 src/sys/dev/pccard/pccardvar.h
1.22 +461 -280 src/sys/dev/pccbb/pccbb.c
1.7 +8 -13 src/sys/dev/pccbb/pccbbvar.h
1.15 +2 -1 src/sys/sys/rman.h
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?200108270009.f7R09gZ76333>
