Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/pci_verbose.h
RevisionDateAuthorComments
 1.5  25-Oct-2016  pgoyette Increase max string length for PCI Product names. Affects only kernels
with PCIVERBOSE (or corresponding module).

We currently have a few product names that exceed the old limit, and
this is triggering an SSP check in pci_devinfo(). This commit doesn't
directly address the SSP issue, but pushes the can down the road...
 1.4  21-Sep-2014  christos branches: 1.4.2; 1.4.4;
Merge the 3 copies of devlist2h.awk that deal with 16 bit key and value
pairs to the compressed one that matt wrote.
 1.3  06-Jun-2010  pgoyette branches: 1.3.2; 1.3.4; 1.3.22;
Update pciverbose module to use module_autoload() rather than module_load().
Load the module right before each attempt to use its features, and let the
module subsystem handle unloading.
 1.2  28-May-2010  pgoyette branches: 1.2.2;
Fix symbol name in multiple-inclusion protection. (missing trailing '_')
 1.1  27-May-2010  pgoyette Extract pci_verbose interface definitions into their own header file so
we don't need to include pcivar.h in the module. pcivar.h tries to pull
in machine/pci_machdep.h which doesn't exist on all machine/architecture
combos. Keeping track and building the module only for those that work
would have been a maintenance headache; this change allows us to build
the module on all systems, regardless of whether the system has pci
support or not.
 1.2.2.3  03-Jul-2010  rmind sync with head
 1.2.2.2  30-May-2010  rmind sync with head
 1.2.2.1  28-May-2010  rmind file pci_verbose.h was added on branch rmind-uvmplock on 2010-05-30 05:17:36 +0000
 1.3.22.1  03-Dec-2017  jdolecek update from HEAD
 1.3.4.2  17-Aug-2010  uebayasi Sync with HEAD.
 1.3.4.1  06-Jun-2010  uebayasi file pci_verbose.h was added on branch uebayasi-xip on 2010-08-17 06:46:28 +0000
 1.3.2.2  11-Aug-2010  yamt sync with head.
 1.3.2.1  06-Jun-2010  yamt file pci_verbose.h was added on branch yamt-nfs-mp on 2010-08-11 22:53:51 +0000
 1.4.4.1  04-Nov-2016  pgoyette Sync with HEAD
 1.4.2.1  05-Dec-2016  skrll Sync with HEAD

RSS XML Feed