freebsd-dev/sys/dev/acpica
Warner Losh c2aed5122b After discussions with Nate, repo copy the acpi assist drivers from
i386 to dev/acpi_support.  In theory, these devices could be found
other than in i386 machines only as amd64 becomes more popular.  These
drivers don't appear to do anything i386 specific, so move them to
dev/acpi_support.  Move config lines to files so that those
architectures that don't support kernel modules can build them into
the kernel.  At the same time, rename acpi_snc to acpi_sony to follow
the lead of all the other specialty devices.
2004-11-15 05:54:15 +00:00
..
Osd When the user overrides the DSDT, replace any SSDTs with a simple no-op 2004-10-05 20:41:44 +00:00
acpi_acad.c Record the new status after checking if it has changed, not before. This 2004-08-13 17:47:40 +00:00
acpi_battery.c MPSAFE locking 2004-08-13 06:21:41 +00:00
acpi_button.c Move flags into a private ivar so it can't collide with device flags. 2004-06-30 16:08:03 +00:00
acpi_cmbat.c Notify the user when the battery is critically low. In the future, we 2004-10-11 06:18:07 +00:00
acpi_cpu.c Update C3 support when BM control is not present. 2004-10-11 21:15:10 +00:00
acpi_ec.c MPSAFE locking 2004-08-13 06:21:53 +00:00
acpi_if.m Update the interface for child drivers. Add acpi_scan_children, which 2004-07-15 16:29:08 +00:00
acpi_isab.c Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now 2004-06-29 19:02:27 +00:00
acpi_lid.c Remove code to initialize the lid state at boot. It interfered with lid 2004-08-25 20:09:15 +00:00
acpi_package.c Add support for packages as the first element of _PRW. This may allow 2004-04-09 06:40:03 +00:00
acpi_pci_link.c Allow routing to the SCI even if it's not in the list of valid IRQs. 2004-09-25 06:15:56 +00:00
acpi_pci.c Add a couple of macros to extract the PCI slot (device) and function from 2004-09-22 15:46:16 +00:00
acpi_pcib_acpi.c unsigned long -> u_long 2004-11-09 07:02:33 +00:00
acpi_pcib_pci.c Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach was 2004-08-11 14:52:50 +00:00
acpi_pcib.c Only warn about missing _PRT tables if bootverbose is set. I've yet to see 2004-11-11 22:33:08 +00:00
acpi_pcibvar.h Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach was 2004-08-11 14:52:50 +00:00
acpi_powerres.c Instead of trusting _STA from power resources, cache the first value 2004-09-07 16:58:12 +00:00
acpi_quirk.c Add the table quirk matching code. It matches rules defined in acpi_quirks 2004-06-30 04:45:32 +00:00
acpi_quirks Update a quirk for the ASUS P5A to disable the timer. It appears to work fine 2004-10-08 17:56:47 +00:00
acpi_resource.c Rework sysresource management. Instead of having each sysresource object 2004-08-23 16:28:42 +00:00
acpi_thermal.c Initialize the flags value properly. We used to do this in acpi_tz_all_off() 2004-09-21 18:39:10 +00:00
acpi_timer.c Make the bootverbose output from qualitydetermination of the ACPI timer 2004-11-03 09:09:13 +00:00
acpi_video.c Tell the BIOS we want to handle brightness switching as well as output 2004-11-09 04:41:30 +00:00
acpi.c Print before the footer, not after. 2004-10-13 07:29:29 +00:00
acpiio.h Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as all 2004-08-18 05:48:24 +00:00
acpivar.h Update a quirk for the ASUS P5A to disable the timer. It appears to work fine 2004-10-08 17:56:47 +00:00