Age | Commit message (Expand) | Author |
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 |
2012-02-04 | Close races where timer is started on a command and then an splbio() | Kenneth R Westerback |
2012-02-04 | Since sili_get_ccb() can return NULL if there are no ccb's available, | Kenneth R Westerback |
2012-02-02 | disable the polling timeout when we suspend; discovered by some code | Theo de Raadt |
2012-01-31 | add uhid/uaudio quirks for the iPad and iPad 2. | Bryan Steele |
2012-01-31 | regen. | Bryan Steele |
2012-01-31 | Add product ID's for the iPad and the iPad 2. | Bryan Steele |
2012-01-30 | Prevent softraid from being used with devices that do not have a sector | Joel Sing |
2012-01-30 | Remove redundant call to vr_reset. From Bryan Steele, ok mikeb@ | Stuart Henderson |
2012-01-29 | According to the X.org driver, the Evergreen series of chips are the | Peter Hessler |
2012-01-29 | sync | Peter Hessler |
2012-01-29 | add device ID for Radeon HD 6320 | Peter Hessler |
2012-01-29 | Fix another instance of the 11a->11b switch panic (see previous commit). | Stefan Sperling |
2012-01-29 | Swap the keycodes of the two swapped keys of Apple ISO keyboards. | Martin Pieuchot |
2012-01-29 | regen | Martin Pieuchot |
2012-01-29 | Add Apple keyboard IDs found on some PowerBook, MacBook and later. While | Martin Pieuchot |
2012-01-29 | Swap the keycodes of the two swapped keys of Apple ISO keyboards and update | Martin Pieuchot |
2012-01-28 | Blacklist a dualpoint model which clitpad sends non compatible PS2 packets. | Martin Pieuchot |
2012-01-28 | Only pass bio ioctls through to the softraid bio ioctl handler. Rename the | Joel Sing |
2012-01-28 | Don't panic when switching an ath interface in hostap mode from 11a to 11b. | Stefan Sperling |
2012-01-28 | Fix ar5k_rt_copy() to copy all fields of the HAL_RATE_TABLE struct. | Stefan Sperling |