summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use BUS_DMA_COHERENT.cognet2006-03-022-2/+2
* Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case thiscognet2006-03-021-8/+13
* Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memorycognet2006-03-014-2/+102
* Use a better panic message than lol.cognet2006-03-011-1/+2
* Make sure we decrement p_lock before leaving prefetch_abort_handler()cognet2006-03-011-3/+3
* userret() now only takes 2 parameters.cognet2006-03-011-2/+2
* Get this to compile with the recent UART changes.cognet2006-02-271-3/+3
* Close some races between procfs/ptrace and exit(2):jhb2006-02-222-1/+19
* These files apply to all the atmel parts that freebsd is going to run on,imp2006-02-174-5/+5
* This file was obsolete when committed. Catchup and delete it.imp2006-02-171-215/+0
* Use the correct address for the ohci device.imp2006-02-111-1/+1
* Simplify system time accounting for profiling.phk2006-02-081-12/+11
* Set the MAC address after we just read it at attach time, as it seems needed.cognet2006-02-071-0/+11
* Set m_pkthdr.len and m_pkthdr.rcvif.cognet2006-02-071-1/+4
* This file isn't GENERIC, so change the headerimp2006-02-072-2/+4
* Rather than pull in all the phy, just pull in the lxt phy that we needimp2006-02-071-1/+2
OpenPOWER on IntegriCloud