aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initial commit of an I/O provider for DTrace on FreeBSD.George V. Neville-Neil2012-07-116-0/+320
* Cast a bus address to a uintmax_t for a debug printf to fix the build onJohn Baldwin2012-07-111-2/+2
* Map ATH_KTR_* to 0 when ATH_DEBUG is not defined. This effectively NOPsJohn Baldwin2012-07-111-0/+3
* - fix description of SECURITY_FREEZE_LOCK (1)Christian Brueffer2012-07-111-2/+2
* Merge from r234532:Hiroki Sato2012-07-111-2/+4
* Various VirtIO improvementsPeter Grehan2012-07-1110-345/+532
* Document the object type movements, related to swp_pager_copy(),Attilio Rao2012-07-111-0/+9
* Remove some more unused code.Warner Losh2012-07-102-16/+0
* Avoid recursion on the pvh global lock in the aim oea pmap.Alan Cox2012-07-104-16/+28
* Change a duplicated check to clarify that we really want to set aChristian Brueffer2012-07-101-1/+3
* Simplify error caseEd Maste2012-07-101-4/+4
* Go ahead and disable the interrupts for the DBGU the boot loader mayWarner Losh2012-07-105-32/+9
* Fix build when ATH_DEBUG is not defined.John Baldwin2012-07-102-1/+4
* Commit missing flags for the high/low priority (HP/LP) RX queues.Adrian Chadd2012-07-101-1/+4
* Remove a useless bit of indirection. On all Atmel ARM products, irq 1Warner Losh2012-07-106-6/+1
* Revert committal of local change accidentally swept up in r238329.Warner Losh2012-07-101-3/+1
* Plug potential mbuf leak when bridging fragmentsEd Maste2012-07-101-0/+2
* Add some debugging and comments about what's going on when reinitialisingAdrian Chadd2012-07-101-1/+20
* Flip on EDMA RX of both HP and LP queue frames.Adrian Chadd2012-07-101-1/+13
* Pure style mischief. at91_$DEV_ rather than at91$DEV_ to matchWarner Losh2012-07-101-32/+32
* Minor rework to eliminate at91rm9200reg.h dependency and possibly set theWarner Losh2012-07-101-55/+99
* Migrate the ATH_KTR_* fields out to if_ath_debug.h .Adrian Chadd2012-07-103-6/+3
* Print the TX buffer if this error condition is asserted.Adrian Chadd2012-07-101-0/+2
* Add/fix EDMA RX behaviour.Adrian Chadd2012-07-101-17/+76
* Always clear p_xthread if current thread no longer needs it, in theory, ifDavid Xu2012-07-101-2/+3
* Revert last change. It was accidental.Warner Losh2012-07-101-8/+1
* Collapse all copies of at91_add_child into at91.c. They wereWarner Losh2012-07-106-142/+42
* Reorder these so they match the capability enum order.Adrian Chadd2012-07-101-14/+14
* Missed one of the special AT91SAM9xxx_BASE defines. This should beWarner Losh2012-07-102-4/+2
* The system IRQ is always IRQ 1. Make it so.Warner Losh2012-07-105-8/+14
* Eliminate the AT91XXXX_BASE for each SoC. AT91_BASE is the right wayWarner Losh2012-07-108-15/+11
* Remove some unused variables/externs that have been copied too many times...Warner Losh2012-07-1012-55/+13
* Not quite ready for this yet, so comment it out.Warner Losh2012-07-101-1/+1
* There's nothing AT91RM9200 specific about this file at all.Warner Losh2012-07-101-8/+7
* Remove a check on MNTK_UPDATE that is not really necessary as it isAttilio Rao2012-07-101-39/+16
* Implement EDMA RX for AR93xx and later chips.Adrian Chadd2012-07-101-13/+512
* Convert sc_rxpending to a per-EDMA queue, and use that for the legacy code.Adrian Chadd2012-07-103-19/+31
* - Remove the unused and not completed write support for NTFS.Attilio Rao2012-07-104-306/+39
* Add some AR9300 HAL descriptor definition changes.Adrian Chadd2012-07-091-10/+16
* Fix a bug in code that calculates the number of the first interruptNavdeep Parhar2012-07-091-3/+5
* Add a clts() wrapper around the 'clts' instruction to <machine/cpufunc.h>John Baldwin2012-07-094-17/+31
* Partially revert r217515 so that the mem_range_softc variable is alwaysJohn Baldwin2012-07-095-4/+9
* In epair_clone_destroy(), when destroying the second half, we have toMikolaj Golub2012-07-091-18/+20
* Revert revision 238172 of agp_i810.c. Correctness is considered moreMarcel Moolenaar2012-07-091-1/+2
* Restore error handling lost in r191603Ed Maste2012-07-091-1/+1
* Fix a bug introduced in r237715.Michael Tuexen2012-07-091-0/+1
* Support Netlogic XLP 8xx B1 revisions in xlpge.Jayachandran C.2012-07-092-20/+36
* Identify Netlogic XLP 8xx B1 chip revisionsJayachandran C.2012-07-092-0/+25
* Fix PCIe hardware swap configuration for Netlogic XLPJayachandran C.2012-07-091-2/+2
* If you have pressed CTRL+Z and a process is suspended, then you use gdbDavid Xu2012-07-091-4/+4