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