Age | Commit message (Expand) | Author |
2012-03-24 | Left-pad the eeprom dump with zeroes in the debug dump to make it easier to | Miod Vallat |
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray |
2012-03-24 | regen | Jonathan Gray |
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray |
2012-03-24 | add ZTE HSUSB. | Federico G. Schwindt |
2012-03-24 | regen. | Federico G. Schwindt |
2012-03-24 | add ZTE HSUSB device. | Federico G. Schwindt |
2012-03-15 | Allow multiple backslashes at the start of a namespace path. It is pretty | Mark Kettenis |
2012-03-15 | Let nviic(4) match the NVIDIA MCP89 chipset, from Brad. | Stuart Henderson |
2012-03-14 | ubsec gets stuck after receiving a packet of a particular length | Mike Belopuhov |
2012-03-13 | Don't call wdcintr() for channels that aren't properly initialized or don't | Mark Kettenis |
2012-03-11 | add PCI ids for HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 | Jonathan Gray |
2012-03-11 | regen | Jonathan Gray |
2012-03-11 | HP Smart Array P220i/P222/P420/P420i/P421/P721m/P822 | Jonathan Gray |
2012-03-10 | Seems the _REG method is optional, so only run it if it is present. | Mark Kettenis |
2012-03-10 | AML integers are supposed to be 64-bit unsigned, but huge parts of our code | Mark Kettenis |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2012-03-07 | Add AMD Hudson-2 support, thanks to Jorg Willekens for testing. | Bryan Steele |
2012-03-07 | reisters -> registers | Miod Vallat |
2012-03-06 | oops. correct diff this time | Mike Belopuhov |
2012-03-06 | Add support for an SMB controller found on AMD CS5536 companion device. | Mike Belopuhov |
2012-03-05 | Adds support for a slightly different version of the ALPS protocol, | Alexandr Shadchin |
2012-03-03 | Don't print the device name again in attach error messages occuring before | Miod Vallat |
2012-03-01 | use UE_GET_ADDR to get endpoint address (remove direction bit). Fixes | Alexandre Ratchov |
2012-03-01 | add support for AX88772B | Jonathan Gray |
2012-03-01 | regen | Jonathan Gray |
2012-03-01 | ASIX AX88772B | Jonathan Gray |
2012-02-28 | Add support for Roland UM-ONE, from Tom Ivar Helbekkmo in NetBSD PR 45908. | Jonathan Gray |
2012-02-28 | regen | Jonathan Gray |
2012-02-28 | Roland UM-ONE | Jonathan Gray |
2012-02-28 | add support for the MCS7832 which is apparently a low pin count | Jonathan Gray |
2012-02-28 | regen | Jonathan Gray |
2012-02-28 | - move GE_FORCE_9300_GE_1 to correct order | Jonathan Gray |
2012-02-28 | - Always try to reclaim transmitted frames instead of returning | Jonathan Gray |
2012-02-26 | rather than driving the card with 16k intr/s of low latency interrupts, | Mike Belopuhov |
2012-02-26 | there's no need to rearm interrupts, we only need to reenable queues; | Mike Belopuhov |
2012-02-26 | Fix NULL fallout, spotted by naddy | Miod Vallat |
2012-02-25 | regen | Miod Vallat |
2012-02-25 | Enable GUS PnP | Miod Vallat |
2012-02-25 | Don't tinker with the MIDI registers if they aren't mapped; necessary for the | Miod Vallat |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2012-02-20 | First steps for making ptrace work with rthreads: | Philip Guenthe |
2012-02-15 | Hold struct filedesc's fd_lock when writing to the fd_ofiles, fd_ofileflags, | Philip Guenthe |
2012-02-15 | 82571/82572 do not properly set byte enables 2 and 3 on MSI | Jonathan Gray |
2012-02-12 | use the barrier before the inb; not instead of | Theo de Raadt |
2012-02-11 | This code used to do a register read to force a barrier -- that is not | Theo de Raadt |
2012-02-09 | Match on Atmel AT91 CDC ACM explicitly as it reports a protocol of 0 | Jonathan Gray |
2012-02-09 | regen | Jonathan Gray |
2012-02-09 | Atmel AT91 CDC ACM | Jonathan Gray |
2012-02-08 | Remove the init path of jme_newbuf that used M_WAITOK | Jonathan Gray |