summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-03-06Make sure MEMORYBARRIER(SYNC_REG) performs a read/write bus_space_barrier,Miod Vallat
2011-03-05Wait until the DMA engine is stopped before unmapping buffers and descriptors.Mark Kettenis
2011-03-04Add TouchScreen support. Makes newer Gunze USB TouchScreen devices work.Mark Kettenis
2011-03-04Apparently keeping some USB devices in reset for too long makes themMark Kettenis
2011-03-04gather most pci conf register manipulation into a new function,Jacob Meuser
2011-03-04Peek at the interrupt status register before poking with the reply postMike Belopuhov
2011-03-03Prevent division-by-zero when scaling down to the screen resolution. MakeMark Kettenis
2011-03-02- change recieved -> received in comments, as well as two unused definesJasper Lievisse Adriaanse
2011-03-01back out r1.162, the one that bumps openings up on sas and fcDavid Gwynne
2011-02-24we want to look up the device attached to a raid volume by its address onDavid Gwynne
2011-02-22Mark descriptors as invalid *before* unmapping the associated mbuf.Mark Kettenis
2011-02-22Disable PCIe Active State Power Management (ASPM) to avoid bge(4) randomlyRobert Nagy
2011-02-22In drm_modeset_ctl make sure to check the (now signed) value is > 0 asOwain Ainsworth
2011-02-22ami figures out the names of the enclosure attached to it by snoopingDavid Gwynne
2011-02-21Make mos(4) set IFF_BROADCAST in if_flags.Stefan Sperling
2011-02-21usage: mt [-f device] command [count]David Gwynne
2011-02-18alc_newbuf is always called from the interrupt context so it can't sleep;Mike Belopuhov
2011-02-17if changing the default speaker connection, be sure it's both aJacob Meuser
2011-02-17allow interfaces other than slaves of the union interface to be theJacob Meuser
2011-02-17the number of widget connections isn't necessarily the same as theJacob Meuser
2011-02-15Initialize sc_iot early enough to avoid a crash when the hardware monitorMiod Vallat
2011-02-15A vnd buf doesn't only go through the vnd bufq but also the bufqThordur I. Bjornsson
2011-02-15Add workaround for BCM5906 A0/1/2 controller silicon bug. WhenRobert Nagy
2011-02-15Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386Miod Vallat
2011-02-15bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bitMark Kettenis
2011-02-15Copy pasto in comment. Fix by brad@ OK dlg@Claudio Jeker
2011-02-13Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386Miod Vallat
2011-02-11Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit.Marco Pfatschbacher
2011-02-10now that usb_wait_task() is back, bring back recently revertedJacob Meuser
2011-02-09bring back changes in usb.c revision 1.73Jacob Meuser
2011-02-09revert usb.c to r1.72, and all subsequent changes that depend on it.Jacob Meuser
2011-02-06cap the max size of the eeprom to 16k, as per the linux and freebsdDavid Gwynne
2011-02-05* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while aJacob Meuser
2011-02-04* merge 'onqueue' and 'running' members of struct usb_task intoJacob Meuser
2011-02-03Initialize stack memory before use. Found with clang.Matthew Dempsky
2011-02-01Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.David Coppa
2011-02-01regenDavid Coppa
2011-02-01Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.David Coppa
2011-01-30another runTed Unangst
2011-01-30regenTed Unangst
2011-01-30another run device. ok miodTed Unangst
2011-01-30Report the compose key on sun keyboards in raw mode as a different keycodeMiod Vallat
2011-01-29spaces that make my eyes bleed. no binary change.Marco Peereboom
2011-01-29Fix two logic errors:Kevin Lo
2011-01-28we deal with polled ccbs erroring out properly, we dont have to complainDavid Gwynne
2011-01-28ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should beDavid Gwynne
2011-01-27Fix newlines for error on attach case. with & ok dlg.Darren Tucker
2011-01-27while closing the device, don't sleep with the PCATCH flag, otherwiseAlexandre Ratchov
2011-01-26Add port multiplier support, has been in snaps for a while with no reportedDale Rahn
2011-01-26syncKevin Lo