summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-06-05change sign extension such that we do not rely on >> being anDamien Bergamini
2010-06-05- fix athn_set_key() on big-endian machines (function is not used yet)Damien Bergamini
2010-06-05'operational' takes a single 'n'Damien Bergamini
2010-06-04gc unused variableDavid Gwynne
2010-06-03enable async fifo for >=AR9287 1.3 only.Damien Bergamini
2010-06-03take care of some half-baked CPU temperature readings seen in wildTheo de Raadt
2010-06-03massage the code to avoid races in ami_mgmt.David Gwynne
2010-06-03Always initialize the ccb provided by the scsi layer into the properKenneth R Westerback
2010-06-03get rid of the kthread. it is unused and just bloats the kernel.David Gwynne
2010-06-03replace TAILQs with SLISTs for managing the ccb free list. theyre smaller.David Gwynne
2010-06-03useless abstraction is, by definition, useless.David Gwynne
2010-06-02convert ciss(4) over to using iopools. this is fairly easy after the recentDavid Gwynne
2010-06-02dont drop out of handling a command if ITSDONE is set. return a betterDavid Gwynne
2010-06-02its pretty obvious that ciss_cmd should be called with splbio being held,David Gwynne
2010-06-02call scsi_done before put_ccb, rather than have put_ccb call scsi_doneDavid Gwynne
2010-06-02push the "locking" in ciss_scsi_cmd down. we dont need splbio to callDavid Gwynne
2010-06-02protect the ccb free queue with its own mutexDavid Gwynne
2010-06-02get rid of useless ccb queues. when the ccb is on the chip, we mark itsDavid Gwynne
2010-06-02get rid of the code for the passthru bus support. it was never enabled andDavid Gwynne
2010-06-02interrupt handlers are run at their IPL, so there's no need to go splbioDavid Gwynne
2010-06-01regenMarcus Glocker
2010-06-01Add ``StarTech CONV-USB2DVI'' udl device.Marcus Glocker
2010-05-31do not immediately panic if we find a non-increasing heartbeat counter butAlexander Hall
2010-05-27Add missing license (amd, mit/x11)Owain Ainsworth
2010-05-26add a new getparam member to get the contents of scratch register 3 (theOwain Ainsworth
2010-05-26- no need for a separate mpii_minphys;Marco Peereboom
2010-05-26Reintroduce bufqs. A few changes since it was backed out after some goodThordur I. Bjornsson
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