Age | Commit message (Expand) | Author |
2011-06-19 | Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" as | Matthew Dempsky |
2011-06-18 | Change sizeof(&kdfinfo2) to sizeof(kdfinfo2). | Matthew Dempsky |
2011-06-18 | Use MSI interrupts when available. Tested by deraadt@ and jsg@. | Claudio Jeker |
2011-06-17 | Explicitly clear 1000baseT control register for F1 PHY used in | Kevin Lo |
2011-06-17 | Enable MSI support; tested by krw@, Mark Peoples, and | Kevin Lo |
2011-06-17 | Enable MSI support; tested by Thomas Pfaff | Kevin Lo |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-06-17 | Unbreak tree. $OpenBSD$ tag needs to be in a comment! Bad | Kenneth R Westerback |
2011-06-16 | Import acpitoshiba driver. | Paul Irofti |
2011-06-16 | Enable msi support on iwn. | Owain Ainsworth |
2011-06-16 | Enable MSI on newish PCIe hardware, essentially everything handled by the Linux | Mark Kettenis |
2011-06-16 | Uses generic confargs to attach the apm(4) and piic(4) drivers instead of | Martin Pieuchot |
2011-06-16 | dont respond to VPD inquiries with standard inquiry data. add a | David Gwynne |
2011-06-15 | Add a const char* as first member of struct adb_attach_args, so that we can | Miod Vallat |
2011-06-15 | Add support for ZTE AC2746. | Jonathan Gray |
2011-06-15 | regen | Jonathan Gray |
2011-06-15 | ZTE AC2746 | Jonathan Gray |
2011-06-15 | Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicast | Jonathan Gray |
2011-06-15 | Silence unneeded conversion warning. Okay jordan@. | Paul Irofti |
2011-06-15 | try to make critical messages make more sense. help from sthen. | Marco Peereboom |
2011-06-15 | if the system runs out of mbufs and cannot provide any when filling | David Gwynne |
2011-06-14 | Intel 3400 AHCI responds to PMP probes like ATI SBx00 chips. | Jonathan Matthew |
2011-06-13 | Not need define KEYBOARD_ARRAY (keyboard array used only in dev/adb/akbd.c | Alexandr Shadchin |
2011-06-12 | Some devices, like parts of the NVIDIA C51 chipset, have a broken Capabilities | Mark Kettenis |
2011-06-10 | Monster update of ix(4). This brings ix(4) close to what is currently | Claudio Jeker |
2011-06-10 | Regen | Claudio Jeker |
2011-06-10 | Fix numeric order of a 82598 chip and add the id of 82599VF for the | Claudio Jeker |
2011-06-10 | Do not set the dying flag in wdc_wait_for_status, since there is at | Theo de Raadt |
2011-06-09 | Backout MSI change. People are seeing watchdog timeouts, which must be caused | Mark Kettenis |
2011-06-09 | shorted code with a lovely goto | Theo de Raadt |
2011-06-09 | MSI interrupts work here, too. | Theo de Raadt |
2011-06-08 | Use static scope during AML disassembly, fixes splassert error | Jordan Hargrave |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-06-06 | regen | Mark Kettenis |
2011-06-06 | The host and PCIe bridge parts of the RS780 northbridge crry the AMD vendor ID. | Mark Kettenis |
2011-06-06 | Microphone mute button support from acpithinkpad (or elsewhere). | Theo de Raadt |
2011-06-06 | Delete the long dead LOCKED and WANTED flags from cd(4), sd(4), and | Matthew Dempsky |
2011-06-05 | Revert previous commit; it makes us run out of interrupt slots too fast on | Mark Kettenis |
2011-06-05 | fix mpu attachment at isapnp which resulted in amd64 (no isapnp) getting | Theo de Raadt |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-05 | Access a presumably 32-bit wide register at a properly aligned address. | Christian Weisgerber |
2011-06-05 | Fix function names in debug printfs and use a more user-friendly error | Stefan Sperling |
2011-06-04 | regen | Mark Kettenis |
2011-06-04 | ATI Radeon HD 4290 internal graphics as found on the AMD 890FX chipset. | Mark Kettenis |
2011-06-04 | regen | Mark Kettenis |
2011-06-04 | Another mislabeled AMD northbridge. | Mark Kettenis |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-06-03 | Fix two compile errors in mcd(4) due to bitrot: | Matthew Dempsky |
2011-06-03 | Change acpi_xfoo to acpi_foo names. | Jordan Hargrave |
2011-06-03 | Fix em_write_pci_cfg() and em_read_pci_cfg() to avoid unaligned access, and | Mark Kettenis |