summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-2319-680/+264
* Hook up new USB modules.thompsa2009-02-23103-2037/+1464
* Move the new USB stack into its new home.thompsa2009-02-23175-1823/+3763
* Initial gdbserver support for PowerPC.raj2009-02-235-2/+275
* 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-23156-470/+22
* 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
* Add explicit casting in few places.pjd2009-02-231-12/+12
* 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-222-1/+4
* Add SATA and USB modes for completeness. USB modes principally can't be set,mav2009-02-222-7/+12
* Simplify the unwiring and activation of pages.alc2009-02-221-4/+2
* - Punctuation fixes.pjd2009-02-221-9/+18
* Tune AHCI verbose messages to make log more readable.mav2009-02-221-12/+23
* Mention disk_gone() in disk(9).trasz2009-02-222-1/+10
* Fix a typo and add manpage links to geom(4).trasz2009-02-221-1/+13
* Fix typo.rpaulo2009-02-221-1/+1
* 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-2117-30/+29
* 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
* Remove unnecessary opt* definations.delphij2009-02-211-3/+0
* Define extern **environ in global scope instead of in function.delphij2009-02-211-2/+2
* Utilize calloc() instead of bzero'ing manually.delphij2009-02-211-8/+4
* Initialize 'sz' as 0.delphij2009-02-211-2/+2
* Utilize strlcpy().delphij2009-02-211-6/+3
* 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
OpenPOWER on IntegriCloud