summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-05-26the addr field in read cap 16 is 8 bytes, not 4. pity, i had really bigDavid Gwynne
2010-05-25The logic in this function is a little tricky (though correct).Owain Ainsworth
2010-05-25Having just calculated which sequence number we wish to wait for (soOwain Ainsworth
2010-05-25rename struct drm_i915_private to struct inteldrm_softc, to be more inOwain Ainsworth
2010-05-25Remove the DRI1 code paths from inteldrm as promised two weeks ago.Owain Ainsworth
2010-05-24Support fibre PHY on BCM5709S. From FreeBSD via Brad.Stuart Henderson
2010-05-24regenJonathan Gray
2010-05-24shrinkJonathan Gray
2010-05-24We sometimes compile kernels with -Wvariable-decl because it makes usTheo de Raadt
2010-05-24Flush cache before suspend.Mark Kettenis
2010-05-24atascsi may (will) reuse ata_xfers, meaning the xa state thatDavid Gwynne
2010-05-24Remove the drm drivers that are not enabled (and have never been so).Owain Ainsworth
2010-05-23remove another piece of ancient #ifdef arc codeTheo de Raadt
2010-05-23fix another signed/unsigned slipt. no functional change. I hate thisOwain Ainsworth
2010-05-23mac68k can move to defining __mac68k__ insteadTheo de Raadt
2010-05-23luna88k moves to defining __luna88k__ insteadTheo de Raadt
2010-05-23toast __arc__; we gave up on that platform around a decade agoTheo de Raadt
2010-05-23missing dkio.h includes; ok krw@Christian Weisgerber
2010-05-23move hp300 to -D__hp300__; ok miodTheo de Raadt
2010-05-23rely on __alpha__ instead of alphaTheo de Raadt
2010-05-23rely on __alpha__, __amd64__, and __i386__ insteadTheo de Raadt
2010-05-23Place drive in standby mode before shutdown. Avoids the loud click heard onMark Kettenis
2010-05-21Make compile with NBIO = 0Marco Peereboom
2010-05-20Split some copies of two struct members together into two bcopy ratherNicholas Marriott
2010-05-20add mode change command to support ZTE 3G modem (MF633 etc)Yojiro Uo
2010-05-20regenYojiro Uo
2010-05-20add ZTE633 (3G modem) etcYojiro Uo
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-19Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4Nicholas Marriott
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2010-05-19BUS_DMA_ZERO love.Owain Ainsworth
2010-05-19the virtual scsi disks that mpi(4) presents dont grok modifications to theDavid Gwynne
2010-05-18Add as yet untested support for the 82576 quad copper ET2Jonathan Gray
2010-05-18regenJonathan Gray
2010-05-18Add some more em devices and workbit CF ATA.Jonathan Gray
2010-05-18more BUS_DMA_ZERO love.Owain Ainsworth
2010-05-18bus_dmamem_alloc() ...; bzero/memset(); ->Owain Ainsworth
2010-05-18oops. needs_fence should still be conditional on tiling due to the needsOwain Ainsworth
2010-05-18Always invalidate fences in pin if they are invalid, not just if we needOwain Ainsworth
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-05-17Put the name string on the stack.Nicholas Marriott
2010-05-17regenJonathan Gray
2010-05-17add some devices found on a core i5 machineJonathan Gray
2010-05-16Use a temporary variable for now to sidestep -Wbounded checking whenNicholas Marriott
2010-05-16fix (again) TKIP MIC entries in set_key().Damien Bergamini
2010-05-16fix ic_max_nnodes computation.Damien Bergamini
2010-05-16add AR9300 PCI IdDamien Bergamini
2010-05-16no need to set the MAC address to 0 for TKIP MIC entries; the keyDamien Bergamini
2010-05-16cleanup hardware key cache management (not used yet)Damien Bergamini
2010-05-16sync DPRINTF with ar5008Damien Bergamini