summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-08To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze
2014-03-08code cleanupEric Faurot
2014-03-08Enable DMA bursting. Not sure it actually makes things faster, but bothMark Kettenis
2014-03-08Dumb xhci(4) implementation.Martin Pieuchot
2014-03-08Recognize super speed devices, note that this driver sill usesMartin Pieuchot
2014-03-08Attach to host controller drivers advertising USB 3.0 support and assignMartin Pieuchot
2014-03-08Add various super speed defines, mostly the same as in FreeBSD toMartin Pieuchot
2014-03-08Add defines for upcoming USB 3.0 support.Martin Pieuchot
2014-03-08Pass M_ZERO to malloc(9) when allocating usbd pipes to make sure toMartin Pieuchot
2014-03-08Improve .if/.ie condition handling.Ingo Schwarze
2014-03-08It's silly to check at compile time for DEV_BSIZE == 512.Kenneth R Westerback
2014-03-08Make sure all possible EXIT STATUS values are listed,Ingo Schwarze
2014-03-08reindentTed Unangst
2014-03-08reindentTed Unangst
2014-03-08Make sure that env(1) always prints a diagnostic message to stderrIngo Schwarze
2014-03-07too old, undermaintainedTed Unangst
2014-03-07Make sure a SCSI initiator ID provided by Open Firmware overrides the valueMark Kettenis
2014-03-07Reduce the number of ccbs by a factor three since we need up to three requestMark Kettenis
2014-03-07Relieve the code of an overburden of unnecessary typedefKenneth R Westerback
2014-03-07if message file is stdin, don't read passphrase from stdin, it won't work.Ted Unangst
2014-03-07allow reading input messages on a pipe. use at your own peril.Ted Unangst
2014-03-07a few other tweaks it's easier to see in the light of dayTed Unangst
2014-03-07drag this code into modern style. ok zhukTed Unangst
2014-03-07Print the wrong device descriptor's bMaxPacketSize before correcting itMartin Pieuchot
2014-03-07Indtroduce usbd_get_hub_descriptor() to start cleaning uhub(4)'s mess.Martin Pieuchot
2014-03-07Use the revision number for coherency. No object change.Martin Pieuchot
2014-03-07Do not define per-driver DEBUG variable when USB_DEBUG is defined. It'sMartin Pieuchot
2014-03-07In roff_cond_sub(), make sure that the incorrect input sequence `\\}',Ingo Schwarze
2014-03-07Even on macro lines, \} must not cause whitespace.Ingo Schwarze
2014-03-07We already assume global mappings (PG_G) are supported, so pmap_pg_g isPhilip Guenther
2014-03-07Provide the appropriate default values for the SCSI initiaror ID on sgi andMark Kettenis
2014-03-07remove unused "delta" argument from onmove callbacksAlexandre Ratchov
2014-03-07slightly "nicer" debug printfsAlexandre Ratchov
2014-03-07remove unused mmc start/stop/relocate call-backs as they don'tAlexandre Ratchov
2014-03-07Transfer descriptors already have a back pointer to the USB deviceMartin Pieuchot
2014-03-07rename $_ for better style... lots more to be doneMarc Espie
2014-03-07the IO::Uncompress framework can auto-detect compression type, turnMarc Espie
2014-03-07We already have three identical copies of the *hci_str() function,Martin Pieuchot
2014-03-07Remove superfluous 'return'.Gerhard Roth
2014-03-07If allocation of 'id' fails, don't try to deref it after 'goto fail'.Gerhard Roth
2014-03-07When using the -C option, exit with an exit status of 1 if any of theLawrence Teo
2014-03-07Three bugfixes related to the closing of conditional blocks:Ingo Schwarze
2014-03-07Duplicate enum values are a bad idea.Mark Kettenis
2014-03-06Turn usbd_xfer_isread() into a public function so that we can useMartin Pieuchot
2014-03-06Add include guards.Martin Pieuchot
2014-03-06Makes the "cleartoggle" function provided by HC drivers optionalMartin Pieuchot
2014-03-06If RPP_STDIN is set the prompt is not displayed.Todd C. Miller
2014-03-06allow password on stdin if it's not a tty. commonly requested.Ted Unangst
2014-03-06Make sure we don't attach to those silly AMI MegaRAIDs that expose theMark Kettenis
2014-03-06Set the correct clock rate for ISP1020/1020A.Mark Kettenis