Commit Graph

5 Commits

Author SHA1 Message Date
pgoyette ecf94dda9c 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...
2016-10-25 05:43:40 +00:00
christos 9eaee4f495 Merge the 3 copies of devlist2h.awk that deal with 16 bit key and value
pairs to the compressed one that matt wrote.
2014-09-21 14:30:22 +00:00
pgoyette 6bf1e09446 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.
2010-06-06 18:58:23 +00:00
pgoyette 512fa22526 Fix symbol name in multiple-inclusion protection. (missing trailing '_') 2010-05-28 02:24:27 +00:00
pgoyette 08d0e14947 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.
2010-05-27 05:53:35 +00:00