summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2006-06-0164 bit dva addresses so we can >> 32 later; ok dlgTheo de Raadt
2006-05-31xcs -> xscBrad Smith
2006-05-31Capture the port_wwn and node_wwn corresponding to a target id everyKenneth R Westerback
2006-05-31byteswap the ioc_status field so we can respond to scsi things properly onDavid Gwynne
2006-05-31Do not put _OS_ value on the stack.Can Erkin Acar
2006-05-31do not call acpi_powerdown() unless acpi has successfully initializedTodd T. Fries
2006-05-31Match the specs and only shut down if notify_type is 0x80Can Erkin Acar
2006-05-31Damnit! no static functions in the kernelJason Wright
2006-05-31make non debug kernels compile againDavid Gwynne
2006-05-31Let the EHCI hardware track the toggle state for bulk and interruptChristopher Pascoe
2006-05-31- stop counting input/output bytes in the driver as this is taken care ofBrad Smith
2006-05-31Save and restore the data toggle value when a pipe to an endpointChristopher Pascoe
2006-05-31remove the fetching of the manufacturing page. it was just there to see ifDavid Gwynne
2006-05-31we should support all these sas controllersDavid Gwynne
2006-05-31allow mpi to attach to the scsi controllers again. however, mpt will attachDavid Gwynne
2006-05-31When allocating a buffer, use the supplied length if the requestedCan Erkin Acar
2006-05-31we dont do domain validation on real scsi controllers (as opposed to sasDavid Gwynne
2006-05-31mpi hardware uses an 8 bit field to describe the number of devices it hasDavid Gwynne
2006-05-31allow TULIP_TXTIMER to fit in the softc field tulip_txtimer.Brad Smith
2006-05-31dont display the first manufacturing pageDavid Gwynne
2006-05-31c++ style comments shouldnt be in the treeDavid Gwynne
2006-05-31fix Jumbo frames on strict alignment architectures by allocating a new mbuf andBrad Smith
2006-05-31order cdevs alphabetically by vendorFelix Kronlage
2006-05-31Use the watchdog(4) framework for watchdog services instead of rollingMichael Knudsen
2006-05-31int32 i >> 32 is undefined, so cast to unsigned long long first, ok dlgTheo de Raadt
2006-05-31implement chained scatter gather lists.David Gwynne
2006-05-30Give up trying to communicate after 10 consecutive errors - the deviceChristopher Pascoe
2006-05-30Do not reset the board, for it will not keep the interrupt configuration theMiod Vallat
2006-05-30add Oxford CB950 to the list of devices having more than one BAR, soFelix Kronlage
2006-05-30removes the isavar.h include and the ifdef bsdi cruftFelix Kronlage
2006-05-30remove dev/isa/isavar.h include, not needed anymoreFelix Kronlage
2006-05-30sync with reality.Christopher Pascoe
2006-05-30If a zero-length bulk or interrupt transfer is requested then assumeChristopher Pascoe
2006-05-30raise the timeout on the init commands (especially port enable) to giveDavid Gwynne
2006-05-30hush; ok dlgJason Wright
2006-05-29increase the timeout on the enabling commands during attach so that sasDavid Gwynne
2006-05-29Check for possible NULL dereference in aml_showvalueCan Erkin Acar
2006-05-29add the sas1064 as a supported deviceDavid Gwynne
2006-05-29Convert NetBSD new-style %b strings to old-style.Miod Vallat
2006-05-29Do not cast a bus_addr_t back in to a pointer as these types may not beMiod Vallat
2006-05-29Regen (although this does not change anything for these keyboards).Miod Vallat
2006-05-29Add support for the audio volume keys found on many laptops' builtinMiod Vallat
2006-05-29limit the number of scatter gather entries sent with the scsi_io commandsDavid Gwynne
2006-05-29add more mpi goo for scsi task management and port configDavid Gwynne
2006-05-29Nuke unused local variable (ok beck deraadt) and unused structMichael Knudsen
2006-05-29NVIDIA nForce MCP04 (some kind of nForce4) AC97 should work hereJonathan Gray
2006-05-29put the 64bit flag in the right place on the scatter gather list.David Gwynne
2006-05-29split mpi_poll out into mpi_complete, and rewrite poll to use start andDavid Gwynne
2006-05-29remove some if 0 codeDavid Gwynne
2006-05-29bump mpi up to using 64bit for all dvaDavid Gwynne