summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-07-23If /dev/video* is already used by an application, return EBUSY to otherMarcus Glocker
2008-07-23regenBrad Smith
2008-07-23Attansic L1E PCI id.Brad Smith
2008-07-23Correct cases of mishandling of pending reads and writes to preventBob Beck
2008-07-23- Fix potential uvm_fault crash inMarcus Glocker
2008-07-23syncMarcus Glocker
2008-07-23Unbreak the tree.Marcus Glocker
2008-07-23syncTheo de Raadt
2008-07-23new ati goo; giovanniTheo de Raadt
2008-07-23move the aml_register_notify() call below for better debugging output.Federico G. Schwindt
2008-07-22There are devices out there which are UVC compatible, but do not showMarcus Glocker
2008-07-22more negotation -> negotiation; ok sthen@Martynas Venckus
2008-07-22Spelling, negotation -> negotiation.Marcus Glocker
2008-07-22Fix uvm_fault crash in uvideo_vs_negotation() which was reported by someMarcus Glocker
2008-07-21syncDamien Bergamini
2008-07-21rename rt2860 pci ids to match with reality.Damien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-07-21Add curproc to ioctl call.Marco Peereboom
2008-07-21cleanup - we don't have resource structureKevin Lo
2008-07-20fill in variant and version components of the UUIDDamien Miller
2008-07-20On TI cardbus bridges, enable PCI interrupt routing if the device has notMark Kettenis
2008-07-20Huawei E618 and E620 is not compatible with ubsa(4).Yojiro Uo
2008-07-20Add DIOCGPDINFO support. 'disklabel -d svnd0' now works.Kenneth R Westerback
2008-07-19Full rewrite of metadata handling. This fixes power failures and crashesMarco Peereboom
2008-07-19If a resolution which has been requested over VIDEO_TRY_FMT orMarcus Glocker
2008-07-19In interrupt handler change printf -> DRPINTF.Marcus Glocker
2008-07-18For negotation first get the devices default values (GET_DEF) insteadMarcus Glocker
2008-07-18Implement VIDIOC_S_FMT and VIDIOC_TRY_FMT. Now V4L2 applications canMarcus Glocker
2008-07-18o Use mbufs, for the RX ring, instead of malloc()'ing an MCLBYTES sized buffer.Thordur I. Bjornsson
2008-07-18the Belkin F5D7010 version # is a RTL8185 cardbus device. thisReyk Floeter
2008-07-18syncReyk Floeter
2008-07-18Add Belkin Wireless G Notebook Card F5D7010 (rtw(4) RTL8185-based)Reyk Floeter
2008-07-18POLL causes concurrency issues with event driven batteries. Remove for nowMarco Peereboom
2008-07-17Zero mbreg_t structure *before* initializing any members, not when we'reMark Kettenis
2008-07-17Add a flag and allow the driver to identify the BCM5788 chipsets. They'reBrad Smith
2008-07-17Remove clause 3 from NetBSD license.Joel Sing
2008-07-17Increase the size of the diskinfo struct, which has grownJonathan Gray
2008-07-16Add a new parameter to pckbc_cnattach(): flags to put in the pckbc bowels.Miod Vallat
2008-07-16If pckbc_xt_translation() fails, do not try to force the keyboard in tableMiod Vallat
2008-07-16It is no longer necessary to regen gsckbdmap after changing this file.Miod Vallat
2008-07-16Enable the read DMA engine's PCI read request burst length long burstBrad Smith
2008-07-15Backout rev 1.162. This change made us muck with with pci config space atMark Kettenis
2008-07-15Remove some debug code that i forgot to remove in a previous commit.Owain Ainsworth
2008-07-15Adapt some code from the FreeBSD driver required to makeJonathan Gray
2008-07-15theres no need too m_adj() the mbuf by 8bytes (u_int64_t) inThordur I. Bjornsson
2008-07-14Make VIDIOC_ENUM_FMT list all available formats for the attached device.Marcus Glocker
2008-07-14Finish support for uncompressed payloads (UDESCSUB_VS_FORMAT_UNCOMPRESSED).Marcus Glocker
2008-07-13Spacing.Marcus Glocker
2008-07-13Save format and frame descriptors to a format group structure so weMarcus Glocker
2008-07-13Add some additional hardware revisions from FreeBSD needed forJonathan Gray