summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_quirks.c
AgeCommit message (Expand)Author
2020-12-06acpi: remove unused acpi_quirks_osi_* functionsjmcneill
2020-05-04constifyjdolecek
2011-11-14add a machdep.dmi sysctl tree with the following read-only keys:jmcneill
2011-02-20Add quirk support for _OSI strings introduced in ACPICA 20110211. Whilejruoho
2010-09-06Add support for blacklisting ACPI BIOS implementations by year. By default,jmcneill
2010-09-06Remove quirk added in rev 1.14. Even after the change of 1.16, itjakllsch
2010-09-04Use FADT instead of DSDT in the quirk added in the revision 1.14.jruoho
2010-07-27Use __arraycount(). No functional change.pgoyette
2010-07-27Add a quirk for pgoyette@'s old (ACPI 1.0) NVIDIA board.jruoho
2010-04-28Add ASUS CUV4X-D. From Pierre Pronchery in PR #41351.jruoho
2010-04-12Remove some unused and global variables. Make the code more readable. Denyjruoho
2010-03-05Remove <dev/acpi/acpica.h> from all files. It is included fromjruoho
2009-01-25PR/40471: Pierre Pronchery: ASUS CUR-DLS board found on HP NetServer E800 boxchristos
2007-12-09Merge jmcneill-pm branch.jmcneill
2006-09-23Define the "broken IRQ0 override" quirk, and add it for one type of ACPIfvdl
2006-07-04Apply fvdl's acpi pci interrupt configuration code.christos
2005-12-11merge ktrace-lwp.christos
2004-04-10whitespace nitkochi
2004-03-24Don't include unnecessary header (acpi_osd.h)kochi
2003-10-31Catch up with ABI changes in ACPI-CA. Some additional changes to acpi_bat tomycroft
2003-10-02Add a Quirk for my Appro, where it does not find all its busses in ACPIchristos
2003-05-15Add quirk handling to ACPI. First quirk entry is "PTLTD " rev 0x06040000,fvdl