summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2011-03-15Attach one sensordev per softraid device rather than one sensordev perJoel Sing
2011-03-14Accept broadcast frames so MCR0_BROADCAST bit must be zero;Kevin Lo
2011-03-13Wake On LAN support for vr(4).Stefan Sperling
2011-03-13Wake On LAN support for re(4).Stefan Sperling
2011-03-10Add support for detecting the NXP SA56004X (we have not actuallyTheo de Raadt
2011-03-09Knock out a bunch more UPS devices from attaching to uhid(4).Stuart Henderson
2011-03-09syncStuart Henderson
2011-03-09- add IDs for various USB HID UPS devices, extracted from NUTStuart Henderson
2011-03-09HW stats debugging via ifconfig emX debug instead ofMarco Pfatschbacher
2011-03-08regenJasper Lievisse Adriaanse