]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/pci
This commit was generated by cvs2svn to compensate for changes in r170256,
[FreeBSD/FreeBSD.git] / sys / dev / pci /
2007-06-04 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-06-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-05-24 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-05-24 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-05-23 Andrew GallatinFix a typo in pcib_alloc_msi{x} which resulted in the
2007-05-21 Garrett WollmanThis commit was generated by cvs2svn to compensate...
2007-05-19 Maxime HenrionThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-16 John BaldwinDon't completely skip pci_cfg_save() in the PCI nomatch...
2007-05-16 Warner LoshChange PCIM_CIS_ASI_TUPLE to _CONFIG.
2007-05-16 Warner LoshAdd some doxygen docs for pci_cfg_{save,restore}.
2007-05-07 John BaldwinFix a typo in a bootverbose printf.
2007-05-02 John BaldwinRevamp the MSI/MSI-X code a bit to achieve two main...
2007-05-02 John BaldwinUse more specific local variable pointers to narrow...
2007-05-01 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2007-04-25 John Baldwin- HT 2.00b added a new flag to the MSI mapping HT capab...
2007-04-23 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-04-16 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-04-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2007-04-11 Nate LawsonThis commit was generated by cvs2svn to compensate...
2007-04-09 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-04-06 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-04-04 Andrew ThompsonThis commit was generated by cvs2svn to compensate...
2007-04-03 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-03-31 John BaldwinAdd constants for the fields in a BAR. Also, add two...
2007-03-31 John Baldwin- Add missing constants for subclasses.
2007-03-28 Xin LIThis commit was generated by cvs2svn to compensate...
2007-03-28 Xin LIThis commit was generated by cvs2svn to compensate...
2007-03-26 John BaldwinChange the VPD code to read the VPD data on-demand...
2007-03-22 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-03-22 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-03-22 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-03-15 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-03-15 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-03-11 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-03-05 John Baldwin- Use constants for VPD capability register offsets.
2007-03-05 John Baldwin- Flesh out list of UART simple comms programming inter...
2007-02-17 Søren SchmidtAdd support for chipsets that has NULL'd BAR's for...
2007-02-14 John BaldwinAdjust the global MSI blacklisting strategy so we don...
2007-02-14 John Baldwin- Fix an off by one error in pci_remap_msix_method...
2007-02-14 John BaldwinAdd missing 'break' that in this case is harmless.
2007-02-08 Robert WatsonAs VPD support still causes hard hangs on boot with...
2007-02-02 John BaldwinAdd constants for the PCIY_VENDOR (vendor-specific...
2007-01-29 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-01-22 John BaldwinExpand the MSI/MSI-X API to address some deficiencies...
2007-01-20 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-01-19 John Baldwin- Change the PCI-X registers constants to be relative...
2007-01-16 John BaldwinDisable MSI for the Intel 845 and 865 chipsets and...
2007-01-16 John BaldwinFix the subvendor ID for PCI-PCI bridges.
2007-01-13 John Baldwin- Add a new flag to the PCI-PCI driver to disable MSI...
2007-01-12 John BaldwinDisable MSI for two ServerWorks chipsets. The first...
2007-01-12 John BaldwinBlacklist a few more Intel chipsets re: MSI based on...
2007-01-12 John Baldwin- Condense the comment for Intel chipset MSI blacklist...
2007-01-03 David SchultzThis commit was generated by cvs2svn to compensate...
2006-12-31 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2006-12-28 John BaldwinDisable MSI on the Intel E7505 chipset. It is reported...
2006-12-25 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2006-12-15 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2006-12-14 John BaldwinDisable MSI for the Intel E7501 chipset.
2006-12-14 John BaldwinAdd a first pass at a way to blacklist MSI on systems...
2006-12-14 John BaldwinReplace #define<space> with #define<tab> so the code...
2006-12-13 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-12-12 John Baldwin- Add constants for HT PCI capability registers includi...
2006-12-12 John BaldwinGive the WREG() macro the same lifetime as the REG...
2006-12-12 John BaldwinAdd some bootverbose printf's to detail how many MSI...
2006-12-10 Doug BartonThis commit was generated by cvs2svn to compensate...
2006-12-08 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-11-21 John-Mark Gurneydon't mark the cksum as invalid here... off is incorre...
2006-11-16 John BaldwinLook for capabilities in PCI-PCI bridges using the...
2006-11-14 John BaldwinFix a couple of comment typos.
2006-11-13 John BaldwinFirst cut at MI support for PCI Message Signalled Inter...
2006-11-12 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2006-11-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2006-11-09 John-Mark Gurneyfix hanging on invalid data... (This doesn't fix hangin...
2006-11-09 John BaldwinDon't try to print a NULL string during boot. If a...
2006-11-07 John BaldwinVarious whitespace cleanups.
2006-11-04 Doug BartonThis commit was generated by cvs2svn to compensate...
2006-11-04 Warner LoshDoh! Actually commit checking against NULL for res.
2006-10-31 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-10-30 Warner LoshAssign start to the value we were able to allocate...
2006-10-30 Warner LoshMore fully support 64-bit bars. Prior to this commit...
2006-10-30 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-10-20 John-Mark Gurneyfix tab indentation for CP and RV...
2006-10-14 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2006-10-13 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2006-10-12 Warner LoshRemove redundant casts. The casts inside the macros...
2006-10-09 John-Mark Gurneyprovide routines to access VPD data at the PCI layer...
2006-10-06 Ruslan ErmilovActually make bounds checking for PCIOCREAD and PCIOCWR...
2006-10-01 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2006-10-01 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2006-09-30 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2006-09-28 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2006-09-25 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-09-21 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
next