Date: Tue, 12 Dec 2000 17:28:00 -0800 (PST) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pccbb pccbb.c pccbbvar.h Message-ID: <200012130128.eBD1S0j49264@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2000/12/12 17:28:00 PST Modified files: sys/dev/cardbus cardbus.c sys/dev/pccbb pccbb.c pccbbvar.h Log: Updates to match changes elsewhere in the PCI subsystem: - Remove redundant header-type-specific support in the cardbus pcibus clone. The bridges don't need this anymore. - Use pcib_get_bus instead of the deprecated pci_get_secondarybus. - Implement read/write ivar support for the pccbb, and teach it how to report its secondary bus number. Save the subsidiary bus number as well, although we don't use it yet. Revision Changes Path 1.6 +3 -99 src/sys/dev/cardbus/cardbus.c 1.7 +32 -2 src/sys/dev/pccbb/pccbb.c 1.4 +4 -2 src/sys/dev/pccbb/pccbbvar.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?200012130128.eBD1S0j49264>