summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-08-06Every time you ignore uiomove() return value, $DEITY kills a littleMiod Vallat
2010-08-06don't return (potential errno) + (potential errno), instead only performMiod Vallat
2010-08-05new i386/amd64 machdep.lidsuspend sysctl which decides whether a lidTheo de Raadt
2010-08-05Suspend/resume support for sili(4). Not perfect yet, but prevents us fromMark Kettenis
2010-08-05lid suspend logic was backwardsTheo de Raadt
2010-08-05Wakeup machine when lid is opened on laptops that have acpibtn _LID.Marco Peereboom
2010-08-05PM1 power button events were generating 'fake events' to acpibtn PWRB,Theo de Raadt
2010-08-05In pf_icmp_mapping() the ICMP and ICMPv6 types shared the sameAlexander Bluhm
2010-08-05rename a variable which is annoyingly poorly namedTheo de Raadt
2010-08-05Write to the correct offset for various ACPI pmreg registers. Writing toMike Larkin
2010-08-05Fix the power button. The pm1 register is 16 bits in size.Theo de Raadt
2010-08-05Add Windows2009 to the valid osi table; from marco, suggested as a trialTheo de Raadt
2010-08-05Change the management of commands in the active commands TAILQ to let issuersMiod Vallat
2010-08-05Allow bthidev_output() to not grab the bt lock, to prevent lockMiod Vallat
2010-08-05ca_activate function for suspend/resume; tested by mlarkin on aTheo de Raadt
2010-08-04re-post all ATI and all PowerVR (with an annoying message)Theo de Raadt
2010-08-04Disable bce(4) because it can only access 1GB of memory and developersTheo de Raadt
2010-08-04Disable bce(4) because it can only access 1GB of memory and developersTheo de Raadt
2010-08-04on resume: calling sc_power after ath_init() is silly. ath_init()Theo de Raadt
2010-08-04use a workq for resume.Damien Bergamini
2010-08-04add suspend/resume support for PCI ral(4) devices.Damien Bergamini
2010-08-04Wake up cdroms attached to pciide; same as in wd.c 1.86Theo de Raadt
2010-08-04Add missing brace.Matthew Dempsky
2010-08-04Remove unused code, conditional in fixup node was never trueJordan Hargrave
2010-08-04Print annoying stuff when re-posting the video, so that people willTheo de Raadt
2010-08-04Print supported sleep states.Mark Kettenis
2010-08-04Correct a problem reported by Holger Mikolon that turns out to beJonathan Gray
2010-08-04activate function for suspend/resume; tested by mcbrideTheo de Raadt
2010-08-03if interrupt mapping fails, say soJacob Meuser
2010-08-03Remove old code that figures out the PCI bus number. The new code gets someMark Kettenis
2010-08-03no special registers to restore on via chips eitherTheo de Raadt
2010-08-03Don't attempt to set the read or write caches on usb disks. ItKenneth R Westerback
2010-08-03Bring the suspend/resume code of all the Intel wireless drivers in line withMark Kettenis
2010-08-03Add busy flag so that we don't act on a SCI until a command in progressMarco Peereboom
2010-08-03Add support for 82576 fiber adapters based on Intel code in FreeBSD.Jonathan Gray
2010-08-03Use the proper flag for re-enabling certain hardware events (power btn,Mike Larkin
2010-08-03Disable hardware VLAN stripping/insertion on 8257[56] for now. WhileJonathan Gray
2010-08-03Correct use of logical and where binary and was intended.Jonathan Gray
2010-08-03Save/restore BLC_HIST_CTL as well at suspend/resume time; which allowsTheo de Raadt
2010-08-03matthew did not commit the diff he passed around for us to inspect...Theo de Raadt
2010-08-03If an asynchronous request invalidates a buf, then we might remove itMatthew Dempsky
2010-08-02Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID andMiod Vallat
2010-08-02Don't refer to xs->cmd, even via a pointer to xs->cmd, after xs hasKenneth R Westerback
2010-08-02Make MHZ_TO_PLL safer to use by adding parenthesis. Fixes a potential issueMark Kettenis
2010-08-02Fix knote handling for exiting processes: when triggering a NOTE_EXITPhilip Guenthe
2010-08-02There is no reason to call the start function upon resume; the network stackMark Kettenis
2010-08-02There is no reason to call the start function upon resume; the network stackMark Kettenis
2010-08-02The EC GPE is always edge. edge interrupts have their STS bit resetTheo de Raadt
2010-08-02Add System Enclosure or Chassis structure.Marco Peereboom
2010-08-02enable owctrTheo de Raadt