summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix up the flags to bus_dmamem again. The man page incorrectly showedrnoland2009-03-222-10/+9
* Set the endpoint on the preallocated fifo so it doesnt get matched as anthompsa2009-03-221-0/+2
* NO_INQUIRY is wrong for this device. Alternatively, if it is right,imp2009-03-221-1/+1
* Improve debugging output around ioctls.thompsa2009-03-221-3/+6
* Fix a bug in the recent update to the Chelsio driver.gnn2009-03-211-0/+1
* Revert r190173 as it breaks 64bit arches.thompsa2009-03-212-57/+51
* - In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().marius2009-03-212-23/+70
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.thompsa2009-03-208-54/+68
* Add umass quirk.thompsa2009-03-201-0/+1
* MFp4 //depot/projects/usb @159423, 159497thompsa2009-03-201-2/+4
* MFp4 //depot/projects/usb@159446thompsa2009-03-202-15/+0
* MFp4 //depot/projects/usb@159517thompsa2009-03-207-23/+1
* MFp4 //depot/projects/usbthompsa2009-03-201-7/+34
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-201-17/+34
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-2017-169/+285
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-2035-285/+291
* MFp4 //depot/projects/usb@159392thompsa2009-03-2016-81/+220
* MFp4 //depot/projects/usb @159430thompsa2009-03-2046-70/+43
* MFp4 //depot/projects/usb @159379,159380thompsa2009-03-202-51/+76
* MFp4 //depot/projects/usb @159375,159376,159377thompsa2009-03-208-25/+23
* vm_offset_t is unsigned, so compare of >= 0 is not needed.rnoland2009-03-201-1/+1
* vm_offset_t is unsigned and therefore can not be negative.rnoland2009-03-205-10/+10
* Remove the DRM_ERROR to fix build. It didn't make any sense anyway.rnoland2009-03-201-2/+0
* Fix what appears to be a typo, and restore the registers correctly.rnoland2009-03-201-1/+1
* Don't deref dev->dev_private before checking that it exists.rnoland2009-03-201-2/+1
* Small cleanup to previous commit.ed2009-03-201-1/+1
* Just use default behaviour on tabstops when using too many columns.ed2009-03-202-5/+6
* Only issue the wakeup and store the counter if vblank is enabled onrnoland2009-03-201-4/+6
* Add a couple of radeon pci ids.rnoland2009-03-201-0/+2
* Adjust the flags to bus_dmamem around here too.rnoland2009-03-201-7/+8
* - Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn'tmarius2009-03-192-19/+12
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-191-641/+0
* purge hal abi support; now that the hal is merged w/ the driversam2009-03-196-72/+0
* - Add Sun Type 7 keyboardgarga2009-03-191-1/+3
* Rename two functions to make their purpose clearer. Add tons of comments.des2009-03-191-7/+56
* Add some debugging so I can see when syscalls are being restartedrnoland2009-03-193-1/+12
* Rework vblank handling to try to resolve some reports of "slow" windowsrnoland2009-03-191-19/+36
* Sync up the rest of the code that we use with what Intel is shippingrnoland2009-03-192-83/+111
* Pull in some suspend / resume changes from Intel's codernoland2009-03-193-15/+69
* Minor cleanups of tdma protocol handling:sam2009-03-181-3/+3
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxweongyo2009-03-182-0/+8
* Reviewed by: scott (scottl@freebsd.org)sbruno2009-03-171-32/+52
* Cast to (unsigned long) to make printf happy on i386rnoland2009-03-171-2/+3
* Add support for matching solely on vendor id.rnoland2009-03-171-2/+6
* Improve the debugging output of drm_mmaprnoland2009-03-171-1/+6
* Add list_for_each_prev to our linux compatibility.rnoland2009-03-171-0/+4
* Minor code cleanuprnoland2009-03-171-1/+1
* We can have more than 3 pci resourcesrnoland2009-03-171-1/+1
* Cast register maps and offsets to vm_offset_trnoland2009-03-171-6/+12
* Change the logic around to match ati_pcigart.rnoland2009-03-171-2/+2
OpenPOWER on IntegriCloud