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 pcireg.h pcivar.h


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 24 Nov 2007 20:08:42 -0800 (PST)

sephe       2007/11/24 20:08:42 PST

DragonFly src repository

  Modified files:
    sys/bus/pci          pci.c pcireg.h pcivar.h 
  Log:
  Cache following information for PCI Express capability:
  - Capability PTR
  - PCI Express Capabilities register
  - Slot Capabilities register
  Print them if 'bootverbose'.
  
  Above information should be enough for identifying PCI Express hot-plug
  support, e.g. ExpressCard
  
  Revision  Changes    Path
  1.48      +114 -0    src/sys/bus/pci/pci.c
  1.15      +29 -0     src/sys/bus/pci/pcireg.h
  1.13      +10 -2     src/sys/bus/pci/pcivar.h


http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/pci.c.diff?r1=1.47&r2=1.48&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/pcireg.h.diff?r1=1.14&r2=1.15&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/bus/pci/pcivar.h.diff?r1=1.12&r2=1.13&f=u



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