summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2011-03-08- add Trust and two miceJasper Lievisse Adriaanse
2011-03-06The global_int information acpi collects is not used by amd64.Theo de Raadt
2011-03-06fix function name in error/debug messages; ok marcoStefan Sperling
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