summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use channel driver's attach/detach routines instead of ata_attach()/mav2009-02-197-13/+58
* remove private support for IEEE80211_MODE_HALF and IEEE80211_MODE_QUARTERsam2009-02-192-9/+2
* Cleanup ath_hal_computetxtime's handling of 1/2 and 1/4-width channels:sam2009-02-193-86/+74
* add HAL_DIAG_SETREGS to write registers via the diag apisam2009-02-192-4/+20
* whitespacesam2009-02-191-2/+2
* Quite mechanical ch_detach implementations for all atapci subdrivers.mav2009-02-1917-31/+171
* if_cx is currently disconnected from the build due to a dependence onrwatson2009-02-191-32/+10
* As soon as they called in only same one place (ata_pcichannel_attach()),mav2009-02-1816-103/+108
* Make ch->dma.free() called symmetrically to ch->dma.alloc().mav2009-02-182-3/+5
* Implement proper attach/detach routines for ISA driver.mav2009-02-181-5/+55
* Enhance debugging mode by storing the string "BB:TT:LL" once and usesbruno2009-02-181-150/+143
* Remove unused variable.mav2009-02-181-2/+1
* Switch over to usbdevs.h generated at compile time.thompsa2009-02-1844-13539/+43
* Use outbound message register 0 instead of mailbox 7 inemaste2009-02-182-2/+6
* fix whitespacesam2009-02-171-1/+1
* Adaptively increase control command timeout when drive is spun down.mav2009-02-171-1/+8
* Fix cut/paste error in previous commit and use thegallatin2009-02-171-1/+1
* Better support for recent Myricom 10GbE NICsgallatin2009-02-177-32827/+32798
* Remove useless return, that left from previous commit.mav2009-02-171-1/+0
* ata_interrupt() does not need to return anything. It is not it's businessmav2009-02-173-6/+8
* Introduce 1394a-2000 extended PHY Self ID packets.sbruno2009-02-172-8/+29
OpenPOWER on IntegriCloud