Age | Commit message (Expand) | Author |
2011-04-04 | Hit this code with a big hammer. It now works on the X201/T510 series | Theo de Raadt |
2011-04-04 | The backplane version of the 82575EB has no link state -- it's always | william |
2011-04-03 | pirofti made me look at wd(4) code, which made me sad. | David Gwynne |
2011-04-03 | put iopools back in. ok gcc | David Gwynne |
2011-04-03 | back iopools out, it was never compiled. | David Gwynne |
2011-04-03 | Another driver made safer for big mem by dma_alloc/dma_free'ing | Kenneth R Westerback |
2011-04-03 | get rid of NO_CCB by moving to iopools. | David Gwynne |
2011-04-03 | move twe over to iopools so we can get rid of another NO_CCB user. this | David Gwynne |
2011-04-03 | Sprinkle spltty around code which plays with either the video memory or | Miod Vallat |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2011-04-03 | No need to include uvm/uvm_extern.h and fix a typo. | Claudio Jeker |
2011-04-03 | Safer, big mem friendly, allocation of ATAPARAMS buf that is the | Kenneth R Westerback |
2011-04-03 | Iopoolification of some less common scsi drivers. | Kenneth R Westerback |
2011-04-03 | Use a own "bounce buffer" that is used to send and receive packets. | Claudio Jeker |
2011-04-02 | - use nitems(); no binary change@ | Jasper Lievisse Adriaanse |
2011-04-02 | Move P_SUGID and P_SUGIDEXEC from struct proc to struct process, so | Philip Guenthe |
2011-04-02 | Remove bufqs from vnds, as the disk that houses the image | Thordur I. Bjornsson |
2011-04-02 | Safer, big mem friendly, allocation of identify buf that is the | Kenneth R Westerback |
2011-04-02 | correctly handle data underruns. this makes things like ses(4) and safte(4) | David Gwynne |
2011-04-02 | Kill a lot of spaces and make this a bit more KNF. No binary change. | Claudio Jeker |
2011-03-31 | just report the frame interval in the same terms the device gives us. | Jacob Meuser |
2011-03-31 | Don't process packets where the USB xfer length is shorter than a packet | Michael Knudsen |
2011-03-31 | - use nitems(); no binary change. | Jasper Lievisse Adriaanse |
2011-03-28 | Add mlphy(4) a driver for the MicroLinear 6692 Ethernet PHYs. | Claudio Jeker |
2011-03-26 | oops. the frame rate is the inverse of the frame interval. fixes | Jacob Meuser |
2011-03-26 | use 'sizeof(struct usb_video_frame_desc)' instead of a hardcoded | Jacob Meuser |
2011-03-26 | fill in the timestamp when copying a frame into the mmap buffer | Jacob Meuser |
2011-03-26 | fill in support for VIDIOC_ENUM_FRAMEINTERVALS | Jacob Meuser |
2011-03-26 | support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used for | Jacob Meuser |
2011-03-26 | print the supported frame intervals when printing the frame descriptor | Jacob Meuser |
2011-03-25 | * don't try to align our array of frame descriptors with the | Jacob Meuser |
2011-03-25 | * the mjpeg and uncompressed video frame descriptor structures are | Jacob Meuser |
2011-03-25 | * empty the queue of frames in the mmap frame buffer and set the | Jacob Meuser |
2011-03-23 | regen | Jonathan Gray |
2011-03-23 | add a bunch of new em/ix devices found in intel drivers | Jonathan Gray |
2011-03-23 | renegade tabs, no binary change | Marco Peereboom |
2011-03-23 | only read from the UART if there is something to read. fix beagle, otherwise | Federico G. Schwindt |
2011-03-22 | silently clear the endpoint when the device has failed; ok jakemsr | Theo de Raadt |
2011-03-22 | Support for NetMos Nm9922 dual serial port cards | Mike Larkin |
2011-03-22 | Support for NetMos Nm9922 dual serial port cards | Mike Larkin |
2011-03-22 | Support for NetMos Nm9922 dual serial port cards | Mike Larkin |
2011-03-20 | Update URI to data sheet. New location found on www.davicom.com.tw but | Michael Knudsen |
2011-03-20 | changes the values of boolean comparisons from 0:1 to 0:-1 (from ACPI Spec) i... | Jordan Hargrave |
2011-03-19 | Add the ONDA MSA110UP USB modem | David Coppa |
2011-03-19 | sync | David Coppa |
2011-03-19 | Add the ONDA MSA110UP USB modem | David Coppa |
2011-03-18 | Fix firmware loading at startup (and resume); from Tim van der Molen | Theo de Raadt |
2011-03-17 | Ansify non-ansified function definitions. No functional change. | Alexandr Shadchin |
2011-03-16 | revert previous as it breaks nfs client as reported by kili@ | Jasper Lievisse Adriaanse |
2011-03-16 | If we get a packet larger than if_hardmtu skip it. | Jonathan Gray |