summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2011-05-05Go back to only attempting one IDENTIFY command against directlyMatthew Dempsky
2011-05-05Attach to Samsung Galaxy S, from Erik Mugele. ok jsg@ mk@Stuart Henderson
2011-05-05syncStuart Henderson
2011-05-05Add Samsung Galaxy S, from Erik Mugele, ok jsg@ mk@Stuart Henderson
2011-05-05synaptics touchpad keep the current (pms) behaviour until WSMOUSEIO_SETMODEAlexandr Shadchin
2011-05-03Move SLIST initializations earlier so that failure handling paths canMatthew Dempsky
2011-05-02Fix a tyop which could potentially lead to null dereference.Charles Longeau
2011-05-02Fix potential null dereference.Charles Longeau
2011-05-02Do not check malloc return value against NULL, as M_WAITOK is used.Charles Longeau
2011-05-02Add definitions for the radeon kms related ioctls (i.e. gem/ttm onOwain Ainsworth
2011-05-02remove workaround found in FreeBSD driver but not in Intel's officialDavid Hill
2011-05-02Some extra paranoia for if we fail to attach.Owain Ainsworth
2011-05-02Add a workaround for an 82579 hardware bug that can result inJonathan Gray
2011-05-02Radeon HD3000; from Pedro la Peu.Owain Ainsworth
2011-05-02syncOwain Ainsworth
2011-05-02Radeon HD300; from Pedro la Peu. Thanks!Owain Ainsworth
2011-05-01Add some PARAM and flags defines needed for later version of the intelOwain Ainsworth
2011-05-01Fix a NULL dereference if drm fails to attach.Owain Ainsworth
2011-04-29tiny whitespace fixesDavid Gwynne
2011-04-29only handle vanilla scsi inquiry requests, reject VPD requests since theyreDavid Gwynne
2011-04-28report XS_RESET to the midlayer for any pending commands when vscsi isDavid Gwynne
2011-04-28remove horrible abuse of kthread_create_deferred(9). this was beingJacob Meuser
2011-04-27Fix a few off-by-1 errors in atascsi.Matthew Dempsky
2011-04-27attach acpithinkpad to newer lenovo models like the x120ejoshua stein
2011-04-27Simplify ioprbs(4) scsi_xfer handling.Matthew Dempsky
2011-04-27kill a !__NetBSD__ ifdef which just confusesTheo de Raadt
2011-04-27support Intel 6 series SATA in non raid/non ahci mode.Jonathan Gray
2011-04-27regenJonathan Gray
2011-04-27more Intel non raid/non ahci mode 6 Series SATAJonathan Gray
2011-04-27fix the interrupt handler in the case when the interrupt is sharedAlexandre Ratchov
2011-04-27if getting the RAID header fails, dont stop the midlayer from trying toDavid Gwynne
2011-04-27configure fc controllers to fail io as fast as possible when cables areDavid Gwynne
2011-04-27return XS_RESET to the midlayer if the command was killed for some reasonDavid Gwynne
2011-04-27rework the scanning of fibre channel ports to match how linux does it.David Gwynne
2011-04-27No need to splbio/splx in the interrupt routine. It's alreadyKenneth R Westerback
2011-04-26No point in a per-attachment scsi_adapter; move to global dpt_switchMatthew Dempsky
2011-04-26A plausible attempt at iopoolifying dpt(4).Matthew Dempsky
2011-04-26Make dpt(4) compile on 64-bit arches; no binary change on i386.Matthew Dempsky
2011-04-26Get rid of NetBSD/OpenBSD ifdefs; our SCSI stacks have diverged tooMatthew Dempsky
2011-04-26Iopoolification. Installed snapshot over it and it even booted.Kenneth R Westerback
2011-04-26typo; found in an old tree..Theo de Raadt
2011-04-25Remove backwards compatibility for svnd. All new operations must use theTheo de Raadt
2011-04-25Callers of scsi_iopool_init() ought to set up the pool member in structMiod Vallat
2011-04-24in azalia_intr():Jacob Meuser
2011-04-24do not need that protoTheo de Raadt
2011-04-24get the error ccbs state right for a put when a port is empty. should getDavid Gwynne
2011-04-24match Radeon HD5450 on the kernel side; Mark PeoplesTheo de Raadt
2011-04-24syncTheo de Raadt
2011-04-24Radeon HD5450, Mark PeoplesTheo de Raadt
2011-04-24Match Sierra USB305; from Erik MugeleTheo de Raadt