| Age | Commit message (Expand) | Author |
| 2010-09-04 | revert previous. | cegger |
| 2010-09-04 | Add include opt_com.h. | kiyohara |
| 2010-09-03 | fix NULL pointer dereference on detaching: | cegger |
| 2010-09-03 | - return EIO if audio data is received and /dev/pad isn't open | jmcneill |
| 2010-09-02 | add a list of codec id->name mappings. they are printed at attach time | jmcneill |
| 2010-08-31 | make use of a shadow framebuffer optional, use VCONS_DONT_READ by default | macallan |
| 2010-08-29 | fix grammar in error message | cegger |
| 2010-08-29 | Confilict -> Conflict | cegger |
| 2010-08-29 | Don't try to hold the mutex if we are disabling the card because we can | christos |
| 2010-08-27 | waiters gonna wait, so call seldestroy to wake them up when we go south | pooka |
| 2010-08-27 | Fix PR kern/43765 from Scott Ellis. | jruoho |
| 2010-08-27 | From jmcneill@: fix and rework the obscure _OSC evaluation. | jruoho |
| 2010-08-26 | don't call tsleep() with any mutexes hold | cegger |
| 2010-08-26 | Regen for BCM43xx update. | dogcow |
| 2010-08-26 | Add several Broadcom BCM43xx devices. | dogcow |
| 2010-08-26 | fix crash when detaching/re-attaching a cable where three firewire devices ar... | cegger |
| 2010-08-26 | - print expected crc when it does not match | cegger |
| 2010-08-25 | If firmware_load() returns ENOENT (i.e. No such file or directory), | tsutsui |
| 2010-08-24 | Bypass ACPI_NOTIFY_DEVICE_WAKE also in acpilid(4). Use aprint_debug_dev(9) | jruoho |
| 2010-08-24 | Remove phony spl(9). XXX: This driver needs to be cleaned up. | jruoho |
| 2010-08-24 | re-initialize the DAC when re-entering terminal emulation mode | macallan |
| 2010-08-24 | Add native support for AMD family 0Fh processors. This is the furthest we | jruoho |
| 2010-08-24 | Initialize acpi_force_load so that it gets allocated in the data segment | pgoyette |
| 2010-08-23 | Convert one second(!!) delay to kpause. It was originally done | pooka |
| 2010-08-23 | Other entry points beyond x86_cpu_idle_halt() may use HLT as the | jruoho |
| 2010-08-22 | Use acpi_timer_read_fast() instead of acpi_timer_read_safe(). | jruoho |
| 2010-08-22 | Don't put devices in the ignored IDs list just because no driver exists. | jmcneill |
| 2010-08-21 | After discussion with jakllsch@ and jmcneill@, revert the previous and only | jruoho |
| 2010-08-21 | If the 'no-legacy-devices' property is present and true, skip device | jmcneill |
| 2010-08-21 | in acpibut_notify_handler, suppress 'unknown event' messages for | jmcneill |
| 2010-08-21 | Update the rest of the kernel to conform to the module subsystem's new | pgoyette |
| 2010-08-21 | Update the various xxx_verbose modules to conform to the module subsystem's | pgoyette |
| 2010-08-21 | - don't clobber the data found by _PSS if XPSS validation fails | jmcneill |
| 2010-08-21 | Check from CPUID 0x06 %eax (on Intel) whether we might actually have an | jruoho |
| 2010-08-21 | Detect whether TSC is invariant, which may be the case on both new AMD and | jruoho |
| 2010-08-20 | Add two flags that needs to be dealt with (hardware vs. software | jruoho |
| 2010-08-20 | Give a hint about a driver conflict. | jruoho |
| 2010-08-20 | Check the cached value also when setting a state. | jruoho |
| 2010-08-19 | pull in acpireg.h for ACPI_COMPONENT_RESOURCE | jmcneill |
| 2010-08-19 | define _COMPONENT and ACPI_MODULE_NAME() for ACPI_DEBUG | jmcneill |
| 2010-08-19 | more assoc dump fixes | jmcneill |
| 2010-08-19 | flush cache on suspend | jmcneill |
| 2010-08-19 | add pmf support | jmcneill |
| 2010-08-19 | add suspend/resume support | jmcneill |
| 2010-08-19 | Deal with autoconfiguration madness by using config_defer(9) to defer | jruoho |
| 2010-08-18 | - add support for running the console in 8 bit colour | macallan |
| 2010-08-18 | Use the idea from cegger@ and fill the (X)PSS structure during initialization. | jruoho |
| 2010-08-18 | Add copycols() and copyrows() methods which, instead of calling the underlying | macallan |
| 2010-08-18 | Fix fix of a bug: first initialize sc, check sc != NULL, then KASSERT(9). | jruoho |
| 2010-08-17 | Use SYSCTL_DESCR() | pgoyette |