Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback | |
General huzzahs. "go for it" deraadt@ | |||
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst | |
This is more clear, and as thib pointed out, the default in softraid was wrong. ok thib. | |||
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin | |
This is also the same as the Intel Series 5 Thermal Sensor. ok deraadt@, kettenis@ | |||
2010-07-03 | Implement translation of the SCSI START STOP UNIT command. | Mark Kettenis | |
ok dlg@, marco@ | |||
2010-07-03 | Turns out the | Mark Kettenis | |
/* XXX maybe more than the default wait is appropriate here? */ in ahci_port_portreset() is true, at least when we come out of suspend. Allow a timeout of 3s here while keeping all the other delays at 1s. ok dlg@, kettenis@ | |||
2010-07-02 | Yet another workaround for PCH devices adapted from Intel code in | Jonathan Gray | |
FreeBSD by Mike Belopuhov. Makes the 82578 in dlg's dell desktop work. tested on 82577 by mlarkin@, ok claudio@ | |||
2010-07-02 | Provide an iopool in arc(4). | Michael Knudsen | |
ok dlg matthew | |||
2010-07-02 | Protect the ccb free list with a mutex rather than splbio(). | Michael Knudsen | |
Requested by dlg when reviewing a different diff. ok dlg | |||
2010-07-02 | One transition was wrong: Suspending without a card, and then resuming with | Theo de Raadt | |
was doing an attach, detach, and re-attach. Repair the state transitions. | |||
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott | |
ok deraadt matthew millert | |||
2010-07-02 | Don't timeout_add() when the referenced struct is about to be | Kenneth R Westerback | |
discarded. It will eventually fire. Fortunately this file not yet being used. ok tedu@. | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok krw@ | |||
2010-07-02 | sync | Igor Sobrado | |
2010-07-02 | the IBM Optical Wheel Mouse (89P5088) is a supported USB device. | Igor Sobrado | |
ok sthen@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok dlg@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok krw@ | |||
2010-07-02 | Rename the volume specific flags variable. | Joel Sing | |
ok marco@ | |||
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt | |
know if it is the same card or if it got modified while we were not paying attention. Tested on x40 under apm, and some acpi machines. ok mlarkin kettenis | |||
2010-07-02 | Determine the data offset using a variable specified within the softraid | Joel Sing | |
metadata. This allows us to implement seamless transitions from the previous metadata version to the current version, avoiding the need to recreate the softraid volume. Joint work with marco@ during c2k10. ok marco@ | |||
2010-07-02 | Make the sensor setup loop less awkward by moving the call to | Matthew Dempsky | |
sensor_attach() out of the for loop header. ok marco@ | |||
2010-07-02 | Add an ath_pci_activate callback for ACPI suspend/resume with ath(4). | Reyk Floeter | |
The card now should come back after resume and doesn't need a manual ifconfig down/up. ok deraadt@ mlarkin@ | |||
2010-07-02 | cleanup and remove some #ifdef junk in the power hooks. | Reyk Floeter | |
ok deraadt@ | |||
2010-07-02 | add more MCP79 AHCI ids to the list of devices that need special handling, | Jonathan Gray | |
lets ahci work on jcr's Alienware M17x. ok dlg@ | |||
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
2010-07-02 | Proper fix for uninitialized variable warning. | Mark Kettenis | |
Unbreaks build on several pci architectures. | |||
2010-07-02 | correctly init ppr_able in reset, and some others gcc complained about. | Ted Unangst | |
ok deraadt | |||
2010-07-02 | fix a variety of uninit errors. ok and one correction deraadt | Ted Unangst | |
2010-07-02 | the variables work better when initialized. ok deraadt | Ted Unangst | |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert | |
are required to detect that. Change the function to take a wait argument (used in nfs server, but M_NOWAIT everywhere else for now) and to return an error ok claudio@ henning@ krw@ | |||
2010-07-02 | braces define scope, not indentation. found hunting uninit bugs. ok oga | Ted Unangst | |
2010-07-02 | some very obvious uninit bugs found when I turned off -Wno-uninitialized | Ted Unangst | |
ok deraadt | |||
2010-07-02 | Abstraction clean-up. `I like it' deraadt@. | Paul Irofti | |
2010-07-02 | Add Lenovo ThinkPad X100e quirk, from Brad. | Paul Irofti | |
2010-07-02 | Switch to nitems for the table, save some space. `Looks good' deraadt@. | Paul Irofti | |
2010-07-01 | Repost T510 video using the emulator. | Mike Larkin | |
ok deraadt@ | |||
2010-07-01 | Mobility hd4870 works, add it. | Owain Ainsworth | |
From jcr | |||
2010-07-01 | sync | Owain Ainsworth | |
2010-07-01 | Radeon mobility Hd4870, from jcr. | Owain Ainsworth | |
2010-07-01 | It seems the x200s doesn't need the video bios call from locore. | Paul Irofti | |
Retested on yuo's machine with a clean kernel and it works fine without the hack. This should also fix the issues other x200s users were seeing with resuming from X. | |||
2010-07-01 | Another radeon hd3200. | Owain Ainsworth | |
from brad | |||
2010-07-01 | make sure that buf's on the stack set the b_bq to NULL. | Thordur I. Bjornsson | |
one memset -> bzero. ok marco@, jsing@ | |||
2010-07-01 | suspend/resume to the same level as apm machines. note: that is kind | Theo de Raadt | |
of broken since it does not detach+reattach the card (which it has to) ok mlarkin | |||
2010-07-01 | leases have expired. (remove a comment). | Thordur I. Bjornsson | |
2010-07-01 | See, I said the #ifdef's are a confusing maze -- they confused me. | Theo de Raadt | |
2010-07-01 | Make this compile with SMALL_KERNEL. The #ifdef farm this produces should | Theo de Raadt | |
probably be cleaned up... | |||
2010-07-01 | make this compile with SMALL_KERNEL | Theo de Raadt | |
2010-07-01 | compile when SMALL_KERNEL is set | Theo de Raadt | |
2010-07-01 | do bufq quiesce again, since vnd/the bufq_done call in | Thordur I. Bjornsson | |
biodone has been fixed. | |||
2010-07-01 | for the allocated buf, set the b_bq flag to NULL so we do not | Thordur I. Bjornsson | |
call bufq_done in biodone. | |||
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave | |