summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2013-09-29Really dump all by calling uhci_dump_qhs and not uhci_dump_qhskrll
2013-09-29PR/48251: usmsc cannot change link addressskrll
Use CLLADDR appropriately.
2013-09-28Remove unnecessary initialisation of errorskrll
2013-09-28Don't return EPASSTHROUGH when succeeding in ODIOCGDINFO or ODIOCGDEFLABELskrll
2013-09-28Change address/size of CESA Registers.kiyohara
2013-09-28Add ARMADAXP IDs.kiyohara
2013-09-28Add ARMADAXP MV78{13,16,23,26}0.kiyohara
2013-09-27Don't call mutex_spin_exit on already released lock.skrll
2013-09-26Reset variable error to 0 before handle each ioctl cmd. Or returns EPASSTHROUGHkiyohara
when some cmds. (e.g. ODIOCGDINFO)
2013-09-26Remove the usbd_do_request_async_cb prototype. This was missed from theskrll
previous commit.
2013-09-26Remove usbd_do_request_async. It's callback was calling usbd_free_xferskrll
from softint context. Adjust callers appropriately - usbd_clear_endpoint_stall_async is already triggered via a usb_task, so simply call usbd_do_request. - uhidev_set_report_async had one caller in ukbd_set_leds. Convert this usage to use usb_task as well. Discussed with mrg@
2013-09-25Avoid using unmaped PCI registers. From Wolfgang Stukenbrock inmartin
PR kern/48236.
2013-09-25Fix spurious kassert on interrupted blocking read from /dev/random.riastradh
Return EINTR in this case instead. While here, clarify comment. Fixes PR kern/48119, simpler than the patch attached there, per discussion with tls@, who had this right in the earlier version of rndpseudo.c before I broke it (oops!).
2013-09-24Add a property "i2c-indirect-config" to allow/disallow i2c indirect config.jdc
If missing, "allowed" is assumed. Set it to false for OFW machines. Patch from martin@. Removes erroneous i2c probe messages that appeared with wildcard support.
2013-09-23KNF a comment.skrll
2013-09-23Typoskrll
2013-09-22Removed duplicated lines introduced in version 1.36.adam
2013-09-22Remove all trailing whitespaceskrll
2013-09-22Remove trailing whitespace.skrll
2013-09-18a preliminary driver for nvidia geforce graphics chipsmacallan
so far it only supports the GeForce 2MX, tested on macppc only no acceleration yet, just some DAC setup the main advantage over genfb is that this driver knows how to setup the palette registers for the 2nd output
2013-09-15Fix botch in previousmartin
2013-09-15Remove unused variablemartin
2013-09-15Mark a potentially unused variablemartin
2013-09-15Mark potentially unused variablesmartin
2013-09-15Remove unused variablemartin
2013-09-15Mark potentially unused variablesmartin
2013-09-15Remove unused variablesmartin
2013-09-15Remove unused variablemartin
2013-09-15Avoid unused variable warningsmartin
2013-09-15ifdef variable like their usemartin
2013-09-15Remove unused variablemartin
2013-09-15Remove unused variablemartin
2013-09-15Remove unused variablemartin
2013-09-15Mark a potentially unused variablemartin
2013-09-15Avoid unused variable warningsmartin
2013-09-15Remove unused variablemartin
2013-09-15Comment out unused variablemartin
2013-09-15Remove unused variablesmartin
2013-09-15Remove unused variablemartin
2013-09-15Remove unused variablesmartin
2013-09-15Remove unused variablemartin
2013-09-15Remove unused variablesmartin
2013-09-15Remove unused variable/ifdef like usemartin
2013-09-15Remove unused variablemartin
2013-09-15Remove unused variablesmartin
2013-09-15Comment out unused variablesmartin
2013-09-15Remove unused variablesmartin
2013-09-15Mark a variable as potentially unusedmartin
2013-09-15Mark variables as potentially unusedmartin
2013-09-15ifdef variables like their usemartin