| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove any reference to enable_mmu(), it's been gone for a long time. | Olivier Houchard | 2006-05-26 | 2 | -2/+0 |
* | Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registers | Olivier Houchard | 2006-05-23 | 4 | -6/+42 |
* | Use macros instead of hardcoding the address for SACOM1. Also don't | Olivier Houchard | 2006-05-22 | 3 | -4/+7 |
* | We have an implementation of generic_bs_rr_1, so use it, as some drivers use | Olivier Houchard | 2006-05-19 | 2 | -2/+2 |
* | Comment out SYSCTL_OMIT_DESCR until it's committed. | Olivier Houchard | 2006-05-19 | 1 | -1/+1 |
* | Implement sa11x0_bs_unmap. | Olivier Houchard | 2006-05-18 | 1 | -3/+15 |
* | Make this compile (UART_IPEND_* => SER_INT_*). | Olivier Houchard | 2006-05-18 | 1 | -2/+2 |
* | Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 and | Olivier Houchard | 2006-05-15 | 1 | -0/+3 |
* | Display real/avail memory as per other platforms. | Benno Rice | 2006-05-15 | 1 | -3/+29 |
* | Switch to a 64bit time_t, while it's not a big problem to do so. | Olivier Houchard | 2006-05-15 | 1 | -1/+1 |
* | Resurrect Skyeye support : | Olivier Houchard | 2006-05-13 | 8 | -29/+53 |
* | Tidy up a bit... | Warner Losh | 2006-05-13 | 1 | -12/+0 |
* | Clean out sysctl machdep.* related defines. | Poul-Henning Kamp | 2006-05-11 | 1 | -8/+0 |
* | Get this to compile : | Olivier Houchard | 2006-05-11 | 2 | -1/+48 |
* | Move the call to cpu_setup() before the call to vm_ksubmap_init(). | Olivier Houchard | 2006-05-10 | 1 | -1/+1 |
* | Setting the rid of the resource is a good idea, but we still need to return | Olivier Houchard | 2006-05-05 | 1 | -0/+1 |
* | MFother arches : | Olivier Houchard | 2006-04-22 | 1 | -24/+10 |
* | When returning a resource that we've allocated with rman_reserve_resource, | Warner Losh | 2006-04-20 | 6 | -4/+14 |
* | We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOT | Olivier Houchard | 2006-04-13 | 1 | -1/+2 |
* | Disable/enable fiqs as well as irqs. | Olivier Houchard | 2006-04-13 | 2 | -4/+4 |
* | MFp4: Use CPU_CONTROL_ROUNDROBIN for arm9, it seems to give marginally | Olivier Houchard | 2006-04-09 | 1 | -1/+2 |
* | Not only disable/enable interrupts, do it for FIQs as well, when needed. | Olivier Houchard | 2006-04-09 | 3 | -11/+24 |
* | MFp4: Don't write-back the PTEs if they are mapped write-through, this was | Olivier Houchard | 2006-04-09 | 1 | -5/+0 |
* | MFp4: Catchup with recent UART changes. | Olivier Houchard | 2006-04-06 | 2 | -15/+15 |
* | Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as a | Olivier Houchard | 2006-04-06 | 1 | -0/+26 |
* | Add debug writes in error cases that, in theory, should never happen | Warner Losh | 2006-04-06 | 1 | -2/+5 |
* | Connect twi to the FreeBSD iicbus infrastructure. | Warner Losh | 2006-04-06 | 1 | -166/+177 |
* | Pull in numerous fixes from myself and cognet. With these fixes the | Warner Losh | 2006-04-06 | 1 | -99/+61 |
* | Remove unused bit definitions. | Warner Losh | 2006-04-06 | 1 | -60/+40 |
* | Optimize the TX side of the part by using the PDC to move bytes out to | Warner Losh | 2006-04-06 | 1 | -27/+99 |
* | Remove the unused sva and eva arguments from pmap_remove_pages(). | Peter Wemm | 2006-04-03 | 1 | -5/+1 |
* | Implement pmap_object_init_pt() the way it is on sparc64/alpha, by doing | Olivier Houchard | 2006-03-26 | 1 | -1/+4 |
* | Skeleton support for the SSC device, which implements I2S interfaces, | Warner Losh | 2006-03-24 | 2 | -0/+297 |
* | Skeleton PIO support. | Warner Losh | 2006-03-24 | 2 | -0/+336 |
* | Add the sekelton of support for the Power Management Controller. | Warner Losh | 2006-03-24 | 3 | -0/+588 |
* | Add rtc to files.at91 | Warner Losh | 2006-03-24 | 1 | -0/+1 |
* | Add RTC support. This may be of dubious value since the RTC is reset | Warner Losh | 2006-03-24 | 2 | -0/+333 |
* | MFp4: Don't force single-user now we can go multi-user. | Olivier Houchard | 2006-03-22 | 1 | -2/+1 |
* | MFp4: More special casing of when vector_page == 0x00000000 : | Olivier Houchard | 2006-03-22 | 1 | -0/+2 |
* | MFp4: If we're mapping the vector page (this will happen if we didn't | Olivier Houchard | 2006-03-22 | 1 | -1/+2 |
* | MFp4: teach the KB920x bits how to know where the ELF trampoline puts the | Olivier Houchard | 2006-03-22 | 1 | -3/+24 |
* | MFp4: Handle break interrupts (it seems to only work for USART, not DBGU). | Olivier Houchard | 2006-03-22 | 1 | -2/+12 |
* | MFp4: | Warner Losh | 2006-03-18 | 1 | -0/+199 |
* | Add ohci controller mapping. | Warner Losh | 2006-03-18 | 1 | -19/+30 |
* | MFp4: | Warner Losh | 2006-03-18 | 1 | -112/+151 |
* | MFP4: | Warner Losh | 2006-03-18 | 1 | -6/+6 |
* | MFP4: | Warner Losh | 2006-03-18 | 1 | -317/+28 |
* | MFp4: | Warner Losh | 2006-03-18 | 1 | -49/+195 |
* | MFp4: | Warner Losh | 2006-03-18 | 1 | -2/+3 |
* | MFp4: Forget the asm inlined version of in_cksum_hdr(). It doesn't work if | Olivier Houchard | 2006-03-09 | 2 | -74/+10 |