summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2008-07-12reference vmt (openbsd) rather than vmware (xorg)Chris Kuethe
2008-07-12Make sure the label is read in rdopen(), this isn't the case if youMiod Vallat
2008-07-12Right now agp_generic_enable() is wrong. It has been since 2006. ItOwain Ainsworth
2008-07-12syncBernd Ahlers
2008-07-12Add another Acer id.Bernd Ahlers
2008-07-12Remove obsolete TODO comment.Marcus Glocker
2008-07-12regenBrad Smith
2008-07-12Add the OUI id for JMicron and the ids for the JMP202 FastE PHY andBrad Smith
2008-07-12Add support for the Marvell 88E8016 PHY.Brad Smith
2008-07-11If there is a 100baseT4 connection then fall through so as toBrad Smith
2008-07-11Check the correct BMSR bit in the capabilities field when checkingBrad Smith
2008-07-11Qlogic -> QLogicIgor Sobrado
2008-07-11remove an unused function. ok jsg@Kevin Lo
2008-07-10move a common statement out of if/else;Thordur I. Bjornsson
2008-07-10Don't terminate the array of matching product/vendor IDs with { 0, 0 }Marc Balmer
2008-07-10Make cams with Sonix chipset work by avoiding excessive alternateMarcus Glocker
2008-07-10the DRM_{READ,WRITE}$NUMBER() macros currently useOwain Ainsworth