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