summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use flsl() here rather than ffsl()rnoland2009-03-171-1/+1
* MFp4 //depot/projects/usb 159225,159241,159292thompsa2009-03-175-60/+70
* MFp4 //depot/projects/usb 159238,159275thompsa2009-03-171-2/+6
* Add Supertop IDE adapter and Quickcam entries.thompsa2009-03-171-0/+5
* Initial suspend/resume support for amd64.jkim2009-03-172-13/+42
* Use the right MSI_REARM for RS600.rnoland2009-03-161-0/+1
* Remove CD input hack for ALC268 based Acer systems. Latest systems does notmav2009-03-161-5/+7
* Fix spelling in message.mav2009-03-161-3/+3
* Teach psm about O_ASYNCrnoland2009-03-161-0/+23
* Get rid of any remaining PZERO flags in mtx_sleep()rnoland2009-03-163-14/+2
* Fix R600 writeback across suspend/resume.rnoland2009-03-161-3/+0
* Don't adjust ranges at all for subtractive bridges. The simple-mindedimp2009-03-151-0/+4
* Generalize the workaround for the Hitachi HT-4840-11. The Contecimp2009-03-151-6/+7
* Two fixes:imp2009-03-142-18/+14
* HID usage minimum can be equal to the maximum.thompsa2009-03-131-1/+1
* Fix comment explaining where this driver came from.rpaulo2009-03-131-1/+1
* Rename all the variables/function names/structs/etc. to reflect therpaulo2009-03-131-86/+121
* Rename the k8temp driver to amdtemp.rpaulo2009-03-131-58/+27
* Minorly improved debugging. Use the DEVPRINTF macro and report theimp2009-03-131-13/+7
* We need to initialize the console for dcons to work.imp2009-03-131-0/+1
* Add support for 10h and 11h family of processors. Also, make the sysctlrpaulo2009-03-121-27/+58
* preliminary ar9280 support:sam2009-03-128-646/+2987
* Move the deactivation of the device's BAR to before the loop where weimp2009-03-121-5/+5
* Fix the whitespace in this file to be consistent with itself and withimp2009-03-121-42/+40
* read_ivar takes a uintptr_t * not a u_char *.imp2009-03-121-1/+1
* o writereg needs to return a vlue.imp2009-03-121-2/+4
* Make the bit-bang callbacks for i2c implementation match their prototypes.imp2009-03-121-3/+3
OpenPOWER on IntegriCloud