aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_pcib.c
Commit message (Expand)AuthorAgeFilesLines
...
* Now that we only probe host-PCI bridges once, we no longer have to check toJohn Baldwin2002-09-231-12/+0
* Make the printf messages when routing interrupts more consistent in theJohn Baldwin2002-09-051-5/+6
* Overhaul the ACPI PCI bridge driver a bit:John Baldwin2002-08-261-244/+46
* In acpi_pcib_route_interrupt(), the code claims to check to see if a PCIJohn Baldwin2002-08-261-2/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.Peter Wemm2002-05-191-2/+2
* Fix error introduced in the 20020217 update, where GetPossibleResourcesMike Smith2002-03-211-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.Mike Smith2002-02-231-19/+37
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-1/+1
* Make the interrupt routing a bit less chatty unless bootverbose is set.Doug Rabson2001-10-071-3/+5
* Fix a stack trashing bug when int != sizeof(pointer)Peter Wemm2001-10-061-1/+3
* Update usage of AcpiEnableEvent to reflect a new argument.Mike Smith2001-10-041-4/+3
* Updates to match the ACPI CA 20010816 import:Mike Smith2001-08-261-3/+5
* Shoud build resources in the _CRS buffer. Oops.Mike Smith2001-08-031-1/+1
* The current resource buffer returned from an interrupt link deviceMike Smith2001-07-301-7/+20
* Convert from acpi_strerror() to AcpiFormatException()Mike Smith2001-07-211-6/+6
* Oops, have to use AcpiSetCurrentResources, not invoke the _SRS methodMike Smith2001-07-071-4/+1
* Implement PCI interrupt routing using the ACPI data attached to theMike Smith2001-07-051-5/+255
* Update for new debug layer constant names in the ACPI CA 20010615Mike Smith2001-06-291-1/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.Mike Smith2001-05-291-3/+3
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesMike Smith2001-01-311-2/+2
* Hack in interrupt routing support (using the core $PIR support, not usingMike Smith2000-12-291-3/+5
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingMike Smith2000-12-081-6/+17
* Revert attach() back to the old behaviour of calling bus_generic_attach().Scott Long2000-12-021-4/+5
* Update to work with the new ACPI CA snapshot.Mike Smith2000-12-011-13/+16
* Initial FreeBSD OSPM (operating system power management) modules forMike Smith2000-10-281-0/+236