summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use root_mount_hold and root_mount_rel to allow the USB bus to be exploredthompsa2009-02-222-0/+13
* Use only higher half of device signature to identify device type. Somemav2009-02-214-15/+15
* Increase initial busy waiting time. If drive was hot-plugged, it may needmav2009-02-211-4/+4
* Improve ata_reinit():mav2009-02-215-89/+48
* Teach device drivers' ata_reinit() methods, that there can be more then twomav2009-02-214-14/+13
* Sync with the official Adaptec vendor driver:attilio2009-02-215-119/+189
* Revert r188878 for the moment, this breaks kdump.thompsa2009-02-211-24/+0
* Provide compat typedefs for usb1.thompsa2009-02-211-0/+24
* Disable port hardware on detach. First switch it to slumber mode tomav2009-02-201-0/+16
* Don't read the TOC for DIOCGPROVIDERALIAS. This causes themarcel2009-02-201-1/+4
* Fix typo: s/SLUMPER/SLUMBER/mav2009-02-201-1/+1
* correct SIFS setting; there is a 2usec adjustment between the calculatedsam2009-02-201-2/+2
* don't adjust core clk conversions for 1/2 and 1/4 rate channels; thesam2009-02-201-8/+0
* Reduce soft-reset assertion time from 5ms to 50us.mav2009-02-201-1/+1
* Disable port interrupts before doing PHY reset.mav2009-02-201-0/+3
* Fix pc98 build error due to missing variable.mav2009-02-201-0/+1
* Handle nForce MCP67 and MCP73 SATA controllers as AHCI. They report itselfmav2009-02-202-1/+53
* Tell CAM that CISS logical devices support tagged queueing. This fixesscottl2009-02-201-2/+5
* Tell CAM that SPI disconnect works, which in turn will let it use tags.scottl2009-02-201-1/+2
* Add basic support for DDF, often found on Adaptec HostRAID controllers.scottl2009-02-203-1/+743
* acpi_cpu: fixup for PIIX4E PCI config related to C2avg2009-02-191-1/+11
OpenPOWER on IntegriCloud