summaryrefslogtreecommitdiffstats
path: root/sys/arm/sa11x0
Commit message (Expand)AuthorAgeFilesLines
* Start all license statements with /*-imp2005-01-059-9/+9
* Update the StrongArm port to match the current code.cognet2004-12-182-5/+15
* Get the kernel stack right now that the u-area is gone.cognet2004-11-201-1/+2
* U areas are going away, so don't allocate one for process 0.das2004-11-201-10/+1
* Use MD_ROOT_SIZE, instead of our own macro.cognet2004-10-111-7/+7
* Big cleanup: get ride of the whole spl level logic, as FreeBSD doesn't usecognet2004-09-234-215/+38
* Now that we have pmap_growkernel(), use more KVA.cognet2004-09-231-3/+27
* Remove bus_space_vaddr(), it does not exists in FreeBSD.cognet2004-09-231-11/+0
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-1/+1
* Define __RMAN_RESOURCE_VISIBLE where appropriate.cognet2004-07-021-0/+1
* Include sys/module.h.cognet2004-06-192-0/+2
* Nuke dead code.cognet2004-06-171-92/+1
* Nuke bus_space_mmap(), as it does not exist in FreeBSD.cognet2004-06-171-10/+0
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spammingcognet2004-05-142-0/+5
* Implement enough of an uart driver to get serial console working.cognet2004-05-145-3/+539
* Import FreeBSD/arm kernel bits.cognet2004-05-1415-0/+2634
OpenPOWER on IntegriCloud