summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove direct ata_completed() call options from ata_finish(), except for themav2009-02-264-17/+10
* Add MSI blacklisting support.mav2009-02-261-47/+76
* Don't throw away upper 32-bits of the HT MSI address window. In practicejhb2009-02-261-1/+1
* Remove unneeded variable assignment.ed2009-02-261-1/+1
* The GM45 handles vblank differently. Pull the changes from Intel in.rnoland2009-02-255-1/+25
* Remove D_NEEDGIANT.rnoland2009-02-251-1/+1
* Turn on MSI if the card supports it. There is a blacklist for chipsrnoland2009-02-253-35/+78
* Prepare the radeon driver for MSI support.rnoland2009-02-251-0/+28
* Add some vblank related debugging and replace the DRM_WAIT_ON macrornoland2009-02-251-9/+23
* This was part of a sync to the code that Intel is shipping in linux.rnoland2009-02-256-2272/+1909
* The i915 driver was the only consumer of locked task support.rnoland2009-02-254-64/+0
* The vblank_swap ioctl was fundamentally race prone. Get rid of it.rnoland2009-02-253-433/+14
* There is no reason to hold the lock here.rnoland2009-02-251-2/+0
* Remove the PZERO priority from mtx_sleep.rnoland2009-02-251-2/+2
* Update to latest 3Com firmware image. The latest fimware isyongari2009-02-253-4578/+3802
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-244-62/+21
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-2417-19/+19
* Use my address of the FreeBSD project in the copyright statement in USB2.ed2009-02-241-2/+2
* fix typo'ssam2009-02-241-2/+2
* MFp4 //depot/projects/usb@158015thompsa2009-02-242-90/+147
* Fix compiler warning.thompsa2009-02-241-0/+1
* MFp4 //depot/projects/usb@157974thompsa2009-02-243-0/+15
* MFp4 //depot/projects/usb@157958thompsa2009-02-244-41/+55
* MFp4 //depot/projects/usb@157909thompsa2009-02-244-17/+66
* MFp4 //depot/projects/usb@157853thompsa2009-02-2412-246/+33
* MFp4 //depot/projects/usb@157847thompsa2009-02-241-70/+68
* MFp4 //depot/projects/usb; 157814, 157863, 157868thompsa2009-02-244-148/+149
* move attach debug msg to the rf backendsam2009-02-243-4/+2
* Add PCIE power control api:sam2009-02-2415-42/+162
* Fill in gpio support for 5416 and later parts:sam2009-02-245-49/+208
* misc fixups, mostly for code not compiled yetsam2009-02-241-10/+11
* 5416 and later parts mux the gpio outputs; extend the api to includesam2009-02-2415-25/+52
* move eeprom attach above first reset as the reset code checks thesam2009-02-242-8/+8
* attach methods don't need to be public, make 'em staticsam2009-02-235-9/+3
* 5416 and later parts get the radio rev differently; add ar5416GetRadioRevsam2009-02-233-2/+18
* remove private copies of gpio methods that were needed when the halsam2009-02-235-32/+6
* Make sure at least two tx slots are free before sending the mbuf since anthompsa2009-02-234-20/+22
* print mac+rf part names; drop the printing 2ghz rf stuff (might come back)sam2009-02-234-28/+90
* Fix non-AHCI channels detection on combined JMicron controllers,mav2009-02-231-0/+2
* Move the uaudio and ata-usb drivers into their correct locations.thompsa2009-02-235-4/+3
* Move two missed usb drivers out to the graveyard location under sys/legacy/dev.thompsa2009-02-235-6573/+0
* Reintroduce r188878, provide compat typedefs for usb1.thompsa2009-02-231-0/+24
* Move the new USB stack into its new home.thompsa2009-02-23175-1823/+3763
* SVN rev 188743 modified aac_rx_get_fwstatus to use the AAC_RX_OMR0emaste2009-02-231-2/+4
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-23110-82929/+10
* Do not call devices probe/attach if there is nothing new was found.mav2009-02-231-0/+4
* Fix spelling.mav2009-02-232-2/+2
* Tune AHCI verbose messages to make log more readable.mav2009-02-221-12/+23
* Remove one more place of master/slave terms usage.mav2009-02-221-2/+1
* Remove unnecessary page queues locking around vm_page_wakeup(). (Thisalc2009-02-221-7/+1
OpenPOWER on IntegriCloud