summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Improve readability of the version string.njl2007-02-221-1/+1
* Add missing function trace for debug prints.njl2007-01-231-0/+2
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-222-0/+2
* Clean up some debug prints from last commit and move one under boot -v.njl2007-01-151-6/+5
* Fix LINT and ACPI_DEBUG builds and add print for use of flush cache inst.njl2007-01-081-5/+8
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onnjl2007-01-076-209/+324
* ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should neverimp2006-12-221-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-121-2/+26
* First cut at MI support for PCI Message Signalled Interrupts (MSI):jhb2006-11-132-0/+8
* Reformat the bootverbose messages that dump out the status of pci_linkjhb2006-11-091-16/+16
* Disable an overly-verbose warning message by default.hrs2006-09-241-3/+6
* Fix a sign bug in acpi_release_resource(). acpi_sysres_find() returns !=jhb2006-09-211-1/+1
* Give the ACPI I/O rman's unique description strings to make 'devinfo -u'jhb2006-09-111-2/+2
* Support Celsius (nn.nC), Fahrenheit (nn.nF) and Kelvin (nnnn) toume2006-09-031-1/+0
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-2/+2
* Raise the quality of the HPET timer to 2000 so it will be the preferreddes2006-08-111-1/+1
* Improve the way we'll detect video devices as per ACPI 3.0.bruno2006-08-101-21/+51
* Remove the global dock variable. Each dock device should be able tonjl2006-08-081-38/+33
* When a user uses a hint to specify the IRQ for a link device, accept IRQsjhb2006-08-071-5/+13
* Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt tonjl2006-07-292-2/+7
* Add support for overriding the values for _CRT, _HOT, and _PSV via sysctl.njl2006-07-251-13/+55
* Eliminate duplicate p-states entriesbruno2006-07-151-0/+6
* Clean up style and some printf messages. Note that returning anything othernjl2006-06-221-94/+60
* Check in file missed in last commit. It made it into the MFC properlynjl2006-06-121-1/+1
* By default, don't disable ACPI during reboot. This appears to hang somenjl2006-06-111-3/+13
* Minor sysctl cleanup. The RW flag means read|write and so it is redundantnjl2006-06-103-10/+8
* Clean up many of the debugging messages and move them under bootverbose.njl2006-06-041-64/+74
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Fixup some comments to allow for the fact that PCI domains are not specificjhb2006-05-111-3/+3
* Don't attach special devices in the order they appear in the AML tree.njl2006-05-072-18/+26
* Remove unnecessary assignment.jkim2006-04-211-1/+1
* Set the rid for the resoruce obtained from rman_reserve_resource.imp2006-04-201-0/+1
* o Correct a path to include.maxim2006-04-161-1/+1
* Oops, untested code was included accidentally.iwasaki2006-04-151-1/+3
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-153-2/+600
* Fix an off-by-one error in the port range detection. Cleanup some oldnjl2006-04-041-5/+5
* Revert to using acpi_max_threads instead of the hardcoded value of '3'.scottl2006-03-301-1/+2
* Fix printf arg on 64-bit arch by casting to an int. The IO port is nevernjl2006-03-291-2/+2
* Add a blacklist for bad IO ports that AML should never touch. It seemsnjl2006-03-291-0/+76
* Add reset register support. This is the only method to reboot some newnjl2006-03-291-0/+11
* Remove unused variable.njl2006-02-211-2/+0
* Remove unused variable.njl2006-02-211-2/+0
* Make the ACPI and OpenFirmware PCI bus drivers subclasses of the genericjhb2006-01-201-32/+2
* Add the following to the taskqueue api:scottl2006-01-141-24/+1
* * fix bst.status. We mark some bits, but forgot to reset all of thembruno2006-01-121-16/+17
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-062-10/+6
* Be a little more forgiving of lame BIOS writers. If a link device thatjhb2006-01-061-2/+5
* Release the pci_link acpi serial lock if a link device has no actual links.jhb2006-01-031-1/+3
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-2/+2
OpenPOWER on IntegriCloud