| Commit message (Expand) | Author | Age | Files | Lines |
* | Setting the rid of the resource is a good idea, but we still need to return | cognet | 2006-05-05 | 1 | -0/+1 |
* | MFother arches : | cognet | 2006-04-22 | 1 | -24/+10 |
* | When returning a resource that we've allocated with rman_reserve_resource, | imp | 2006-04-20 | 6 | -4/+14 |
* | We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOT | cognet | 2006-04-13 | 1 | -1/+2 |
* | Disable/enable fiqs as well as irqs. | cognet | 2006-04-13 | 2 | -4/+4 |
* | MFp4: Use CPU_CONTROL_ROUNDROBIN for arm9, it seems to give marginally | cognet | 2006-04-09 | 1 | -1/+2 |
* | Not only disable/enable interrupts, do it for FIQs as well, when needed. | cognet | 2006-04-09 | 3 | -11/+24 |
* | MFp4: Don't write-back the PTEs if they are mapped write-through, this was | cognet | 2006-04-09 | 1 | -5/+0 |
* | MFp4: Catchup with recent UART changes. | cognet | 2006-04-06 | 2 | -15/+15 |
* | Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as a | cognet | 2006-04-06 | 1 | -0/+26 |
* | Add debug writes in error cases that, in theory, should never happen | imp | 2006-04-06 | 1 | -2/+5 |
* | Connect twi to the FreeBSD iicbus infrastructure. | imp | 2006-04-06 | 1 | -166/+177 |
* | Pull in numerous fixes from myself and cognet. With these fixes the | imp | 2006-04-06 | 1 | -99/+61 |
* | Remove unused bit definitions. | imp | 2006-04-06 | 1 | -60/+40 |
* | Optimize the TX side of the part by using the PDC to move bytes out to | imp | 2006-04-06 | 1 | -27/+99 |
* | Remove the unused sva and eva arguments from pmap_remove_pages(). | peter | 2006-04-03 | 1 | -5/+1 |
* | Implement pmap_object_init_pt() the way it is on sparc64/alpha, by doing | cognet | 2006-03-26 | 1 | -1/+4 |
* | Skeleton support for the SSC device, which implements I2S interfaces, | imp | 2006-03-24 | 2 | -0/+297 |
* | Skeleton PIO support. | imp | 2006-03-24 | 2 | -0/+336 |
* | Add the sekelton of support for the Power Management Controller. | imp | 2006-03-24 | 3 | -0/+588 |
* | Add rtc to files.at91 | imp | 2006-03-24 | 1 | -0/+1 |
* | Add RTC support. This may be of dubious value since the RTC is reset | imp | 2006-03-24 | 2 | -0/+333 |
* | MFp4: Don't force single-user now we can go multi-user. | cognet | 2006-03-22 | 1 | -2/+1 |
* | MFp4: More special casing of when vector_page == 0x00000000 : | cognet | 2006-03-22 | 1 | -0/+2 |
* | MFp4: If we're mapping the vector page (this will happen if we didn't | cognet | 2006-03-22 | 1 | -1/+2 |
* | MFp4: teach the KB920x bits how to know where the ELF trampoline puts the | cognet | 2006-03-22 | 1 | -3/+24 |
* | MFp4: Handle break interrupts (it seems to only work for USART, not DBGU). | cognet | 2006-03-22 | 1 | -2/+12 |
* | MFp4: | imp | 2006-03-18 | 1 | -0/+199 |
* | Add ohci controller mapping. | imp | 2006-03-18 | 1 | -19/+30 |
* | MFp4: | imp | 2006-03-18 | 1 | -112/+151 |
* | MFP4: | imp | 2006-03-18 | 1 | -6/+6 |
* | MFP4: | imp | 2006-03-18 | 1 | -317/+28 |
* | MFp4: | imp | 2006-03-18 | 1 | -49/+195 |
* | MFp4: | imp | 2006-03-18 | 1 | -2/+3 |
* | MFp4: Forget the asm inlined version of in_cksum_hdr(). It doesn't work if | cognet | 2006-03-09 | 2 | -74/+10 |
* | Use BUS_DMA_COHERENT. | cognet | 2006-03-02 | 2 | -2/+2 |
* | Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case this | cognet | 2006-03-02 | 1 | -8/+13 |
* | Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory | cognet | 2006-03-01 | 4 | -2/+102 |
* | Use a better panic message than lol. | cognet | 2006-03-01 | 1 | -1/+2 |
* | Make sure we decrement p_lock before leaving prefetch_abort_handler() | cognet | 2006-03-01 | 1 | -3/+3 |
* | userret() now only takes 2 parameters. | cognet | 2006-03-01 | 1 | -2/+2 |
* | Get this to compile with the recent UART changes. | cognet | 2006-02-27 | 1 | -3/+3 |
* | Close some races between procfs/ptrace and exit(2): | jhb | 2006-02-22 | 2 | -1/+19 |
* | These files apply to all the atmel parts that freebsd is going to run on, | imp | 2006-02-17 | 4 | -5/+5 |
* | This file was obsolete when committed. Catchup and delete it. | imp | 2006-02-17 | 1 | -215/+0 |
* | Use the correct address for the ohci device. | imp | 2006-02-11 | 1 | -1/+1 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 1 | -12/+11 |
* | Set the MAC address after we just read it at attach time, as it seems needed. | cognet | 2006-02-07 | 1 | -0/+11 |
* | Set m_pkthdr.len and m_pkthdr.rcvif. | cognet | 2006-02-07 | 1 | -1/+4 |
* | This file isn't GENERIC, so change the header | imp | 2006-02-07 | 2 | -2/+4 |