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