jhb         2005-12-20 21:09:45 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/pci        pci_bus.c 
    sys/conf             files 
    sys/i386/pci         pci_bus.c 
  Added files:
    sys/dev/pci          hostb_pci.c 
  Log:
  Move the hostb driver out of the i386 and amd64 PCI code (where it was
  duplicated anyways) and into a single MI driver.  Extend the driver a bit
  to implement the bus and PCI kobj interfaces such that other drivers can
  attach to it and transparently act as if their parent device is the PCI
  bus (for the most part).
  
  Revision  Changes    Path
  1.115     +0 -58     src/sys/amd64/pci/pci_bus.c
  1.1077    +1 -0      src/sys/conf/files
  1.1       +249 -0    src/sys/dev/pci/hostb_pci.c (new)
  1.122     +0 -58     src/sys/i386/pci/pci_bus.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to