summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-08-01ANSIfyMark Kettenis
2010-07-31remove references to ``opl'', since it doesn't exist any longerAlexandre Ratchov
2010-07-31Ignore the PSL_VEC bit in the sigcontext and always copy the bit out fromMark Kettenis
2010-07-31another pair of files which relied on mbuf.h for pool.h; should be the last,Bret Lambert
2010-07-31SyncKenneth R Westerback
2010-07-31Add NVIDIA 0x07e1 == GeForce 7100, now that new driver will supportKenneth R Westerback
2010-07-31add support for M-audio Audiophile 192kAlexandre Ratchov
2010-07-31regenMiod Vallat
2010-07-31Support extra F-keys (up to F24) on HID keyboards.Miod Vallat
2010-07-31Factorization of the bluetooth and usb hid input driver logic, to reduce codeMiod Vallat
2010-07-31The code referencing urndis_watchdog() is #if 0'd out, but the actualMichael Knudsen
2010-07-31add SA3_XXX macros removed by mistake with opl, but used by ym mixerAlexandre Ratchov
2010-07-31unbreak ym.c, opl3sa3reg.h doesn't exist any longerAlexandre Ratchov
2010-07-31Break some really long lines.Michael Knudsen
2010-07-31remove the ``midisyn'' framework and anything using it, i.e., the oplAlexandre Ratchov
2010-07-31fix typo preventing compilation with AUDIO_DEBUGAlexandre Ratchov
2010-07-31check for audio stream and control interface descriptors in theJacob Meuser
2010-07-30When converting a floating value to an integer, properly raise the "invalid"Mark Kettenis
2010-07-30Don't reset pms/pmsi devices when attempting to set the mode. Makes nicm@'s,Kenneth R Westerback
2010-07-30The device table entry for HD3470 was incorrectly using a logical orJonathan Gray
2010-07-30Remove unused header file.Miod Vallat
2010-07-29Don't set sc_ec until after the EC registers are mapped, but before weMark Kettenis
2010-07-29sort pool.h into the list of includes alphabeticallyBret Lambert
2010-07-29#include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude itBret Lambert
2010-07-29Don't forget to register the i8254-based timecounter if we use the i8254Mark Kettenis
2010-07-29Add some more devices. -mojMats O Jansson
2010-07-29syncMats O Jansson
2010-07-29Add some more displaylink devices. -mojMats O Jansson
2010-07-29flag if an error during attach caused us to detach our resources, andJacob Meuser
2010-07-29Zero out the firmware waking vector on successful resume from ACPI sleep.Mike Larkin
2010-07-28DVD_INVALIDATE_AGID is a 'no payload' operation, so don't setKenneth R Westerback
2010-07-28Add a dummy kqueue filter similar to seltrue and use it for anythingNicholas Marriott
2010-07-28Suspending drivers need to do as little as possible in here, so when theTheo de Raadt
2010-07-28Make legacy xxpower() functions call xxstop() on suspend, and simplify theirTheo de Raadt
2010-07-28the default pciide chip needs no additional register restores; tested by jcs ...Theo de Raadt
2010-07-28more #ifdef needed for the case of not pegging on a non-MP kernelTheo de Raadt
2010-07-28remove stub code for rw locks we will never need; ok kettenis marcoTheo de Raadt
2010-07-28It's pretty pointless to peg ourselves to the primary CPU if that's theMark Kettenis
2010-07-28suspend save/restore for SIS3112; tested by mlarkinTheo de Raadt
2010-07-28Make all gasio failures look and behave the same.Marco Peereboom
2010-07-28Delay a little longer on suspend before giving up. Fixes machines thatMike Larkin
2010-07-28pfsync_bulk_fail was mucking around with pfsync_softc and sending packetsDavid Gwynne
2010-07-28No need to bzero() malloc'd memory if we used M_ZERO.Kenneth R Westerback
2010-07-27remove an ancient XXXTheo de Raadt
2010-07-27remove XXX; EC can now be attached early when needed; ok jordanTheo de Raadt
2010-07-27more brackets feels goodTheo de Raadt
2010-07-27XXX annotate a block in acpi_enter_sleep_state() that is pretty worryingTheo de Raadt
2010-07-27do not match a 2nd EC if something horrible happens; ok marcoTheo de Raadt
2010-07-27ca_activate handler for suspend/resume. untested -- if someone testsTheo de Raadt
2010-07-27Spaces vs tabMarco Peereboom