summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2005-04-14tyopPedro Martelletto
2005-04-14do not reset tuner and audio settings on open/close; from jakemsr@Michael Shalayeff
2005-04-14back out last, some breakage crept inHenning Brauer
2005-04-14Make sure recording is started before we return EWOULDBLOCK in a read().Brad Smith
From NetBSD ok mickey@
2005-04-14regenBrad Smith
2005-04-14rename unknown Agere PHY, this is a Lucent LU6612 10/100 PHY.Brad Smith
2005-04-14When synproxy sends packets to the destination host, make sure to copyJoel Knight
the 'tag' from the original state entry into the outgoing mbuf. ok henning@ dhartmei@
2005-04-14Correct signed/unsigned mismatches in compatibility macros and addChristopher Pascoe
mono-to-stereo variants for mulaw_to_slinear16 ok dlg@ jason@ mickey@
2005-04-14.pt map from Manuel Pata <pata@alface.de>Michael Shalayeff
2005-04-13syncDamien Bergamini
2005-04-13New ural devices. Pointed out by Rodolfo Gouveia.Damien Bergamini
2005-04-13Resume only if the lid is open and the power key pressed. Also fixUwe Stuehler
peridic discharging in zapm_poll().
2005-04-13Call special suspend and resume hooks. The latter can cancel a resume.Uwe Stuehler
2005-04-13boot when then timeout expires; prodded by drahn@ dlg@ and othersUwe Stuehler
2005-04-13free STACKGAP_RANDOM commitMichael Shalayeff
2005-04-12Add last pieces of ses crud to enable blink functionality.Marco Peereboom
This file is still a work in progress.
2005-04-12simplify vndopen() a bit.Joris Vink
ok pedro@
2005-04-12handle PMTU for ipip SAs, too; ok hshoexer, cloderMarkus Friedl
2005-04-12register descriptions for the inter-ic sound controllerDavid Gwynne
ok uwe@
2005-04-12size for the i2s controller registers, and add some comments for clarityDavid Gwynne
ok uwe@
2005-04-12better reg descriptions of the ac97 controller.David Gwynne
ok uwe@
2005-04-11pull in new MD STACKGAP_RANDOMTheo de Raadt
2005-04-11Make sure that the requested size is a multiple of block size inMatthieu Herrb
auvia_build_dma_ops(). Patch by miod@, ok deraadt@.
2005-04-11Ignore lcp up/down events in cisco modeCan Erkin Acar
2005-04-11use MD #define to choose stackgap size per-architecture. on sparc, specialTheo de Raadt
case sun4c/sun4 -- because address space is more constrained
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
controllers. remove the insane amount of support code needed just for the printing of the companion controllers while here. zap it deraadt@ sure pascoe@
2005-04-11no need to include sys/timeout.hUwe Stuehler
2005-04-11- eliminate extra powerhook in pxalcd, inspired by ohci changesUwe Stuehler
- update file comment for zaurus_lcd.c
2005-04-11use zapm functions to power down or restartUwe Stuehler
2005-04-11- generate power change and battery low eventsUwe Stuehler
- GPIO reset moved here, because it's machine-specific - power-off by suspending and then resetting (best thing the C3000 can do) - roll our own softc instead of using tons of globals
2005-04-11- ask upper layer for events and call apm_record_event() as appropriateUwe Stuehler
- allow upper layer to detect the wake-up source which caused a resume - avoid a temporary bus space mapping - suspend on battery low events
2005-04-11Kill unused hexatoi()Miod Vallat
2005-04-11Handle commands failure correctly.Miod Vallat
2005-04-10mostly knf while here remove the todo item regarding deferring attach ofDavid Gwynne
devices. usb probe/attach now happens before root is mounted so there is no requirement to do anything special anymore.
2005-04-10properly handle suspend/resume of ports with devices attached. devicesDavid Gwynne
should not detach and reattach when you resume now.
2005-04-10- Run em_local_timer() once per second instead of running it once per 2 seconds.Brad Smith
This makes gathering of error stats more precise, and netstat(1) output look right. - Modify the caller of em_encap() to detect a NULL m_head and not try to queue the mbuf if that happens. From FreeBSD ok krw@ beck@
2005-04-10Support for ICH6M IDE. Tested on a Dell Latitude D810 byJonathan Gray
Raymond Lillard <rlillard at sonic.net>. ok grange@
2005-04-10regenJonathan Gray
2005-04-10ICH6M IDEJonathan Gray
2005-04-09Add page 1 (configuration page) definitions. This is required to interpretMarco Peereboom
page 2 (enclosure control page).
2005-04-09Use vendor id register for chip matching instead of configurationAlexander Yurchenko
register patterns. From Stephan Leemburg <sleemburg@jvc.nl>. Tested by jsg@.
2005-04-09fix rbus on big memory i386 machines (used by cbb(4) pcmcia).Reyk Floeter
closes an slightly old PR kernel/3855. ok mickey@
2005-04-09use htole32 and leto32h for register access instead of hardware-basedReyk Floeter
byte swapping.
2005-04-08move reset of HAL descriptors to ath.cReyk Floeter
2005-04-08Synchronize ADS7846 communication and LCD refresh so as to avoid jitterUwe Stuehler
in the touch screen data, and enable the existing IRQ handling code (even though polling is still mandatory).
2005-04-08bye bye unportable bitfieldsReyk Floeter
2005-04-08new functions for a unified interface to all chips.Uwe Stuehler
2005-04-08- manipulate the proper event counter in pxagpio_intr1Uwe Stuehler
- pxa2x0_gpio_intr_mask/unmask as discussed with dale
2005-04-08remove dmesg spewage when link changes, ok deraadt, brad, canacarBob Beck
2005-04-08fix parenthesisBrad Smith