summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_pci_link.c
Commit message (Expand)AuthorAgeFilesLines
* Use getenv_int() rather than reimplementing it.jhb2004-01-201-10/+2
* Don't use NULL (pointer) when we're testing for a count of 0 (integer).peter2003-12-231-1/+1
* Add support for multiple CIDs since _CID can contain a package of values.njl2003-12-181-6/+11
* Try all of the possible interrupts for a link device when programmingjhb2003-11-201-1/+1
* Improve support for extended IRQ resources:jhb2003-11-141-57/+80
* Fix some typos.jhb2003-11-121-3/+3
* Use __FBSDID().obrien2003-08-241-2/+3
* Update code to work with 0619 distnjl2003-07-131-3/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Disable debug output from acpi_pci_link.iwasaki2002-11-271-5/+5
* Don't examine ACPI_STA_ENABLE bit of device's_STA object on initialiwasaki2002-10-311-5/+4
* Fix a possible bug about freeing non-malloc'ed pointer.iwasaki2002-10-161-2/+3
* Oops, forgot to add main file for my previous commit :-)iwasaki2002-10-051-0/+1077
OpenPOWER on IntegriCloud