Age | Commit message (Expand) | Author |
2006-05-31 | make non debug kernels compile again | David Gwynne |
2006-05-31 | Let the EHCI hardware track the toggle state for bulk and interrupt | Christopher Pascoe |
2006-05-31 | - stop counting input/output bytes in the driver as this is taken care of | Brad Smith |
2006-05-31 | Save and restore the data toggle value when a pipe to an endpoint | Christopher Pascoe |
2006-05-31 | remove the fetching of the manufacturing page. it was just there to see if | David Gwynne |
2006-05-31 | we should support all these sas controllers | David Gwynne |
2006-05-31 | allow mpi to attach to the scsi controllers again. however, mpt will attach | David Gwynne |
2006-05-31 | When allocating a buffer, use the supplied length if the requested | Can Erkin Acar |
2006-05-31 | we dont do domain validation on real scsi controllers (as opposed to sas | David Gwynne |
2006-05-31 | mpi hardware uses an 8 bit field to describe the number of devices it has | David Gwynne |
2006-05-31 | allow TULIP_TXTIMER to fit in the softc field tulip_txtimer. | Brad Smith |
2006-05-31 | dont display the first manufacturing page | David Gwynne |
2006-05-31 | c++ style comments shouldnt be in the tree | David Gwynne |
2006-05-31 | fix Jumbo frames on strict alignment architectures by allocating a new mbuf and | Brad Smith |
2006-05-31 | order cdevs alphabetically by vendor | Felix Kronlage |
2006-05-31 | Use the watchdog(4) framework for watchdog services instead of rolling | Michael Knudsen |
2006-05-31 | int32 i >> 32 is undefined, so cast to unsigned long long first, ok dlg | Theo de Raadt |
2006-05-31 | implement chained scatter gather lists. | David Gwynne |
2006-05-30 | Give up trying to communicate after 10 consecutive errors - the device | Christopher Pascoe |
2006-05-30 | Do not reset the board, for it will not keep the interrupt configuration the | Miod Vallat |
2006-05-30 | add Oxford CB950 to the list of devices having more than one BAR, so | Felix Kronlage |
2006-05-30 | removes the isavar.h include and the ifdef bsdi cruft | Felix Kronlage |
2006-05-30 | remove dev/isa/isavar.h include, not needed anymore | Felix Kronlage |
2006-05-30 | sync with reality. | Christopher Pascoe |
2006-05-30 | If a zero-length bulk or interrupt transfer is requested then assume | Christopher Pascoe |
2006-05-30 | raise the timeout on the init commands (especially port enable) to give | David Gwynne |
2006-05-30 | hush; ok dlg | Jason Wright |
2006-05-29 | increase the timeout on the enabling commands during attach so that sas | David Gwynne |
2006-05-29 | Check for possible NULL dereference in aml_showvalue | Can Erkin Acar |
2006-05-29 | add the sas1064 as a supported device | David Gwynne |
2006-05-29 | Convert NetBSD new-style %b strings to old-style. | Miod Vallat |
2006-05-29 | Do not cast a bus_addr_t back in to a pointer as these types may not be | Miod Vallat |
2006-05-29 | Regen (although this does not change anything for these keyboards). | Miod Vallat |
2006-05-29 | Add support for the audio volume keys found on many laptops' builtin | Miod Vallat |
2006-05-29 | limit the number of scatter gather entries sent with the scsi_io commands | David Gwynne |
2006-05-29 | add more mpi goo for scsi task management and port config | David Gwynne |
2006-05-29 | Nuke unused local variable (ok beck deraadt) and unused struct | Michael Knudsen |
2006-05-29 | NVIDIA nForce MCP04 (some kind of nForce4) AC97 should work here | Jonathan Gray |
2006-05-29 | put the 64bit flag in the right place on the scatter gather list. | David Gwynne |
2006-05-29 | split mpi_poll out into mpi_complete, and rewrite poll to use start and | David Gwynne |
2006-05-29 | remove some if 0 code | David Gwynne |
2006-05-29 | bump mpi up to using 64bit for all dva | David Gwynne |
2006-05-29 | Only claim an interrupt if a real interrupt event occured, prevents false | Dale Rahn |
2006-05-29 | Fix a comment, remove a stray variable assignment. | Christopher Pascoe |
2006-05-29 | Eliminate variable shadowing. | Christopher Pascoe |
2006-05-29 | Missed header file change in previous commit. | Christopher Pascoe |
2006-05-29 | Correct status value check for OHCI isoc transfer; | Christopher Pascoe |
2006-05-29 | Only check USBD_FORCE_SHORT_XFER for writes. | Christopher Pascoe |
2006-05-29 | Only do the software part of an abort if we are dying. | Christopher Pascoe |
2006-05-29 | Only do the software part of an abort if we are dying. | Christopher Pascoe |