summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Call mii_phy_probe() after we allocated an ifp. mii has this evilcognet2006-02-061-2/+4
* Use memory clobbers, to be on the safe side.cognet2006-02-061-6/+11
* Backout rev 1.12. It would have been a good thing, if gcc was smart enoughcognet2006-02-051-24/+18
* Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoCimp2006-02-0427-0/+5436
* Don't forget to set the address of the next descriptor to 0 when we'recognet2006-02-041-0/+1
* MFi386:cognet2006-02-041-0/+4
* MFp4: Small cleanup of cpu messages at boot.imp2006-02-031-6/+7
* Merge from p4: minor formatting nits.imp2006-02-031-3/+3
* Try harder not to recurse.cognet2006-01-271-2/+4
* Donc recompute the io port address if it's already the good one.cognet2006-01-231-3/+5
* Build a minimal pagetables, with only section mappings, mapped write through,cognet2006-01-201-5/+52
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-2/+2
* Fix various places that were testing td_critnest to see if interruptsjhb2006-01-061-3/+4
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+2
* MI changes:netchild2005-12-311-0/+9
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
OpenPOWER on IntegriCloud