| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial commit of an I/O provider for DTrace on FreeBSD. | George V. Neville-Neil | 2012-07-11 | 6 | -0/+320 |
* | Cast a bus address to a uintmax_t for a debug printf to fix the build on | John Baldwin | 2012-07-11 | 1 | -2/+2 |
* | Map ATH_KTR_* to 0 when ATH_DEBUG is not defined. This effectively NOPs | John Baldwin | 2012-07-11 | 1 | -0/+3 |
* | - fix description of SECURITY_FREEZE_LOCK (1) | Christian Brueffer | 2012-07-11 | 1 | -2/+2 |
* | Merge from r234532: | Hiroki Sato | 2012-07-11 | 1 | -2/+4 |
* | Various VirtIO improvements | Peter Grehan | 2012-07-11 | 10 | -345/+532 |
* | Document the object type movements, related to swp_pager_copy(), | Attilio Rao | 2012-07-11 | 1 | -0/+9 |
* | Remove some more unused code. | Warner Losh | 2012-07-10 | 2 | -16/+0 |
* | Avoid recursion on the pvh global lock in the aim oea pmap. | Alan Cox | 2012-07-10 | 4 | -16/+28 |
* | Change a duplicated check to clarify that we really want to set a | Christian Brueffer | 2012-07-10 | 1 | -1/+3 |
* | Simplify error case | Ed Maste | 2012-07-10 | 1 | -4/+4 |
* | Go ahead and disable the interrupts for the DBGU the boot loader may | Warner Losh | 2012-07-10 | 5 | -32/+9 |
* | Fix build when ATH_DEBUG is not defined. | John Baldwin | 2012-07-10 | 2 | -1/+4 |
* | Commit missing flags for the high/low priority (HP/LP) RX queues. | Adrian Chadd | 2012-07-10 | 1 | -1/+4 |
* | Remove a useless bit of indirection. On all Atmel ARM products, irq 1 | Warner Losh | 2012-07-10 | 6 | -6/+1 |
* | Revert committal of local change accidentally swept up in r238329. | Warner Losh | 2012-07-10 | 1 | -3/+1 |
* | Plug potential mbuf leak when bridging fragments | Ed Maste | 2012-07-10 | 1 | -0/+2 |
* | Add some debugging and comments about what's going on when reinitialising | Adrian Chadd | 2012-07-10 | 1 | -1/+20 |
* | Flip on EDMA RX of both HP and LP queue frames. | Adrian Chadd | 2012-07-10 | 1 | -1/+13 |
* | Pure style mischief. at91_$DEV_ rather than at91$DEV_ to match | Warner Losh | 2012-07-10 | 1 | -32/+32 |
* | Minor rework to eliminate at91rm9200reg.h dependency and possibly set the | Warner Losh | 2012-07-10 | 1 | -55/+99 |
* | Migrate the ATH_KTR_* fields out to if_ath_debug.h . | Adrian Chadd | 2012-07-10 | 3 | -6/+3 |
* | Print the TX buffer if this error condition is asserted. | Adrian Chadd | 2012-07-10 | 1 | -0/+2 |
* | Add/fix EDMA RX behaviour. | Adrian Chadd | 2012-07-10 | 1 | -17/+76 |
* | Always clear p_xthread if current thread no longer needs it, in theory, if | David Xu | 2012-07-10 | 1 | -2/+3 |
* | Revert last change. It was accidental. | Warner Losh | 2012-07-10 | 1 | -8/+1 |
* | Collapse all copies of at91_add_child into at91.c. They were | Warner Losh | 2012-07-10 | 6 | -142/+42 |
* | Reorder these so they match the capability enum order. | Adrian Chadd | 2012-07-10 | 1 | -14/+14 |
* | Missed one of the special AT91SAM9xxx_BASE defines. This should be | Warner Losh | 2012-07-10 | 2 | -4/+2 |
* | The system IRQ is always IRQ 1. Make it so. | Warner Losh | 2012-07-10 | 5 | -8/+14 |
* | Eliminate the AT91XXXX_BASE for each SoC. AT91_BASE is the right way | Warner Losh | 2012-07-10 | 8 | -15/+11 |
* | Remove some unused variables/externs that have been copied too many times... | Warner Losh | 2012-07-10 | 12 | -55/+13 |
* | Not quite ready for this yet, so comment it out. | Warner Losh | 2012-07-10 | 1 | -1/+1 |
* | There's nothing AT91RM9200 specific about this file at all. | Warner Losh | 2012-07-10 | 1 | -8/+7 |
* | Remove a check on MNTK_UPDATE that is not really necessary as it is | Attilio Rao | 2012-07-10 | 1 | -39/+16 |
* | Implement EDMA RX for AR93xx and later chips. | Adrian Chadd | 2012-07-10 | 1 | -13/+512 |
* | Convert sc_rxpending to a per-EDMA queue, and use that for the legacy code. | Adrian Chadd | 2012-07-10 | 3 | -19/+31 |
* | - Remove the unused and not completed write support for NTFS. | Attilio Rao | 2012-07-10 | 4 | -306/+39 |
* | Add some AR9300 HAL descriptor definition changes. | Adrian Chadd | 2012-07-09 | 1 | -10/+16 |
* | Fix a bug in code that calculates the number of the first interrupt | Navdeep Parhar | 2012-07-09 | 1 | -3/+5 |
* | Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h> | John Baldwin | 2012-07-09 | 4 | -17/+31 |
* | Partially revert r217515 so that the mem_range_softc variable is always | John Baldwin | 2012-07-09 | 5 | -4/+9 |
* | In epair_clone_destroy(), when destroying the second half, we have to | Mikolaj Golub | 2012-07-09 | 1 | -18/+20 |
* | Revert revision 238172 of agp_i810.c. Correctness is considered more | Marcel Moolenaar | 2012-07-09 | 1 | -1/+2 |
* | Restore error handling lost in r191603 | Ed Maste | 2012-07-09 | 1 | -1/+1 |
* | Fix a bug introduced in r237715. | Michael Tuexen | 2012-07-09 | 1 | -0/+1 |
* | Support Netlogic XLP 8xx B1 revisions in xlpge. | Jayachandran C. | 2012-07-09 | 2 | -20/+36 |
* | Identify Netlogic XLP 8xx B1 chip revisions | Jayachandran C. | 2012-07-09 | 2 | -0/+25 |
* | Fix PCIe hardware swap configuration for Netlogic XLP | Jayachandran C. | 2012-07-09 | 1 | -2/+2 |
* | If you have pressed CTRL+Z and a process is suspended, then you use gdb | David Xu | 2012-07-09 | 1 | -4/+4 |