| Commit message (Expand) | Author | Age | Files | Lines |
* | Ooops, we need to define TD_LOCK here. | cognet | 2007-08-08 | 1 | -0/+1 |
* | Add cast to silent gcc warnings. | cognet | 2007-08-07 | 1 | -24/+24 |
* | Use the third argument of cpu_switch(), as done for i386/amd63, as it is | cognet | 2007-08-07 | 1 | -6/+20 |
* | Add in all the USB devices and all the wireless goo. The KB9202 has | imp | 2007-07-31 | 1 | -0/+44 |
* | Make USB work on the KB9202{,A,B} boards. This has been in p4 for about | imp | 2007-07-31 | 3 | -3/+36 |
* | MFppc: | cognet | 2007-07-31 | 1 | -1/+1 |
* | CRB config file. | cognet | 2007-07-27 | 1 | -0/+114 |
* | XScale core 3 definitions. | cognet | 2007-07-27 | 1 | -0/+5 |
* | Cleanup | cognet | 2007-07-27 | 2 | -8/+2 |
* | Do not define NIRQ, it is already defined in include/intr.h | cognet | 2007-07-27 | 1 | -5/+0 |
* | Share the timer and watchdog drivers with the i81342. It's the same, | cognet | 2007-07-27 | 2 | -7/+70 |
* | Add initial IOP342 support. | cognet | 2007-07-27 | 16 | -0/+2869 |
* | Say if the L2 cache is enabled or disabled as well. | cognet | 2007-07-27 | 1 | -0/+6 |
* | Handle supersections and L2 cache. | cognet | 2007-07-27 | 1 | -30/+36 |
* | Use supersection instead of standard sections to map the whole memory | cognet | 2007-07-27 | 1 | -11/+29 |
* | Fix the cache mode description. | cognet | 2007-07-27 | 1 | -5/+5 |
* | Properly handle supersections. | cognet | 2007-07-27 | 2 | -14/+46 |
* | Bring in two bandaids to get the elf trampoline to work again, until I find | cognet | 2007-07-27 | 1 | -5/+15 |
* | Add a new set of functions to handle L2 cache. Make them no-op for every | cognet | 2007-07-27 | 2 | -16/+67 |
* | Import xscale core 3 cache management functions. | cognet | 2007-07-27 | 1 | -0/+397 |
* | INTR_FILTER bits for arm | cognet | 2007-07-27 | 1 | -2/+44 |
* | The iop34x has 128 interrupts. | cognet | 2007-06-16 | 1 | -1/+3 |
* | Introduce pmap_kenter_supersection(), which maps 16MB super-sections into | cognet | 2007-06-11 | 3 | -2/+97 |
* | Fix a spacing nit. | imp | 2007-06-11 | 1 | -1/+0 |
* | Initialize the dma tag's bounce_zone to NULL if we didn't allocate it. | cognet | 2007-06-10 | 1 | -1/+2 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+5 |
* | There's no nobounce_dmamap on arm. | cognet | 2007-06-07 | 1 | -4/+3 |
* | - PCPU_ADD is no longer spelled with LAZY_ in the middle. | jeff | 2007-06-06 | 1 | -1/+1 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 1 | -2/+2 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 4 | -6/+7 |
* | Revert to the previous version where the return value of uart_getenv() | marcel | 2007-06-04 | 1 | -1/+2 |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-04 | 1 | -0/+15 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 2 | -3/+3 |
* | In some particular cases (like in pccard and pccbb), the real device | piso | 2007-05-31 | 1 | -2/+11 |
* | Remove the hardcoded IXP425_UART?_VBASE values in the | jhay | 2007-05-29 | 5 | -18/+58 |
* | Honor maxsegsz of less than a page size in a DMA tag. Previously it | yongari | 2007-05-29 | 1 | -0/+2 |
* | Eliminate some unused definitions that came from NetBSD. | alc | 2007-05-28 | 1 | -19/+0 |
* | We do not need to get the irq out of ivars in ixp425_setup_intr(). By | jhay | 2007-05-28 | 1 | -5/+1 |
* | Optimize a bit more, both the Avila and Pronghorn Metro boards work with | jhay | 2007-05-28 | 1 | -4/+3 |
* | Search for a proper ucode image to use by incrementing the minor | sam | 2007-05-24 | 3 | -8/+43 |
* | o add hints for avila boards; brings back i2c devices lost when iicbus | sam | 2007-05-24 | 2 | -1/+46 |
* | Move to hints for configuring numerous devices so we can eliminate various | sam | 2007-05-24 | 2 | -50/+107 |
* | Don't muck with the internal state of a uart during probe, all we | sam | 2007-05-24 | 1 | -7/+3 |
* | Fix interrupt setup; rev 1.3 switched the irq to GPIO_TYPE_ACT_LOW | sam | 2007-05-24 | 1 | -10/+9 |
* | Remove duplicate includes. | cognet | 2007-05-23 | 6 | -7/+1 |
* | Allow FreeBSD's native ELF image activators to execute shared libraries the | kan | 2007-05-22 | 1 | -2/+2 |
* | Use __mcount() instead of _mcount() to reduce diffs with NetBSD. | cognet | 2007-05-19 | 2 | -4/+4 |
* | Constify to please gcc 4.2. | cognet | 2007-05-19 | 1 | -1/+1 |
* | Do not try to inline pmap_kremove(), as it's exported. | cognet | 2007-05-19 | 1 | -1/+1 |
* | Do not try to inline bus_dmamap_sync_buf(), gcc 4.2 doesn't want to do so | cognet | 2007-05-19 | 1 | -2/+2 |