| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove any reference to enable_mmu(), it's been gone for a long time. | cognet | 2006-05-26 | 1 | -1/+0 |
* | Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registers | cognet | 2006-05-23 | 4 | -6/+42 |
* | Use macros instead of hardcoding the address for SACOM1. Also don't | cognet | 2006-05-22 | 3 | -4/+7 |
* | Implement sa11x0_bs_unmap. | cognet | 2006-05-18 | 1 | -3/+15 |
* | Make this compile (UART_IPEND_* => SER_INT_*). | cognet | 2006-05-18 | 1 | -2/+2 |
* | When returning a resource that we've allocated with rman_reserve_resource, | imp | 2006-04-20 | 1 | -0/+2 |
* | MFp4: Catchup with recent UART changes. | cognet | 2006-04-06 | 1 | -2/+2 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -4/+6 |
* | Provide a dump_avail[] variable, which contains the page ranges to be | cognet | 2005-10-03 | 1 | -4/+5 |
* | Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code. | cognet | 2005-09-25 | 3 | -10/+21 |
* | - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32 | cognet | 2005-06-09 | 1 | -16/+14 |
* | pmap_update() is gone. | cognet | 2005-04-13 | 1 | -1/+0 |
* | Start all license statements with /*- | imp | 2005-01-05 | 9 | -9/+9 |
* | Update the StrongArm port to match the current code. | cognet | 2004-12-18 | 2 | -5/+15 |
* | Get the kernel stack right now that the u-area is gone. | cognet | 2004-11-20 | 1 | -1/+2 |
* | U areas are going away, so don't allocate one for process 0. | das | 2004-11-20 | 1 | -10/+1 |
* | Use MD_ROOT_SIZE, instead of our own macro. | cognet | 2004-10-11 | 1 | -7/+7 |
* | Big cleanup: get ride of the whole spl level logic, as FreeBSD doesn't use | cognet | 2004-09-23 | 4 | -215/+38 |
* | Now that we have pmap_growkernel(), use more KVA. | cognet | 2004-09-23 | 1 | -3/+27 |
* | Remove bus_space_vaddr(), it does not exists in FreeBSD. | cognet | 2004-09-23 | 1 | -11/+0 |
* | Refactor a bunch of scheduler code to give basically the same behaviour | julian | 2004-09-05 | 1 | -1/+1 |
* | Define __RMAN_RESOURCE_VISIBLE where appropriate. | cognet | 2004-07-02 | 1 | -0/+1 |
* | Include sys/module.h. | cognet | 2004-06-19 | 2 | -0/+2 |
* | Nuke dead code. | cognet | 2004-06-17 | 1 | -92/+1 |
* | Nuke bus_space_mmap(), as it does not exist in FreeBSD. | cognet | 2004-06-17 | 1 | -10/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spamming | cognet | 2004-05-14 | 2 | -0/+5 |
* | Implement enough of an uart driver to get serial console working. | cognet | 2004-05-14 | 5 | -3/+539 |
* | Import FreeBSD/arm kernel bits. | cognet | 2004-05-14 | 15 | -0/+2634 |