DragonFly commits List (threaded) for 2007-11
DragonFly BSD
DragonFly commits List (threaded) for 2007-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/bus/pci pci.c pci_pcib.c pcireg.h pcivar.h


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Nov 2007 03:35:40 -0800 (PST)

sephe       2007/11/28 03:35:40 PST

DragonFly src repository

  Modified files:
    sys/bus/pci          pci.c pci_pcib.c pcireg.h pcivar.h 
  Log:
  - Factor out pcie_slotimpl() to check whether PCI Express slot is implemented.
  - Add external function to test whether PCI Express slot is implemented; this
    external function is sheer wrapper of pcie_slotimpl().
  - Rename port type macros.
  - Add some comment.
  - Disable all hot-plug related interrupts on PCI Express root/downstream port.
    Add XXX comment about it.
    Reminded-by: joerg@
  
  Revision  Changes    Path
  1.50      +55 -34    src/sys/bus/pci/pci.c
  1.8       +24 -0     src/sys/bus/pci/pci_pcib.c
  1.16      +25 -8     src/sys/bus/pci/pcireg.h
  1.15      +1 -0      src/sys/bus/pci/pcivar.h


http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/pci.c.diff?r1=1.49&r2=1.50&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/pci_pcib.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/pcireg.h.diff?r1=1.15&r2=1.16&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/pcivar.h.diff?r1=1.14&r2=1.15&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]