summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-23155-469/+21
* Some whitespace and style fixes.jhb2009-02-232-9/+6
* FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjustjhb2009-02-231-3/+4
* 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
* Optimize free_pv_entry(); specifically, avoid repeated TAILQ_REMOVE()s.alc2009-02-232-6/+6
* Use uiomove_fromphys() instead of the combination of sf_buf and uiomove().alc2009-02-221-34/+11
* change tdma slave behaviour: if the channel is locked don't do bmiss handlingsam2009-02-221-3/+6
* display min/max dwell times in msecs in debug msgssam2009-02-221-3/+4
* Explicitly disable generation of Altivec instructions in the kernel on PowerPC,nwhitehorn2009-02-221-1/+2
* Simplify the unwiring and activation of pages.alc2009-02-221-4/+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
* - Resolve an issue where we may clear an idt while an interrupt on ajeff2009-02-212-0/+16
* Improve ata_reinit():mav2009-02-215-89/+48
* Reduce the scope of the page queues lock in vm_object_page_remove().alc2009-02-211-1/+1
* o When creating the EBR scheme, set the number of entriesmarcel2009-02-211-0/+2
* 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
* Fix build when WITH_SSP is set explicitly.ru2009-02-218-13/+8
* Add support for methods to the OSD subsystem. Each object type has ajamie2009-02-212-71/+180
* Add bootcode handling.marcel2009-02-211-13/+46
* Revert r188878 for the moment, this breaks kdump.thompsa2009-02-211-24/+0
* Include altivec.c, missed on previous commit r188860. This should unbreak thenwhitehorn2009-02-211-0/+1
* 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
* mark nodes created by way of neighbor discovery need to be marked as ERPsam2009-02-201-0/+4
* 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
* o reset aggressive mode flag; it was being left set after marking ansam2009-02-201-1/+2
* misc cleanup of wme parameter settingsam2009-02-201-63/+46
* 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
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-209-54/+329
* Eliminate stale comments.alc2009-02-201-4/+0
* Add the add-stream capability. Still needs morerrs2009-02-2010-36/+281
* Fix a bug. The sending was being restricted improperly byrrs2009-02-201-2/+2
* Fix pc98 build error due to missing variable.mav2009-02-201-0/+1
* Don't make Linux stat() open character devices to resolve its name.ed2009-02-203-51/+63
* 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
* Provide compatibility symlink for logical partitions:marcel2009-02-205-1/+87
OpenPOWER on IntegriCloud