| 2009-11-11 |
Alexander Polakov | Fix LINT building, broken by ACPI update. |
blob | commitdiff |
| 2009-11-08 |
Alexander Polakov | ACPI: comment-out not-yet-ready code and remove extra... |
blob | commitdiff | diff to current |
| 2009-11-08 |
Alexander Polakov | Expand the support for PCI-e memory mapped configuratio... |
blob | commitdiff | diff to current |
| 2009-11-08 |
Alexander Polakov | Use lockmgr locks for ACPI_SERIAL_* |
blob | commitdiff | diff to current |
| 2009-11-08 |
Alexander Polakov | Sync ACPI with FreeBSD 7.2 |
blob | commitdiff | diff to current |
| 2009-08-08 |
Sepherosa Ziehau | ACPICA-UNIX: Building fixup |
blob | commitdiff | diff to current |
| 2009-08-01 |
Matthew Dillon | DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev() |
blob | commitdiff | diff to current |
| 2009-07-08 |
Sepherosa Ziehau | acpi_bus_alloc_gas: Constify gas parameter |
blob | commitdiff | diff to current |
| 2009-05-17 |
Sepherosa Ziehau | Add interrupt cputimer interface. |
blob | commitdiff | diff to current |
| 2009-05-02 |
Sepherosa Ziehau | lapic timer: Correct AMD C1E handling |
blob | commitdiff | diff to current |
| 2009-04-15 |
Sascha Wildner | Fix the way <sys/ioccom.h> is included throughout our... |
blob | commitdiff | diff to current |
| 2008-10-03 |
Hasso Tepper | Welcome devctl(4) and devd(8). |
blob | commitdiff | diff to current |
| 2008-09-05 |
Hasso Tepper | acpi_cpu(4) update. It's now possible to use higher... |
blob | commitdiff | diff to current |
| 2008-08-27 |
Hasso Tepper | Add some methods to ACPI to handle embedded controllers... |
blob | commitdiff | diff to current |
| 2008-06-05 |
Sascha Wildner | * Fix some cases where NULL was used but 0 was meant... |
blob | commitdiff | diff to current |
| 2007-11-25 |
Sascha Wildner | Adjust acpi.c and bios.c to use kfreeenv()/ktestenv... |
blob | commitdiff | diff to current |
| 2007-10-23 |
YONETANI Tomokazu | Merge ACPI resource manager changes From FreeBSD: |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_... |
blob | commitdiff | diff to current |
| 2007-01-28 |
YONETANI Tomokazu | Enable setting debug.acpi.{layer,level} via sysctl... |
blob | commitdiff | diff to current |
| 2007-01-25 |
YONETANI Tomokazu | Initialize ACPI task thread before AcpiEnableSubsystem... |
blob | commitdiff | diff to current |
| 2007-01-17 |
YONETANI Tomokazu | Update ACPI build wrappers to use new ACPI-CA code. |
blob | commitdiff | diff to current |
| 2007-01-13 |
Thomas E. Spanjaard | Enable the ACPI quirks kernel environment variable... |
blob | commitdiff | diff to current |
| 2006-12-22 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
blob | commitdiff | diff to current |
| 2006-10-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A... |
blob | commitdiff | diff to current |
| 2006-09-10 |
YONETANI Tomokazu | acpiioctl() can be left without ACPI_UNLOCK(), leading to |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2005-12-11 |
Sascha Wildner | * Ansify function definitions. |
blob | commitdiff | diff to current |
| 2005-11-01 |
Matthew Dillon | add an acpi_enabled() function, invert the "pci" logic... |
blob | commitdiff | diff to current |
| 2005-10-30 |
Matthew Dillon | Add another parameter to BUS_ADD_CHILD to allow childre... |
blob | commitdiff | diff to current |
| 2005-10-30 |
YONETANI Tomokazu | - kill `unused variable' warning pointed out by sephe@ |
blob | commitdiff | diff to current |
| 2005-10-28 |
Matthew Dillon | Cleanup some of the newbus infrastructure. |
blob | commitdiff | diff to current |
| 2005-09-23 |
YONETANI Tomokazu | - Catch up with rev 1.157 of sys/dev/acpica/acpi.c... |
blob | commitdiff | diff to current |
| 2005-09-17 |
Matthew Dillon | Using the ACPI idle hook while shutting down ACPI durin... |
blob | commitdiff | diff to current |
| 2005-08-29 |
Matthew Dillon | Get rid of smp_rendezvous() and all associated support... |
blob | commitdiff | diff to current |
| 2005-06-04 |
Simon Schubert | convert spl*() to critical sections. |
blob | commitdiff | diff to current |
| 2005-04-16 |
YONETANI Tomokazu | Add a debug knob debug.acpi.avoid.paths, a variant... |
blob | commitdiff | diff to current |
| 2004-09-15 |
Joerg Sonnenberger | timeout/untimeout ==> callout_* |
blob | commitdiff | diff to current |
| 2004-08-02 |
Matthew Dillon | Rip out the badly designed softint-based taskqueue... |
blob | commitdiff | diff to current |
| 2004-08-02 |
Matthew Dillon | Fix buggaboos that prevented ACPI_DEBUG from working. |
blob | commitdiff | diff to current |
| 2004-07-05 |
Matthew Dillon | acpica5 update part 1/3: Implement support for acpica... |
blob | commitdiff | diff to current |
| 2004-06-27 |
Matthew Dillon | Bring in YONETANI Tomokazu's acpi-update-2.patch (27... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | device switch 1/many: Remove d_autoq, add d_clone ... |
blob | commitdiff | diff to current |
| 2004-05-05 |
Matthew Dillon | Use M_INTWAIT instead of M_NOWAIT for the rest of the... |
blob | commitdiff | diff to current |
| 2004-02-21 |
Matthew Dillon | Bring in the FreeBSD-5 ACPICA code as a module. Note... |
blob | commitdiff | diff to current |
|