Date: Thu, 22 Apr 2004 22:25:13 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c Message-ID: <200404230525.i3N5PEb0042551@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2004/04/22 22:25:13 PDT FreeBSD src repository Modified files: sys/dev/pccbb pccbb.c Log: Start programming the bus numbers for the pci<->cardbus. When the secondary bus is 0, we program the primary bus, the secondary bus and the suborindate bus. This isn't ideal, since we start at parent_bus + 1 and store this in a static. Ideally, we'd walk the tree and assign bus numbers. However, that's harder to accomplish without some help from the bus layer which we're not planning on doing that until 6. This fixes my CardBus problems on my Sony PCG-Z1WA, and might fix the Dells that have had problems. Revision Changes Path 1.109 +30 -1 src/sys/dev/pccbb/pccbb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404230525.i3N5PEb0042551>