| Commit message (Expand) | Author | Age | Files | Lines |
* | Exclude ndis from the LINT build as it currently breaks the build, patches to | thompsa | 2009-02-24 | 2 | -4/+4 |
* | Fill in gpio support for 5416 and later parts: | sam | 2009-02-24 | 5 | -49/+208 |
* | misc fixups, mostly for code not compiled yet | sam | 2009-02-24 | 1 | -10/+11 |
* | 5416 and later parts mux the gpio outputs; extend the api to include | sam | 2009-02-24 | 15 | -25/+52 |
* | move eeprom attach above first reset as the reset code checks the | sam | 2009-02-24 | 2 | -8/+8 |
* | attach methods don't need to be public, make 'em static | sam | 2009-02-23 | 5 | -9/+3 |
* | 5416 and later parts get the radio rev differently; add ar5416GetRadioRev | sam | 2009-02-23 | 3 | -2/+18 |
* | remove private copies of gpio methods that were needed when the hal | sam | 2009-02-23 | 5 | -32/+6 |
* | Make sure at least two tx slots are free before sending the mbuf since an | thompsa | 2009-02-23 | 4 | -20/+22 |
* | print mac+rf part names; drop the printing 2ghz rf stuff (might come back) | sam | 2009-02-23 | 4 | -28/+90 |
* | Put debug.vm_lowmem sysctl under DIAGNOSTIC. | rwatson | 2009-02-23 | 1 | -0/+2 |
* | Use the correct config names for the netgraph bluetooth modules. | thompsa | 2009-02-23 | 1 | -4/+4 |
* | Include audit.h so that the system call path protected by NFS_LEGACYRPC | rwatson | 2009-02-23 | 1 | -0/+2 |
* | Add a debugging sysctl, debug.vm_lowmem, that when assigned a value of | rwatson | 2009-02-23 | 1 | -0/+22 |
* | Assert the radix head lock in in6_rtqkill(). | rwatson | 2009-02-23 | 1 | -0/+2 |
* | In in_rtqkill(), assert the radix head lock, and pass RTF_RNH_LOCKED | rwatson | 2009-02-23 | 1 | -1/+4 |
* | - comment out slhci in NOTES for the moment | thompsa | 2009-02-23 | 2 | -3/+3 |
* | Remove ugen from NOTES, its no longer an optional device. | thompsa | 2009-02-23 | 1 | -2/+0 |
* | Fix non-AHCI channels detection on combined JMicron controllers, | mav | 2009-02-23 | 1 | -0/+2 |
* | Move the uaudio and ata-usb drivers into their correct locations. | thompsa | 2009-02-23 | 8 | -13/+9 |
* | Right now, when trying to unmount a device that's already gone, | trasz | 2009-02-23 | 2 | -5/+5 |
* | Move two missed usb drivers out to the graveyard location under sys/legacy/dev. | thompsa | 2009-02-23 | 6 | -3/+3 |
* | Refactor, moving error checking outside of the | trasz | 2009-02-23 | 1 | -7/+7 |
* | Fix comment: we write the trap vector to SPRG3, not SPRG0. | nwhitehorn | 2009-02-23 | 1 | -3/+3 |
* | Reintroduce r188878, provide compat typedefs for usb1. | thompsa | 2009-02-23 | 1 | -0/+24 |
* | Add an UPDATING entry and bump the OS version to 800064. | thompsa | 2009-02-23 | 1 | -1/+1 |
* | Change over the usb kernel options to the new stack (retaining existing | thompsa | 2009-02-23 | 19 | -680/+264 |
* | Hook up new USB modules. | thompsa | 2009-02-23 | 103 | -2037/+1464 |
* | Move the new USB stack into its new home. | thompsa | 2009-02-23 | 175 | -1823/+3763 |
* | SVN rev 188743 modified aac_rx_get_fwstatus to use the AAC_RX_OMR0 | emaste | 2009-02-23 | 1 | -2/+4 |
* | Move usb to a graveyard location under sys/legacy/dev, it is intended that the | thompsa | 2009-02-23 | 155 | -469/+21 |
* | Some whitespace and style fixes. | jhb | 2009-02-23 | 2 | -9/+6 |
* | FreeBSD/i386 doesn't include a software FPU emulator anymore, so adjust | jhb | 2009-02-23 | 1 | -3/+4 |
* | Do not call devices probe/attach if there is nothing new was found. | mav | 2009-02-23 | 1 | -0/+4 |
* | Fix spelling. | mav | 2009-02-23 | 2 | -2/+2 |
* | Optimize free_pv_entry(); specifically, avoid repeated TAILQ_REMOVE()s. | alc | 2009-02-23 | 2 | -6/+6 |
* | Use uiomove_fromphys() instead of the combination of sf_buf and uiomove(). | alc | 2009-02-22 | 1 | -34/+11 |
* | change tdma slave behaviour: if the channel is locked don't do bmiss handling | sam | 2009-02-22 | 1 | -3/+6 |
* | display min/max dwell times in msecs in debug msgs | sam | 2009-02-22 | 1 | -3/+4 |
* | Explicitly disable generation of Altivec instructions in the kernel on PowerPC, | nwhitehorn | 2009-02-22 | 1 | -1/+2 |
* | Simplify the unwiring and activation of pages. | alc | 2009-02-22 | 1 | -4/+2 |
* | Tune AHCI verbose messages to make log more readable. | mav | 2009-02-22 | 1 | -12/+23 |
* | Remove one more place of master/slave terms usage. | mav | 2009-02-22 | 1 | -2/+1 |
* | Remove unnecessary page queues locking around vm_page_wakeup(). (This | alc | 2009-02-22 | 1 | -7/+1 |
* | Use root_mount_hold and root_mount_rel to allow the USB bus to be explored | thompsa | 2009-02-22 | 2 | -0/+13 |
* | Use only higher half of device signature to identify device type. Some | mav | 2009-02-21 | 4 | -15/+15 |
* | Increase initial busy waiting time. If drive was hot-plugged, it may need | mav | 2009-02-21 | 1 | -4/+4 |
* | - Resolve an issue where we may clear an idt while an interrupt on a | jeff | 2009-02-21 | 2 | -0/+16 |
* | Improve ata_reinit(): | mav | 2009-02-21 | 5 | -89/+48 |
* | Reduce the scope of the page queues lock in vm_object_page_remove(). | alc | 2009-02-21 | 1 | -1/+1 |