summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci_quirks.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a quirk for Cirrus Logic PD6729, for earlier silicon versions of thismiod2015-07-201-2/+4
| | | | | chip would advertize themselves as multi-function devices, while they are not.
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* dont force probing of high functions on jmicron controllers. we dont enabledlg2007-07-021-11/+1
| | | | function 1 anymore.
* force the pci bus probe routines to look for extra functions on jmicrondlg2007-06-291-1/+11
| | | | | | controllers. pciide on function 1 isnt enabled until ahci gets to touch it, which is too late for the probe routines to discover that there are high functions to look at.
* ANSIfybrad2006-03-191-4/+2
|
* fix netbsd rcsid upmickey2000-03-281-2/+2
|
* from netbsd: pci interrupt routing code.mickey2000-03-261-0/+62
also, change a few pcidevs names to match netbsd (and more descriptive). tested on a bunch of laptops, helps resolving 'pin X unmapped' problems for (usually) usb and cardbus cntrollers.