summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove any reference to enable_mmu(), it's been gone for a long time.cognet2006-05-262-2/+0
* Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registerscognet2006-05-234-6/+42
* Use macros instead of hardcoding the address for SACOM1. Also don'tcognet2006-05-223-4/+7
* We have an implementation of generic_bs_rr_1, so use it, as some drivers usecognet2006-05-192-2/+2
* Comment out SYSCTL_OMIT_DESCR until it's committed.cognet2006-05-191-1/+1
* Implement sa11x0_bs_unmap.cognet2006-05-181-3/+15
* Make this compile (UART_IPEND_* => SER_INT_*).cognet2006-05-181-2/+2
* Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 andcognet2006-05-151-0/+3
* Display real/avail memory as per other platforms.benno2006-05-151-3/+29
* Switch to a 64bit time_t, while it's not a big problem to do so.cognet2006-05-151-1/+1
* Resurrect Skyeye support :cognet2006-05-138-29/+53
* Tidy up a bit...imp2006-05-131-12/+0
* Clean out sysctl machdep.* related defines.phk2006-05-111-8/+0
* Get this to compile :cognet2006-05-112-1/+48
* Move the call to cpu_setup() before the call to vm_ksubmap_init().cognet2006-05-101-1/+1
* Setting the rid of the resource is a good idea, but we still need to returncognet2006-05-051-0/+1
* MFother arches :cognet2006-04-221-24/+10
* When returning a resource that we've allocated with rman_reserve_resource,imp2006-04-206-4/+14
* We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOTcognet2006-04-131-1/+2
* Disable/enable fiqs as well as irqs.cognet2006-04-132-4/+4
* MFp4: Use CPU_CONTROL_ROUNDROBIN for arm9, it seems to give marginallycognet2006-04-091-1/+2
* Not only disable/enable interrupts, do it for FIQs as well, when needed.cognet2006-04-093-11/+24
* MFp4: Don't write-back the PTEs if they are mapped write-through, this wascognet2006-04-091-5/+0
* MFp4: Catchup with recent UART changes.cognet2006-04-062-15/+15
* Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as acognet2006-04-061-0/+26
* Add debug writes in error cases that, in theory, should never happenimp2006-04-061-2/+5
* Connect twi to the FreeBSD iicbus infrastructure.imp2006-04-061-166/+177
* Pull in numerous fixes from myself and cognet. With these fixes theimp2006-04-061-99/+61
* Remove unused bit definitions.imp2006-04-061-60/+40
* Optimize the TX side of the part by using the PDC to move bytes out toimp2006-04-061-27/+99
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-5/+1
* Implement pmap_object_init_pt() the way it is on sparc64/alpha, by doingcognet2006-03-261-1/+4
* Skeleton support for the SSC device, which implements I2S interfaces,imp2006-03-242-0/+297
* Skeleton PIO support.imp2006-03-242-0/+336
* Add the sekelton of support for the Power Management Controller.imp2006-03-243-0/+588
* Add rtc to files.at91imp2006-03-241-0/+1
* Add RTC support. This may be of dubious value since the RTC is resetimp2006-03-242-0/+333
* MFp4: Don't force single-user now we can go multi-user.cognet2006-03-221-2/+1
* MFp4: More special casing of when vector_page == 0x00000000 :cognet2006-03-221-0/+2
* MFp4: If we're mapping the vector page (this will happen if we didn'tcognet2006-03-221-1/+2
* MFp4: teach the KB920x bits how to know where the ELF trampoline puts thecognet2006-03-221-3/+24
* MFp4: Handle break interrupts (it seems to only work for USART, not DBGU).cognet2006-03-221-2/+12
* MFp4:imp2006-03-181-0/+199
* Add ohci controller mapping.imp2006-03-181-19/+30
* MFp4:imp2006-03-181-112/+151
* MFP4:imp2006-03-181-6/+6
* MFP4:imp2006-03-181-317/+28
* MFp4:imp2006-03-181-49/+195
* MFp4:imp2006-03-181-2/+3
* MFp4: Forget the asm inlined version of in_cksum_hdr(). It doesn't work ifcognet2006-03-092-74/+10
OpenPOWER on IntegriCloud