cvs commit: src/sys/dev/pccbb pccbb.c

Warner Losh imp at FreeBSD.org
Thu Apr 22 22:25:14 PDT 2004


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


More information about the cvs-src mailing list